Skip to content

Releases: nilportugues/laravel5-jsonapi

2.2.0

09 May 12:46
Compare
Choose a tag to compare
  • Included relationships now are only loaded if include query parameter has been provided. PR by @OskarD

2.1.15

04 Apr 23:40
Compare
Choose a tag to compare
  • Fixed php artisan vendor:publish c8bbb13

2.1.14

04 Apr 23:11
Compare
Choose a tag to compare
  • Fixed support debug mode for all the package.
    • Throws exception for 4xx and 5xx responses if config('app.debug') is true.
    • Fixed caching: if config('app.debug') is true, cachings are not cached.

2.1.12

14 Mar 15:44
Compare
Choose a tag to compare
  • Implemented support for the php artisan vendor:publish command.

2.1.11

08 Mar 15:34
Compare
Choose a tag to compare

2.1.10

19 Feb 12:04
Compare
Choose a tag to compare
  • Missing ErrorBag $errorBag argument in JsonApiTrait::createResourceCallable

2.1.9

18 Jan 21:03
Compare
Choose a tag to compare
  • Elements per page can now be set by overwriting the Controller property protected $pageSize. Defaults to 10. #26

2.1.8

13 Jan 19:02
Compare
Choose a tag to compare
  • Fix for Lumen users: must extend from LumenJsonApiController instead of JsonApiController #21

2.1.7

13 Jan 17:18
Compare
Choose a tag to compare
  • Require composer.json jsonapi library with ^2.1

2.1.6

08 Jan 17:17
Compare
Choose a tag to compare
  • JsonApiController controller now extends from Illuminate\Routing\Controller. 35a8d87