Skip to content

v2.5.3

Compare
Choose a tag to compare
@cdimascio cdimascio released this 27 Dec 05:00
· 30 commits to master since this release

2.5.3 (2022-12-27)

  • add examples to .npmignore (8e9cda2)
  • add support all mongo 4.x peers (ca054d9)
  • Updated dependencies (including the mongodb v4.13.x peer dependency). (acaa71a)
  • Updated the mongodb peer dependency to accept all 4.x versions due to the increased release cadence (c490436)

2.5.2 (2022-12-14)

  • Added support for the mongodb 4.7.x driver in peer dependencies. (7cfcef2)
  • Added support for the mongodb 4.8.x driver in peer dependencies and updated dependencies to the late (715139b)
  • Added support for the MongoDB 4.9 driver. Updated other devDependencies to the latest versions. All (8a8f5a4)
  • Updated dependencies. Added support for the mongodb v4.6.x as a peer dependency. Remove the dev depe (ca726b1)
  • Updated to uuid version 9.0.0; Updated MongoDB peer dependencies to cover al versions through to V4. (60399ce)
  • v2.5.2 (666e5b9)

2.5.0 (2022-01-02)

  • support all mongodb peer versions (197e9a3)

2.4.3 (2021-04-18)

  • fix: example/package.json & example/package-lock.json to reduce vulnerabilities (b54f92b)
  • fix: upgrade mongoose from 5.11.8 to 5.11.9 (5ae3ad0)
  • chore(deps): bump y18n from 4.0.0 to 4.0.1 (83dec56)
  • allow 4.x betas (fffcea9)
  • missing new operator added (b9a313f)
  • Update uuid-mongodb_spec.js (fcbab01)

2.4.2 (2021-02-15)

  • chore: increment patch version (f7a8d0b)
  • updated typescript definition to include formatted toString (3022cd1)

2.4.1 (2020-12-25)

  • feat: improved type declarations (ee26ce5)
  • chore: upgrade deps (c5de408)
  • Implemented the specific types used in the mode function so as not to break downstream typescript pr (79fd8c0)

2.4.0 (2020-12-01)

  • chore: increment minor version (c61583f)
  • Exported type for mode (d2489a4)
  • update deps (781fb82)
  • fix: upgrade mongodb from 3.6.2 to 3.6.3 (8093b03)