Releases: morrislaptop/laravel-popo-caster
Releases · morrislaptop/laravel-popo-caster
v0.12.0
v0.11.0
Laravel 10.x Compatibility (#5) * Bump dependencies for Laravel 10 * Update GitHub Actions for Laravel 10 * add exclude * .? --------- Co-authored-by: Craig Morris <[email protected]>
v0.10.0
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #5
New Contributors
- @laravel-shift made their first contribution in #5
Full Changelog: v0.9.1...v0.10.0
v0.9.1
- Loosen deps for morrislaptop/symfony-custom-normalizers
v0.9.0
- Support L9
v0.8.0
- Remove
spatie/laravel-ray
from dependencies
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- drop support for PHP 7.4
- fix: crashed on Lumen framework by @chojnicki in #4
New Contributors
- @chojnicki made their first contribution in #4
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
- Remove
SerializesCastableAttributes
as this was causing the casted objects to be serialized to strings when returning an eloquent model
v0.4.1
- Fixes serialising arrays of objects (see tests for example)