Releases: Kaltsoon/sequelize-cursor-pagination
Releases · Kaltsoon/sequelize-cursor-pagination
v3.3.0
Support pagination with scopes.
v3.2.0
Add support for NULL FIRST
and NULL LAST
in order.
v3.0.2
Fix the incorrect main field in package.json.
v3.0.1
Include the README.md for the published package.
v3.0.0
Rewrite with TypeScript. Deprecate the withPagination
function and introduce a more flexible makePaginate
function.
v2.4.0
Allow omitting the primary key field from the order by using the omitPrimaryKeyFromOrder
option.
v2.3.0
Support composite primary keys with the primarykeyField
option
v2.2.1
Make the order direction case insensitive while using the before
option.