|
| 1 | +## [9.0.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.3...v9.0.0) (2025-04-01) |
| 2 | + |
| 3 | + |
| 4 | +### ⚠ BREAKING CHANGES |
| 5 | + |
| 6 | +* Updated to MongoDB driver v6 which requires: |
| 7 | +- BSON types must be from version 6.x |
| 8 | +- Node.js version compatible with MongoDB 6.x |
| 9 | +- Updated connection patterns and BSON handling |
| 10 | +- Removed support for deprecated methods |
| 11 | + |
| 12 | +Signed-off-by: Alejandro Dominguez <[email protected]> |
| 13 | +* |
| 14 | +* support mongo v6 and update mongoist |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +* enhance documentation ([e98640e](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/e98640e60fdb1db693ed3e0a3b483f48ec31ec57)) |
| 19 | +* migrate to ts ([1f8f10f](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/1f8f10f37a0b9a43504abce33a12861f1a6dafd3)) |
| 20 | +* support mongo v6 and update mongoist ([5017252](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/501725255b9d557c369b0d7bb1d8c831e6e09b0a)) |
| 21 | +* typescript convertion ([54a54b7](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/54a54b7e8d6915b5d7dd5251c7bcf5326ce083c9)) |
| 22 | +* update deps and support mongo v7 ([42aa306](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/42aa30689ac4add3edcf455f84de8da2de2e092c)) |
| 23 | +* **deps:** bump mongoist & mongo memory server to use version 5.0.18 ([f2b2343](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/f2b23432893e995c8b6f816ad0543aee6f160bf8)) |
| 24 | +* **mongodb:** add support to native mongodb 3+ ([9c64b88](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/9c64b8849d8b4d8eeb1755abfa06202f892c193f)) |
| 25 | + |
| 26 | + |
| 27 | +### Bug Fixes |
| 28 | + |
| 29 | +* lint fixes ([2110240](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/21102408f5aac1ed91dce405b909f212f43f4515)) |
| 30 | +* restore express dependency and improve findWithPagination function ([6e7401d](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/6e7401d288519fac61fc9625c163360e7fa17865)) |
| 31 | +* update collation type and simplify utils function ([4ae455b](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/4ae455b13b26985ab15156f53b4eb038cd173859)) |
| 32 | +* **deps:** update dependency node to v18 ([94c87f9](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/94c87f90191b30e024f151446f6e4cf840c19405)) |
| 33 | + |
1 | 34 | ### [8.1.3](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v8.1.2...v8.1.3) (2023-02-14)
|
2 | 35 |
|
3 | 36 |
|
|
0 commit comments