Releases: spatie/laravel-json-api-paginate
Releases · spatie/laravel-json-api-paginate
1.12.0
1.11.2
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
- @brettnielsen made their first contribution in #60
- @ifduyue made their first contribution in #62
Full Changelog: 1.11.1...1.11.2
1.11.1
- allow Laravel 9
1.11.0
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
- @bbrala made their first contribution in #56
- @troy-whitespark made their first contribution in #58
Full Changelog: 1.10.0...1.11.0
1.10.0
1.9.0
1.8.0
- add support for Laravel 8.0
1.7.0
- add support for Laravel 7.0
1.6.0
1.5.0
wip