mgdb-migrator
Version:
Mongodb schema and data migration lib
61 lines (29 loc) • 2.29 kB
Markdown
# Changelog
## [7.0.0](https://github.com/Airfordable/mgdb-migrator/compare/v6.0.0...v7.0.0) (2025-11-18)
### ⚠ BREAKING CHANGES
* The minimum supported Node.js version is now v20.
### Features
* remove dependency on lodash ([18d1482](https://github.com/Airfordable/mgdb-migrator/commit/18d14829ae74ac84e861f5cd7c2514e8f2f4fcb6)), closes [#403](https://github.com/Airfordable/mgdb-migrator/issues/403)
* support mongodb v7 ([cc7366c](https://github.com/Airfordable/mgdb-migrator/commit/cc7366cff168d5521c057702a1af4ae69d5e31c1))
### Miscellaneous Chores
* drop support for node <20 ([26bd435](https://github.com/Airfordable/mgdb-migrator/commit/26bd435c6ff4c755cbf466d4d0f079bf75256a87))
## [6.0.0](https://github.com/Airfordable/mgdb-migrator/compare/v5.0.1...v6.0.0) (2025-01-14)
### ⚠ BREAKING CHANGES
* drop support for mongodb v4
### Features
* add support for mongodb v6 ([f0d37d7](https://github.com/Airfordable/mgdb-migrator/commit/f0d37d7471b4505972a14661664ea5a879424440)), closes [#415](https://github.com/Airfordable/mgdb-migrator/issues/415)
* drop support for mongodb v4 ([6b9ba6a](https://github.com/Airfordable/mgdb-migrator/commit/6b9ba6a2765d9bbdadc2a4dd9a340770f3e76bc5))
## [5.0.1](https://github.com/Airfordable/mgdb-migrator/compare/v5.0.0...v5.0.1) (2025-01-14)
### Bug Fixes
* make public files opt-in, rather than opt-out ([6617bab](https://github.com/Airfordable/mgdb-migrator/commit/6617babdc222284432d3db0a360742bfe7b9f0e1))
## [5.0.0](https://github.com/Airfordable/mgdb-migrator/compare/v4.0.1...v5.0.0) (2025-01-13)
### ⚠ BREAKING CHANGES
* make mongodb a peer dependency
* Drop support for node <= 12
### Features
* make mongodb a peer dependency ([25bd088](https://github.com/Airfordable/mgdb-migrator/commit/25bd0884fb6af97f0a1ba3945b4627fce522ea87))
* support mongodb v5 ([2d2acc4](https://github.com/Airfordable/mgdb-migrator/commit/2d2acc48f16f5c0d9361efcc25b0996707088418))
### Bug Fixes
* use `assert` instead of the `type-check` package ([0e081dd](https://github.com/Airfordable/mgdb-migrator/commit/0e081ddd974cd124de56898e6b0f9d7c27beba35))
### Miscellaneous Chores
* drop support for node <= 12 ([2c83cc3](https://github.com/Airfordable/mgdb-migrator/commit/2c83cc39ae142c1cf1e34757103a437a2631a615))