- For
migrationFileExtension
using a value of.ts
, a typescript template file will be used that comes with proper types
- Add soft locks PR to prevent multiple migration execution by @daveboulard
Update readme, docs in the samples dir
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.
Update package.json
repo url
Update the readme to include a URL to the mongo driver options
Update dependencies to latest versions where possible and address npm audit
issues.
- Update
mongodb
to 4.3.0
Applied the following PRs from the seppevs/migrate-mongo
project: