Skip to content

Releases: Kaltsoon/sequelize-cursor-pagination

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.

v2.2.0

08 Feb 07:56
Compare
Choose a tag to compare
  • Add support for before cursor in the paginate method
  • Add totalCount and pageInfo.hasPreviousPage properties for the result object

v2.1.0

05 Feb 17:37
Compare
Choose a tag to compare

Omit totalCount, because it causes additional queries.

v2.0.1

05 Feb 14:08
Compare
Choose a tag to compare

Add better normalization for the order option so that e.g. [['field']] is normalized to [['field', 'ASC']].

v2.0.0

05 Feb 13:41
Compare
Choose a tag to compare
2.0.0