Skip to content

Releases: open-southeners/laravel-apiable

3.8.0

07 Aug 17:12
8e0b213
Compare
Choose a tag to compare

Changed

3.7.1

07 Aug 12:19
98351e4
Compare
Choose a tag to compare

Fixed

  • Missing import to make work pivot attributes functionality

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