Releases: spatie/laravel-data
Releases · spatie/laravel-data
3.6.0
- Add some config options to the
make:data
command (#449, #335)
3.5.1
- Add ability to instantiate an eloquent cast when null value using null database values (#425)
- Revert only use validated data (#438) -> see #432
3.5.0
- Add support for computed values
- Add merge method to Data Collections (#419)
- Allow field references in same validation attribute
- Generic return type of toResponse function (#437)
- Only use validated data (#438)
- Add missing constructor parameters to error message (#433)
3.4.3
- Update TypeScript Transformer with new closure lazy type
3.4.2
- Add support for Lazy Closures which can be used with inertia
3.4.1
- reverted the reverted #393 branch
3.4.0
- Allow to fetch Lazy data properties in unified way (#403)
3.3.3
- revert: Fix usage of properties' mapped output names in 'only', 'except', 'includes', and 'excludes' operations (#393)