Skip to content

Releases: vapor-community/pagination

2.0.0 Alpha 1

25 Feb 18:53
fde552d

Choose a tag to compare

2.0.0 Alpha 1 Pre-release
Pre-release

⚠️ This is a major release and currently this version does not have breaking changes. Do note that v2.0.0 will be integrated into the Fluent 4 release and these releases are only here for people to take advantage of the new Advanced Queries for the time being.

Pagination Per crash fix

16 Nov 06:36
0cd6a77

Choose a tag to compare

Fixes a crash when setting the amount to 0

Slight Code Cleanup

10 Oct 17:49
538dcab

Choose a tag to compare

Merge pull request #16 from staffler-xyz/feature/remove-workaround

Remove workaround

Remove the RC packages

03 Sep 17:23

Choose a tag to compare

1.0.7

packages: Upgrade everything from the RC releases

Models no longer need to conform to `Content`

26 Jun 22:20
91658b8

Choose a tag to compare

Models no longer need to conform to Content

Fluent 3 RC3 Support

19 Jun 06:16

Choose a tag to compare

1.0.5

paginated: Open up the position, data, info and paginated structs

Fluent 3 RC3 Support

19 Jun 02:33

Choose a tag to compare

All the new syntax and query builder fixes for Fluent 3 RC3 support.

1.0.3: paginated: Mark all the values public.

29 May 00:03

Choose a tag to compare

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.
Marks the variables in the paginated struct public

Addendum to 1.0.2

Pagination 1.0.2

22 May 22:37

Choose a tag to compare

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.

Official Vapor Release

05 May 01:28

Choose a tag to compare

Upgraded the package to support the office Vapor 3.0.0 release!