Skip to content

Releases: open-southeners/laravel-apiable

0.2.0

12 Jul 19:30
168b8c3
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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)

0.1.0

12 Jul 15:06
43caa41
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • Initial pre-release!