Releases: spatie/laravel-data
Releases · spatie/laravel-data
2.0.7
2.0.6
2.0.5
- Fix validation rules not being used for data collections and objects
2.0.4
2.0.3
2.0.2
- more consistent use of transform through codebase for transforming collections and data
2.0.1
2.0.0
Version 2 of laravel-data is a complete overhaul, we've almost completely rewritten the package.
This is a (non-complete) list of the new features:
- A DataPipeline
- Data normalizers
- Mappable property names
- Wrapping of data in responses
only
andexcept
methods on Data and DataCollections- Multiple parameter magic methods
- Optional properties
- Split DataCollections
- Better support for TypeScript Transformer
- And a lot more ...
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