Releases: spatie/laravel-data
Releases · spatie/laravel-data
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)
3.2.2
- Fix issue when validating and creating a data object was impossible to use magic creation methods
- Fix usage of properties' mapped output names in 'only', 'except', 'includes', and 'excludes' operations (#393)
- Add some extra documentation
3.2.1
- Introduce FormRequestNormalizer (#380)
- Add support for models without all columns (#385)