Releases: Kaltsoon/sequelize-cursor-pagination
Releases · Kaltsoon/sequelize-cursor-pagination
v2.2.1
Make the order direction case insensitive while using the before
option.
v2.2.0
- Add support for
before
cursor in the paginate
method
- Add
totalCount
and pageInfo.hasPreviousPage
properties for the result object
v2.1.0
Omit totalCount
, because it causes additional queries.
v2.0.1
Add better normalization for the order
option so that e.g. [['field']]
is normalized to [['field', 'ASC']]
.