Skip to content

Latest commit

 

History

History
123 lines (66 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

123 lines (66 loc) · 2.89 KB

Changelog

All notable changes to laravel-json-api-paginate will be documented in this file

1.12.0 - 2022-05-16

What's Changed

  • Add cursor pagination by @AyoobMH in spatie#61

New Contributors

  • @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

1.11.2 - 2022-05-13

What's Changed

  • 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

New Contributors

  • @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

1.11.1 - 2022-01-11

  • allow Laravel 9

1.11.1 - 2021-01-11

  • allow Laravel 9

1.11.0 - 2021-11-27

What's Changed

  • 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

New Contributors

  • @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

1.10.0 - 2020-11-27

  • Add PHP 8 support
  • Drop support for Laravel 5.8

1.9.0 - 2020-09-30

  • add simple pagination option (#43)

1.8.0 - 2020-08-09

  • add support for Laravel 8.0

1.7.0 - 2020-03-02

  • add support for Laravel 7.0

1.6.0 - 2019-09-04

  • add support for Laravel 6.0
  • added configurable pagination query parameter (#35)

1.5.0 - 2019-02-27

  • drop support for Laravel 5.7 and below
  • drop support for PHP 7.1 and below

1.4.3 - 2019-02-27

  • add support for Laravel 5.8

1.4.2 - 2019-02-01

  • use Arr:: and Str:: functions

1.4.1 - 2018-09-04

  • add support for Laravel 5.7

1.4.0 - 2018-06-15

  • add base_url config option

1.3.2 - 2018-05-15

  • fix casting of size parameter

1.3.1 - 2018-02-08

  • add support for Laravel 5.6

1.3.0 - 2018-01-04

  • add default_size config and parameter option

1.2.1 - 2017-10-16

  • fix for setting max results

1.2.0 - 2017-08-21

  • add support for Laravel 5.5

1.1.0 - 2017-06-15

  • make the page[x] parameter names configurable
  • add support for L5.5's auto package discovery

1.0.0 - 2017-06-14

  • initial release