Skip to content

Releases: vapor-community/pagination

Vapor 3 Pagination

03 May 02:28
Compare
Choose a tag to compare

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

02 May 16:50
Compare
Choose a tag to compare
Query Count Fix Pre-release
Pre-release

Fixed an issue where the query count would throw an error instead of returning 0

Query Fixes

30 Apr 21:16
cca8ec9
Compare
Choose a tag to compare
Query Fixes Pre-release
Pre-release

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

26 Apr 16:26
5407a11
Compare
Choose a tag to compare
Query Fixes Pre-release
Pre-release

Fixes an issue where the query range was incorrect

Model conformance fixes

25 Apr 06:25
Compare
Choose a tag to compare
Pre-release

Fixed a recursive issues when trying to parse the results

Pagination for Vapor 3

06 Apr 23:52
d45fade
Compare
Choose a tag to compare
Pre-release
1.0.0-rc.1

Update README