All notable changes to laravel-json-api-paginate
will be documented in this file
- Add cursor pagination by @AyoobMH in spatie#61
- @AyoobMH made their first contribution in spatie#61
Full Changelog: https://github.com/spatie/laravel-json-api-paginate/compare/1.11.2...1.12.0
- change wording to say that it does not follow the json spec by @brettnielsen in spatie#60
- Make negetive page[size] exception safe by @ifduyue in spatie#62
- @brettnielsen made their first contribution in spatie#60
- @ifduyue made their first contribution in spatie#62
Full Changelog: https://github.com/spatie/laravel-json-api-paginate/compare/1.11.1...1.11.2
- allow Laravel 9
- allow Laravel 9
- Pagination is not part of the JSON:API specification by @bbrala in spatie#56
- Adds the JsonPaginate macro to the base Query Builder by @troy-whitespark in spatie#58
- @bbrala made their first contribution in spatie#56
- @troy-whitespark made their first contribution in spatie#58
Full Changelog: https://github.com/spatie/laravel-json-api-paginate/compare/1.10.0...1.11.0
- Add PHP 8 support
- Drop support for Laravel 5.8
- add simple pagination option (#43)
- add support for Laravel 8.0
- add support for Laravel 7.0
- add support for Laravel 6.0
- added configurable pagination query parameter (#35)
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
- add support for Laravel 5.8
- use Arr:: and Str:: functions
- add support for Laravel 5.7
- add
base_url
config option
- fix casting of size parameter
- add support for Laravel 5.6
- add
default_size
config and parameter option
- fix for setting max results
- add support for Laravel 5.5
- make the
page[x]
parameter names configurable - add support for L5.5's auto package discovery
- initial release