Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

47 lines (26 loc) · 1.34 KB

Changelog

10.2.0

  • For migrationFileExtension using a value of .ts, a typescript template file will be used that comes with proper types

10.1.0

  • Add soft locks PR to prevent multiple migration execution by @daveboulard

10.0.1

Update readme, docs in the samples dir

10.0.0

breaking change:

  • The callback parameter is no longer supported and has been removed.
  • The baseline node engine is >=12 from >=8

new:

  • A context function can now be specified in the config that will pass context data to each migration execution as the third parameter. See readme for more details.

9.0.3

Update package.json repo url

9.0.2

Update the readme to include a URL to the mongo driver options

9.0.1

Update dependencies to latest versions where possible and address npm audit issues.

9.0.0

  • Update mongodb to 4.3.0

Applied the following PRs from the seppevs/migrate-mongo project: