Releases: open-southeners/laravel-dto
Releases · open-southeners/laravel-dto
3.6.0
3.5.4
Changed
- New dependency name replaced
laravel-helpers
withextended-php
3.5.3
Fixed
- Filtering reset keys to numeric when string needed
3.5.2
Fixed
- Filtering on collections with not null data
3.5.1
Fixed
- Filtering on collections with not null data
3.5.0
Added
- Improve model morph mapping sending multiple IDs and their matches types. Documentation link
3.4.0
Added
- DataTransferObjects now have
dump
anddd
methods
Fixed
toArray
method not returning everything when DTOs where used on the request and later on reused. Caveat: Only one DTO per request until v4 refactor
3.3.0
Added
- Laravel 11 support
- Collected data transfer objects now mapped properly using
fromArray
3.2.3
Fixed
- From request context with DTO's
filled
method not working properly
3.2.2
Fixed
- Route resolution on the model's logic (
resolveRouteBindingQuery
)