Skip to content

Releases: Kaltsoon/sequelize-cursor-pagination

v3.4.0

02 Nov 11:31
Compare
Choose a tag to compare

Support group by queries

v3.3.0

17 Oct 10:58
Compare
Choose a tag to compare

Support pagination with scopes.

v3.2.0

07 Sep 08:03
Compare
Choose a tag to compare

Add support for NULL FIRST and NULL LAST in order.

v3.0.2

02 Jun 11:05
Compare
Choose a tag to compare

Fix the incorrect main field in package.json.

v3.0.1

02 Jun 10:49
Compare
Choose a tag to compare

Include the README.md for the published package.

v3.0.0

02 Jun 10:44
Compare
Choose a tag to compare

Rewrite with TypeScript. Deprecate the withPagination function and introduce a more flexible makePaginate function.

v2.4.0

30 May 08:19
6d5f8ba
Compare
Choose a tag to compare

Allow omitting the primary key field from the order by using the omitPrimaryKeyFromOrder option.

v2.3.0

13 Sep 08:33
Compare
Choose a tag to compare

Support composite primary keys with the primarykeyField option

v2.2.2

30 Aug 06:18
Compare
Choose a tag to compare

Fix wrong total count

v2.2.1

12 Feb 13:19
Compare
Choose a tag to compare

Make the order direction case insensitive while using the before option.