Releases: spatie/laravel-data
Releases · spatie/laravel-data
1.5.1
1.5.0
What's Changed
- add values() on DataCollection by @Nielsvanpach in #135
New Contributors
- @Nielsvanpach made their first contribution in #135
Full Changelog: 1.4.7...1.5.0
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