npm umzug 3.0.0-beta.1

latest releases: 3.8.2, 3.8.1, 3.8.0...
5 years ago

Breaking Changes

  • Removed the deprecated storage aliases: none, json and sequelize. To upgrade: just use Storage, JsonStorage and SequelizeStorage instead.
  • Removed the upName and downName options, which allowed you to have migrations whose exported functions had custom names (not just up and down). To upgrade: stop using this option and either rename the functions in your migrations to up and down or use the wrap option (or customResolver option) to change that automatically before umzug reads it.

Commits

  • Increase mocha tests timeout c7859ff
  • Remove upName/downName options 38ea10c
  • Remove deprecated storage aliases 73ada4f

v3.0.0-beta.0...v3.0.0-beta.1

Don't miss a new umzug release

NewReleases is sending notifications on new releases.