Skip to content

Releases: Airfordable/mgdb-migrator

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 01:32
1c23929

7.0.0 (2025-11-18)

⚠ BREAKING CHANGES

  • The minimum supported Node.js version is now v20.

Features

Miscellaneous Chores

  • drop support for node <20 (26bd435)

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 22:19
91a0e2d

6.0.0 (2025-01-14)

⚠ BREAKING CHANGES

  • drop support for mongodb v4

Features

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Jan 00:36
c62b4c6

5.0.1 (2025-01-14)

Bug Fixes

  • make public files opt-in, rather than opt-out (6617bab)

v5.0.0

Choose a tag to compare

@simon-abbott simon-abbott released this 13 Jan 23:26
v5.0.0
a2e59bc

⚠ BREAKING CHANGES

  • make mongodb a peer dependency
  • Drop support for node <= 12

Features

  • make mongodb a peer dependency (25bd088)
  • support mongodb v5 (2d2acc4)

Bug Fixes

  • use assert instead of the type-check package (0e081dd)

Miscellaneous Chores

  • drop support for node <= 12 (2c83cc3)