Skip to content

Pagination 1.0.2

Compare
Choose a tag to compare
@anthonycastelli anthonycastelli released this 22 May 22:37
· 26 commits to master since this release

Whats News

  • Syntax Change: key was renamed to pageKey
  • Syntax Change: pagePerKey was renamed to perPageKey
    ⚠️ This could potentially break some implementations if you are manually working with the Query Builder and Pagination
  • Page and Paginated are now public allowing you to easily create your own custom paginated responses

Fixes

The max pages and total item count are now based on the total amount of objects queried before the pagination.