Pagination 1.0.2
Whats News
- Syntax Change:
key
was renamed topageKey
- Syntax Change:
pagePerKey
was renamed toperPageKey
⚠️ 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.