- Added options to migrate to a particular version
grunt sequelize:migrate:VERSION
- Improved code coverage
- Changed migrationPath's method on requirement. This will likely result in a change needed in your Gruntfile to something along the lines of
__dirname + '/migrations'
.
- Fixed links defined in the package.json file
- Added migrating up to the top of available migrations
- Added sequelizes CLI undo feature