Releases: spatie/laravel-data
Releases · spatie/laravel-data
1.4.7
1.4.6
1.4.5
1.4.4
- use present validation rule instead of required for data collections
1.4.3
- allow using default password config in password validation attribute (#94)
- solve binding issues on Laravel Octane (#101)
- fixes a bug where models nested by relation could not be created due to date casts
- add a
links
array to the paginated response - stop execution of
lazy::whenLoaded
closure when the relation isnull
1.4.2
1.4.1
- Allow transformers to target Data and DataCollections
1.4.0
- removes checks for built in types and
isBuiltIn
fromDataProperty
- add better support for defaults
1.3.3
What's Changed
- Laravel 9.x by @aidan-casey in #77
- Removes Spatie's Laravel Enums from dev requirements by @aidan-casey in #76
New Contributors
- @aidan-casey made their first contribution in #77
Full Changelog: 1.3.2...1.3.3
1.3.2
- add support for json_encode to Data objects
- add support for json_encode to DataCollection objects