Releases: vapor-community/pagination
Releases · vapor-community/pagination
Vapor 3 Pagination
Vapor 3 Pagination
1.0.0 Release
Checkout the read me for an example response, and how to implement and use Pagination
Query Count Fix
Fixed an issue where the query count would throw an error instead of returning 0
Query Fixes
When running a query and paginating the results with filters now works as expected.
User.query(on: req).filter(\User.name == "Test").paginate(for: req)
Query Fixes
Fixes an issue where the query range was incorrect
Model conformance fixes
Fixed a recursive issues when trying to parse the results
Pagination for Vapor 3
1.0.0-rc.1 Update README