Skip to content

Releases: erikc5000/nest-mongodb

v6.4.0

20 Jul 19:16
Compare
Choose a tag to compare

What's Changed

  • Add support for NestJS 9.x

Full Changelog: v6.3.1...v6.4.0

6.3.1

29 Dec 17:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.3.1

6.3.0

14 Jul 22:56
Compare
Choose a tag to compare
  • Add support for NestJS 8.x
  • Add support for MongoDB driver 4.x

The useNewUrlParser option is no longer provided by the default MongoClient options since it's removed in version 4.0.0. If you're using an older version of the driver, you may need to supply this option manually.

6.2.0

14 Mar 13:01
Compare
Choose a tag to compare

Support NestJS 7

6.1.0

05 Sep 23:02
Compare
Choose a tag to compare

Add ability to inject collections into modules

6.0.0

22 Mar 03:33
Compare
Choose a tag to compare

Updated to support NestJS 6 and changed versioning scheme to match the NestJS major version

1.0.0

10 Jan 19:49
Compare
Choose a tag to compare

Initial release