- Ability to use a custom template file
- Expose easy api for programmatic use
- State is now saved after each successful migration
- Proper tests with
mocha
- Add
use strict
to the template
- Report errors on migration next
- The name format of migrations is now timestamp-based instead of numerical
- Remove inner library version
- Fix paths for windows users
- Added command line option --state-file (to set the location of the migration state file)
- Update migrate to support v0.8.x
- 0.7.x support
- Fixed a typo [kishorenc]
- Added support for incremental migrations. [Kishore Nallan]
- 0.6.0 support
- Fixed: load js files only [aheckmann]
- Fixed initial
create
support
- Fixed
make test
- Initial release