Skip to content

Latest commit

 

History

History
108 lines (67 loc) · 6.19 KB

CHANGELOG.md

File metadata and controls

108 lines (67 loc) · 6.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

[12.1.3] - 2025-02-03

  • Remove accidentally added npm dependency (#460)
  • Fix snyk issues

[12.1.2] - 2025-01-29

  • Update ESM config with soft lock settings

[12.1.1] - 2025-01-29

  • Fix issue when no soft lock is defined in config file

[12.1.0] - 2025-01-29

  • Add soft lock feature (#262)

[12.0.1] - 2025-01-29

  • Fix "No url defined in config file" when using ESM (#458)

[12.0.0] - 2025-01-29

  • Fix "No url defined in config file" when using ESM (f086575)
  • fix: Bump deprecated eslint from 7.31.0 to 9.15.0 (63c37fa)
  • Replace Lodash with Smaller Modular Packages (b08b924)
  • add type annotations in sample migrations (55f8c0b)
  • Update package.json to support Mongo 7 (f33228f)
  • feat: remove date-fns dep (#436)
  • Update README.md site with dependencies seems to be down (#444)
  • Fix up/down command console output when logger replaces it (#365)
  • typo: mistake with async function signature in README.md (#333)
  • Enable rollback of all scripts from same migration (f67f6d4)

[11.0.0] - 2023-09-25

  • Upgrade mongodb to version 6 (1f020ab)
  • docs: CHANGELOG (47740cb)
  • docs: No autolink (f2c13c5)
  • typo: function async > async function (282cd6e)
  • fix: exit from process after create command is done (addeabf)
  • docs: added '{session}' options to Transactions API samples (47fa544)

[10.0.0] - 2023-04-11

  • Change dependencies of mongodb@^4.4.1 to peerDependencies of mongodb@^4.4.1||^5.0.0 (e4d9446)

[9.0.0] - 2022-03-31

  • Add ESM support (633235e, 4b9a955)
  • Upgrade dependencies from mongodb@^4.0.1 to mongodb@^4.4.1 (b5d4dc5)

[8.2.3] - 2021-07-28

  • Upgrade dependencies from mongodb@^3.6.4 to mongodb@^4.0.1 (499fc8d)

[8.2.2] - 2021-03-05

[8.2.1] - 2021-03-05

  • Add custom file extension to sample file (3b79e11)

[8.1.5] - 2021-03-05

  • Add support for file hash tracking (20a8884)

[8.1.4] - 2020-10-19

[8.1.3] - 2020-10-19

[8.1.2] - 2020-09-21

[8.1.0] - 2020-07-21

  • Add API to set config (f842ba1)
  • Change databaseName on connection URI to be optional (84494dd)

[8.0.0] - 2020-07-20

[7.2.2] - 2020-07-20

[7.2.1] - 2020-04-28

[7.2.0] - 2020-04-24

[7.1.0] - 2020-02-23

[7.0.0] - 2019-11-03

  • Add client argument to access MongoDB transaction API (d52c418)