Releases: ytake/Laravel-Aspect
Releases · ytake/Laravel-Aspect
Release list
11.0.1
11.0.0
What's Changed
- update for laravel12 by @kubotak-is in #96
New Contributors
- @kubotak-is made their first contribution in #96
Full Changelog: 10.0.0...11.0.0
10.0.0
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
fixed #77