Releases: vapor-community/pagination
2.0.0 Alpha 1
Pagination Per crash fix
Fixes a crash when setting the amount to 0
Slight Code Cleanup
Merge pull request #16 from staffler-xyz/feature/remove-workaround Remove workaround
Remove the RC packages
1.0.7 packages: Upgrade everything from the RC releases
Models no longer need to conform to `Content`
Models no longer need to conform to Content
Fluent 3 RC3 Support
1.0.5 paginated: Open up the position, data, info and paginated structs
Fluent 3 RC3 Support
All the new syntax and query builder fixes for Fluent 3 RC3 support.
1.0.3: paginated: Mark all the values public.
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.
Marks the variables in the paginated struct public
Addendum to 1.0.2
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.
Official Vapor Release
Upgraded the package to support the office Vapor 3.0.0 release!