-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,12 @@ | ||
## <small>2.5.3 (2022-12-27)</small> | ||
## <small>2.5.5 (2024-01-28)</small> | ||
|
||
* add examples to .npmignore ([8e9cda2](https://github.com/cdimascio/uuid-mongodb/commit/8e9cda2)) | ||
* add support all mongo 4.x peers ([ca054d9](https://github.com/cdimascio/uuid-mongodb/commit/ca054d9)) | ||
* Updated dependencies (including the mongodb v4.13.x peer dependency). ([acaa71a](https://github.com/cdimascio/uuid-mongodb/commit/acaa71a)) | ||
* Updated the mongodb peer dependency to accept all 4.x versions due to the increased release cadence ([c490436](https://github.com/cdimascio/uuid-mongodb/commit/c490436)) | ||
* Add support for mongodb@6.x ([9859389](https://github.com/cdimascio/uuid-mongodb/commit/9859389)) | ||
* Update package.json ([3c6cd6a](https://github.com/cdimascio/uuid-mongodb/commit/3c6cd6a)) | ||
* v2.5.5 ([398a1b3](https://github.com/cdimascio/uuid-mongodb/commit/398a1b3)) | ||
* fix: upgrade uuid from 9.0.0 to 9.0.1 ([f24ed75](https://github.com/cdimascio/uuid-mongodb/commit/f24ed75)) | ||
* chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 ([fc8652e](https://github.com/cdimascio/uuid-mongodb/commit/fc8652e)) | ||
* chore(deps): bump mongodb from 4.16.0 to 4.17.0 in /examples ([f5b8998](https://github.com/cdimascio/uuid-mongodb/commit/f5b8998)) | ||
* chore(deps): bump mongoose from 6.0.13 to 6.11.3 in /examples ([f6810df](https://github.com/cdimascio/uuid-mongodb/commit/f6810df)) | ||
|
||
## <small>2.5.2 (2022-12-14)</small> | ||
|
||
* Added support for the mongodb 4.7.x driver in peer dependencies. ([7cfcef2](https://github.com/cdimascio/uuid-mongodb/commit/7cfcef2)) | ||
* Added support for the mongodb 4.8.x driver in peer dependencies and updated dependencies to the late ([715139b](https://github.com/cdimascio/uuid-mongodb/commit/715139b)) | ||
* Added support for the MongoDB 4.9 driver. Updated other devDependencies to the latest versions. All ([8a8f5a4](https://github.com/cdimascio/uuid-mongodb/commit/8a8f5a4)) | ||
* Updated dependencies. Added support for the mongodb v4.6.x as a peer dependency. Remove the dev depe ([ca726b1](https://github.com/cdimascio/uuid-mongodb/commit/ca726b1)) | ||
* Updated to uuid version 9.0.0; Updated MongoDB peer dependencies to cover al versions through to V4. ([60399ce](https://github.com/cdimascio/uuid-mongodb/commit/60399ce)) | ||
* v2.5.2 ([666e5b9](https://github.com/cdimascio/uuid-mongodb/commit/666e5b9)) | ||
|
||
|
||
|
||
## 2.5.0 (2022-01-02) | ||
|
||
* support all mongodb peer versions ([197e9a3](https://github.com/cdimascio/uuid-mongodb/commit/197e9a3)) | ||
|
||
|
||
|
||
## <small>2.4.3 (2021-04-18)</small> | ||
|
||
* fix: example/package.json & example/package-lock.json to reduce vulnerabilities ([b54f92b](https://github.com/cdimascio/uuid-mongodb/commit/b54f92b)) | ||
* fix: upgrade mongoose from 5.11.8 to 5.11.9 ([5ae3ad0](https://github.com/cdimascio/uuid-mongodb/commit/5ae3ad0)) | ||
* chore(deps): bump y18n from 4.0.0 to 4.0.1 ([83dec56](https://github.com/cdimascio/uuid-mongodb/commit/83dec56)) | ||
* allow 4.x betas ([fffcea9](https://github.com/cdimascio/uuid-mongodb/commit/fffcea9)) | ||
* missing new operator added ([b9a313f](https://github.com/cdimascio/uuid-mongodb/commit/b9a313f)) | ||
* Update uuid-mongodb_spec.js ([fcbab01](https://github.com/cdimascio/uuid-mongodb/commit/fcbab01)) | ||
|
||
|
||
|
||
## <small>2.4.2 (2021-02-15)</small> | ||
|
||
* chore: increment patch version ([f7a8d0b](https://github.com/cdimascio/uuid-mongodb/commit/f7a8d0b)) | ||
* updated typescript definition to include formatted toString ([3022cd1](https://github.com/cdimascio/uuid-mongodb/commit/3022cd1)) | ||
|
||
|
||
|
||
## <small>2.4.1 (2020-12-25)</small> | ||
|
||
* feat: improved type declarations ([ee26ce5](https://github.com/cdimascio/uuid-mongodb/commit/ee26ce5)) | ||
* chore: upgrade deps ([c5de408](https://github.com/cdimascio/uuid-mongodb/commit/c5de408)) | ||
* Implemented the specific types used in the mode function so as not to break downstream typescript pr ([79fd8c0](https://github.com/cdimascio/uuid-mongodb/commit/79fd8c0)) | ||
|
||
|
||
|
||
## 2.4.0 (2020-12-01) | ||
|
||
* chore: increment minor version ([c61583f](https://github.com/cdimascio/uuid-mongodb/commit/c61583f)) | ||
* Exported type for mode ([d2489a4](https://github.com/cdimascio/uuid-mongodb/commit/d2489a4)) | ||
* update deps ([781fb82](https://github.com/cdimascio/uuid-mongodb/commit/781fb82)) | ||
* fix: upgrade mongodb from 3.6.2 to 3.6.3 ([8093b03](https://github.com/cdimascio/uuid-mongodb/commit/8093b03)) |