0.10.0 - 2025-02-26
- Add compatibility with PHP 8.4. Drop compatibility with Laravel 9.
- Support AOP targeting readonly classes.
0.9.0 - 2024-09-18
- Fix the bug where the second compilation for Artisan commands fails.
0.8.0 - 2024-09-16
- Add the
ExceptionLogLevel
attribute.
0.7.0 - 2024-09-09
- Add built-in attributes.
0.6.0 - 2024-08-05
- Update the compile command to run the
dump-autoload
Composer command.
0.5.0 - 2024-08-05
- Add messages to the compile command.
- Fix messages when recompiling the AOP classes.
0.4.0 - 2024-08-05
- Add watcher.
0.3.0 - 2024-07-26
- Leave exception throwing to Laravel.
0.2.0 - 2024-07-22
- Update to use only PHP 8 attributes.
- Update
ray/aop
requirement to^2.10.1
.
- Initial release.