Skip to content

Releases: mixmaxhq/mongo-cursor-pagination

v8.1.3

14 Feb 11:08
Compare
Choose a tag to compare

8.1.3 (2023-02-14)

Bug Fixes

  • bump mongodb-memory-server dependency (0bb0e3d)
  • regenerate package-lock.json (659ec34)

v8.1.2

26 Aug 13:19
Compare
Choose a tag to compare

8.1.2 (2022-08-26)

Bug Fixes

  • use the transpiled version in node 12 (a705377)

v8.1.1

26 Aug 10:10
Compare
Choose a tag to compare

8.1.1 (2022-08-26)

Bug Fixes

  • properly page through undefs and nulls (0eb28e7)

v8.1.0

25 Aug 20:43
Compare
Choose a tag to compare

8.1.0 (2022-08-25)

Features

v8.0.1

24 Aug 15:32
Compare
Choose a tag to compare

8.0.1 (2022-08-24)

Bug Fixes

  • remove uses of the spread operator (7e8a8c9)

v8.0.0

24 Aug 11:58
Compare
Choose a tag to compare

8.0.0 (2022-08-24)

⚠ BREAKING CHANGES

  • functional fixes and possible performance changes in aggregate.

Features

v7.8.0

23 Aug 20:53
Compare
Choose a tag to compare

7.8.0 (2022-08-23)

Features

  • add a sortCaseInsensitive option to find and aggregate (#323) (f4543f6)

Bug Fixes

  • improve documentation and skip commit (e33a493)

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)