Skip to content

Releases: danielpza/vitest-mms

v0.2.7

22 Sep 18:31

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add setup test helpers (#11)

📖 Documentation

  • Add example using inject("MONGO_URI") (c2b5c7a)
  • Add missing vitest.config.mjs section (276ee2f)
  • Update readme (5d403e0)
  • Update mongoose and replset examples (7608177)
  • Bring back legacy setup files docs (ba26a8d)
  • Fix readme toc (96ad6dd)
  • Fix anchor link toc (855b7fd)

🏡 Chore

  • Fix typescript issues (12567d6)
  • Code maintenance, remove deprecated imports (619ba98)

❤️ Contributors

v0.2.6

15 Jan 18:52

Choose a tag to compare

compare changes

💅 Refactors

  • BeforeEach beforeAll return cleanup hook (1289116)

❤️ Contributors

v0.2.5

17 Oct 20:17

Choose a tag to compare

compare changes

📖 Documentation

❤️ Contributors

v0.2.4

17 Oct 20:14

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add new entrypoint for mongodb ReplicaSet (374de60)

❤️ Contributors

v0.2.3

17 Oct 20:05

Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow configuring through test.vitestMms property (#8)

❤️ Contributors

v0.2.2

18 Sep 22:53

Choose a tag to compare

compare changes

💅 Refactors

📖 Documentation

  • Fix breaking changes section for v0.2.0 version (fed59e0)

🏡 Chore

❤️ Contributors

v0.2.1

09 Sep 02:23

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add vitest-mms/mongoose/test export (d595648)

🔥 Performance

  • mongodb: Fix mongodb extended test context performance issue (dd1f4cd)

🏡 Chore

  • Ignore CHANGELOG.md formatting (656ec89)
  • Use vitest workspaces for testing (032f975)

✅ Tests

  • mongodb: Fix performance test for mongodb-extended-test (2e9e54c)
  • Update benchmark tests (a367782)

❤️ Contributors

v0.2.0

09 Sep 01:25

Choose a tag to compare

compare changes

🏡 Chore

  • ⚠️ Remove deprecated exports (80ced6b)

⚠️ Breaking Changes

  • ⚠️ Remove deprecated exports (80ced6b)

❤️ Contributors

v0.1.12

09 Sep 01:14

Choose a tag to compare

compare changes

🔥 Performance

  • Fix mongoose setupFile performance issue (b6ac0d6)
  • Add performance tests for mongodb helpers too (f37709e)

📖 Documentation

  • Update readme (04b9b1c)
  • Update link to mongodb-memory-server website (be2500d)
  • Update readme (cb382f5)
  • Point to examples in README (29d137b)

🏡 Chore

  • Organize tests (6918e85)
  • Fix prettier failing due to recent renames (77ebe14)

❤️ Contributors

v0.1.11

08 Sep 13:38

Choose a tag to compare

compare changes

🩹 Fixes

  • Mark mongodb and mongoose as optional (86b14d7)

💅 Refactors

  • Remove unused exported symbol (8cc8b9d)

📖 Documentation

❤️ Contributors