- fix(devDeps): updated standard & mocha
- fix: updated deps which don't break
- feat(docs): added custom state store example for mongodb closes #162
- feat: add TypeScript types closes #178
- Docs, deps and maintence
- Resolve absolute and
node_module
specifiers for path options
- Added
--extension
--extention
deprecation- Bug fixes
- Bug fixes for promise rejections
- Bug Fix
- Fixes state store functionality issues
- Bug fix
- This was a major refactor effecting most of the codebase
- Track migration status on a per migration basis as opposed to with an array index
- Moved to commander for cli interface
- Compiler support
- State store support
dotenv
support- See: #77
- Add date-format option for new migrations (#66)
- Update readme: Usage section (#65)
- Add missing license field to package.json (#64)
- Fixed migration to specific point by name
- 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