Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.16.0 source code.tar.gz | 2025-06-20 | 153.8 kB | |
4.16.0 source code.zip | 2025-06-20 | 341.7 kB | |
README.md | 2025-06-20 | 906 Bytes | |
Totals: 3 Items | 496.4 kB | 0 |
What's Changed
- Add return type annotations to TransformableData trait by @cyppe in https://github.com/spatie/laravel-data/pull/1000
- Add the possibibilty to except key for empty data generation by @thoresuenert in https://github.com/spatie/laravel-data/pull/1035
- Enhance CannotCastEnum exception message to include property name by @rajmundtoth0 in https://github.com/spatie/laravel-data/pull/1039
- Fix issue in pr 1007 by @rubenvanassche in https://github.com/spatie/laravel-data/pull/1041
- Implement the compare method on the eloquent casts to improve the isDirty check by @SanderSander in https://github.com/spatie/laravel-data/pull/1033
- Add support for default values on properties for morph by @bentleyo in https://github.com/spatie/laravel-data/pull/1017
- Fix problem with dynamic properties
Full Changelog: https://github.com/spatie/laravel-data/compare/4.15.3...4.16.0