Skip to content

Releases: open-southeners/laravel-apiable

3.7.0

07 Aug 12:10
b9b1cc5
Compare
Choose a tag to compare

Added

3.6.1

29 Mar 10:48
45f16b8
Compare
Choose a tag to compare

Fixed

  • Added status code (401) to unauthorised responses

3.6.0

23 Mar 17:35
e6a1824
Compare
Choose a tag to compare

Fixed

  • Inconsistent behaviour with Apiable::toJsonApi() returning false sometimes, now returns an API resource/collection all the time (might be a breakchange therefore this was minor release)

3.5.2

23 Mar 16:34
306f218
Compare
Choose a tag to compare

Fixed

  • JsonApiResponse::conditionallyLoadResults() method doesn't work as expected

3.5.1

22 Mar 14:38
138b195
Compare
Choose a tag to compare

Fixed

  • Exceptions handler using apiable()->jsonApiRenderable() now returns thrown exception headers

3.5.0

21 Mar 22:52
1000a91
Compare
Choose a tag to compare

Added

  • Backend now returns properly the Content-Type=application/vnd.api+json response header

3.4.2

03 Mar 15:22
780d800
Compare
Choose a tag to compare

Fixed

  • Filters with negative values like filter[attr]=0 won't be filtered out

3.4.1

28 Feb 14:06
d78730a
Compare
Choose a tag to compare

Fixed

  • Apiable::jsonApiRenderable method, Handler missing import of Symfony's HttpException

3.4.0

28 Feb 11:29
03319b4
Compare
Choose a tag to compare

Changed

  • Apiable::jsonApiRenderable now accepts 2 arguments: Throwable exception & second a bool nullable withTrace, error handling redesign to properly match JSON:API & Laravel.

3.3.1

15 Feb 16:23
ce4e708
Compare
Choose a tag to compare

Added

  • JsonApiResponse::conditionallyLoadResults to manage adding viewable query or not to the response