Skip to content

Releases: spatie/laravel-json-api-paginate

1.12.0

16 May 12:17
5ecdd35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.2...1.12.0

1.11.2

13 May 06:46
46260ad
Compare
Choose a tag to compare

What's Changed

  • change wording to say that it does not follow the json spec by @brettnielsen in #60
  • Make negetive page[size] exception safe by @ifduyue in #62

New Contributors

Full Changelog: 1.11.1...1.11.2

1.11.1

11 Jan 14:18
2e87a4b
Compare
Choose a tag to compare
  • allow Laravel 9

1.11.0

27 Nov 11:46
1ab8901
Compare
Choose a tag to compare

What's Changed

  • Pagination is not part of the JSON:API specification by @bbrala in #56
  • Adds the JsonPaginate macro to the base Query Builder by @troy-whitespark in #58

New Contributors

Full Changelog: 1.10.0...1.11.0

1.10.0

27 Nov 08:24
Compare
Choose a tag to compare

1.10.0 - 2020-11-27

  • Add PHP 8 support
  • Drop support for Laravel 5.8

1.9.0

30 Sep 22:17
913c918
Compare
Choose a tag to compare
  • add simple pagination option (#43)

1.8.0

08 Sep 22:24
Compare
Choose a tag to compare
  • add support for Laravel 8.0

1.7.0

02 Mar 20:38
Compare
Choose a tag to compare
  • add support for Laravel 7.0

1.6.0

04 Sep 11:44
Compare
Choose a tag to compare
  • add support for Laravel 6.0
  • added configurable pagination query parameter (#35)

1.5.0

27 Feb 21:02
Compare
Choose a tag to compare
wip