Skip to content

Releases: shelfio/jest-mongodb

v4.1.3

24 Oct 10:22

Choose a tag to compare

What's Changed

  • chore(deps): update dependency @shelf/eslint-config to v2.22.3 by @renovate in #392
  • chore(deps): update dependency typescript to v4.8.4 by @renovate in #381
  • chore(deps): update jest monorepo to v29 (major) by @renovate in #380
  • chore(deps): update dependency eslint to v8.26.0 by @renovate in #386
  • use rootDir instead of cwd for globalConfig location by @ajwootto in #389

Full Changelog: v4.1.2...v4.1.3

v4.1.0

20 Aug 19:11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v3.0.2

30 Jun 20:06

Choose a tag to compare

v3.0.1

31 May 10:10

Choose a tag to compare

  • Bump jest-environment-node to require v28+

v3.0.0

30 May 15:16

Choose a tag to compare

  • jest v28 support

v2.2.1

07 Mar 17:09

Choose a tag to compare

v2.2.0

28 Dec 10:03

Choose a tag to compare

v2.1.1

07 Dec 17:43

Choose a tag to compare

v2.1.0

21 Sep 11:11

Choose a tag to compare

  • Support useSharedDBForAllJestWorkers: false config option (Thanks to @Siloss)
    If you're going to use this option, use global.__MONGO_URI__ to reference mongo URL, instead of process.env.MONGO_URL

v2.0.3

20 Aug 16:25

Choose a tag to compare

  • Allow mongodb 4.x in peer deps