Releases: ytake/Laravel-Aspect
Releases · ytake/Laravel-Aspect
9.0.0
What's Changed
- Update for Laravel 10 Compatibility by @AkitoTsukahara in #92
- fixed tests for Laravel 10 by @ytake in #93
New Contributors
- @AkitoTsukahara made their first contribution in #92
Full Changelog: 8.0.0...9.0.0
Supported for Laravel 9.0 Latest
notice
Removed PostConstruct because it makes the implementation difficult to understand.
If you are using PostConstruct, Change to resolve in ServiceProvider / Illuminate/Container.
Supported for Laravel8.0
changed dependencies (#81) * changed dependencies * Update AspectTestCase.php * Update .travis.yml
fixed Exception: Internal error: Failed to retrieve the default value
Supported for Laravel7.0
6.0.0 added code (#74)
bug fixed
bug fixed
avoid compiling each time to improve performance
Supported Laravel6.0
4.0.0 Update README.md
Supported Laravel5.8
3.1.0 updated for 5.8 (#59)