Releases: open-southeners/laravel-apiable
Releases · open-southeners/laravel-apiable
0.2.0
Fixed
- Multiple fixes to tests & package
Changed
- Appends now needs to be sent as
?appends[type]=my_attribute,another_attribute
as they're completely different from fields
Removed
JsonApiResource::withRelations()
method (bad idea, lots of possible N+1 problems to the dev-user)