Skip to content

Releases: mixmaxhq/mongo-cursor-pagination

v7.7.0

16 Aug 15:30
Compare
Choose a tag to compare

7.7.0 (2022-08-16)

Features

  • allow collation as arg on find and aggregate (cdfcfcb)
  • turn global collation off for single query (c2ff6da)

Bug Fixes

v7.6.1

18 Nov 20:04
Compare
Choose a tag to compare

7.6.1 (2021-11-18)

Bug Fixes

  • return _id when paginatedField is not set (1a056d7), closes #309

v7.6.0

26 Aug 17:51
Compare
Choose a tag to compare

7.6.0 (2021-08-26)

Features

  • add support for aggregation hints (b90acd4)

v7.5.0

26 Aug 00:15
Compare
Choose a tag to compare

7.5.0 (2021-08-26)

Features

  • extract/expose a function to encode pagination tokens (04dc7fa)

Bug Fixes

  • only export the function we need (8f80382)

v7.4.0

08 Mar 15:01
Compare
Choose a tag to compare

7.4.0 (2021-03-08)

Features

  • mongoose-plugin: add search function (0efd73c)

Bug Fixes

  • skip bad commit message (4c85357)

v7.3.1

10 Aug 17:30
Compare
Choose a tag to compare

7.3.1 (2020-08-10)

Bug Fixes

  • bson: fixes regression where string _ids were no longer supported (1487195)

v7.3.0

06 May 23:57
Compare
Choose a tag to compare

7.3.0 (2020-05-06)

Features

  • find: add optional hint parameter for the cursor (17616da)

v7.2.1

06 May 23:55
Compare
Choose a tag to compare

7.2.1 (2020-05-06)

Bug Fixes