Releases: mixmaxhq/mongo-cursor-pagination
Releases · mixmaxhq/mongo-cursor-pagination
v7.7.0
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
7.6.1 (2021-11-18)
Bug Fixes
- return _id when paginatedField is not set (1a056d7), closes #309
v7.6.0
7.6.0 (2021-08-26)
Features
- add support for aggregation
hint
s (b90acd4)
v7.5.0
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
7.4.0 (2021-03-08)
Features
- mongoose-plugin: add search function (0efd73c)
Bug Fixes
v7.3.1
7.3.1 (2020-08-10)
Bug Fixes
- bson: fixes regression where string _ids were no longer supported (1487195)
v7.3.0
7.3.0 (2020-05-06)
Features
- find: add optional hint parameter for the cursor (17616da)
v7.2.1
7.2.1 (2020-05-06)
Bug Fixes