v9.0.0
What's Changed
- The $dates array for mutating attributes is removed in Laravel 10; use $casts instead. by @kentdahl in #159
- Apply fixes from StyleCI by @jeremykenedy in #160
- Fix Version compare with laravel 10 by @maxdestors in #158
New Contributors
- @maxdestors made their first contribution in #158
Full Changelog: v7.1.1...V8.0.0
What's Changed
- The $dates array for mutating attributes is removed in Laravel 10; use $casts instead. by @kentdahl in #159
- Apply fixes from StyleCI by @jeremykenedy in #160
- Fix Version compare with laravel 10 by @maxdestors in #158
New Contributors
- @maxdestors made their first contribution in #158
Full Changelog: v7.1.1...V8.0.0
What's Changed
- Resolve Calling static trait method deprecated warnings on listeners by @dbotman in #170
- Update composer.json with laravellux/html by @jeremykenedy in #171
- Update README.md by @jeremykenedy in #172
New Contributors
Full Changelog: V8.1.0...V9.0.0