Skip to content

Releases: nilportugues/laravel5-jsonapi

2.4.7

06 Aug 09:32
Compare
Choose a tag to compare
  • Fix pagination to use by default eloquent's page size

2.4.6

04 Aug 10:19
Compare
Choose a tag to compare
Merge pull request #85 from Robindfuller/master

Update ListResource.php

2.4.5

02 Aug 10:44
Compare
Choose a tag to compare

2.4.4

11 Jul 20:48
Compare
Choose a tag to compare
  • Upgraded composer.json
  • Enables 70df305

2.4.3

06 Jul 22:32
Compare
Choose a tag to compare
Put was missing UPDATED_AT fix

2.4.2

06 Jul 22:06
Compare
Choose a tag to compare
  • Fixes for Eloquent models with timestamps. Uses Eloquent's CREATED_AT and UPDATED_AT.

2.4.1

04 Jul 19:53
Compare
Choose a tag to compare
  • Eloquent Collection changed behaviour for some versions, so I normalized the behavior for all. 27aa1e1

2.4.0

01 Jul 20:01
Compare
Choose a tag to compare

2.3.1

27 Jun 19:37
Compare
Choose a tag to compare
  • Uses Laravel url helper in calculateFullPath method. This fixes a bug #53. Thanks @floh1111

2.3.0

22 Jun 15:14
Compare
Choose a tag to compare
  • Updated nilportugues/json-apito 2.2.0.
    • Added condition to ensure relationships member never nest arrays instead of data objects. #72
    • All objects have a links top-level member with a self link.