- Added MongoMapper pre 0.13.0 inheritance compatibility
- Rerunnable migration is now a class property
- Added more logging on custom migrations
- Added rake task: rake db:reset
- Small changes around rerunnable migrations
- Exodus now supports custom namespacing to not conflict with AR db:migrate
- Extracted methods from the rake file itself into a module
- Fixed running custom migrations
- Changed the way migration are executed
- Cleaner output
- Ability to see which migration will be executed before rake db:migrate and db:rollback with rake db:migrate:show and db:rollback:show
- Fixed a text formatter issue
- Text formatter bug fix
- Added helpers folder + module to do cleaner and prettier prints
- Custom migrations now run in the given order
- Bug fix -- rake needs to be required in exodus.rake
- Gem can now been included in any ruby project
- Small refactoring
- Initial release