- Added option to pass config file path by parameter - Issue #8
- Changed the command-line argument interface (using optargs)
- Improved documentation
- Fixed all_down to use the current migration logic
- Current logic now uses migration_info collection and version attribute to manage state
- Authentication support via MONGO_USR and MONGO_PWD at config.cfg
- Allow user to only use MONGO_USR and require password when running the migration 0.2.0 / 2011-12-09 ==================
- runall now is only run without name
- Improved docs (Douglas Campos - qmx)
- Can run individual migration (up and down)
- Can run all migrations at once (up and down)
- Controll the current migration
- Initial version