journey 1.2.0
journey: ^1.2.0 copied to clipboard
This package helps you run one-time migrations in your app incrementally, while trying to reduce impact on app start-up time as much as possible.
1.2.0 #
- Made internal storage mechanics synchronous where possible
1.1.1 #
- Slight performance improvement for
journey.migrate
1.1.0 #
- Add
rollbackandresetapi to rollback or reset migrations, so they can be executed again.
1.0.1 #
- Refactor how migrations are stored, increasing performance slightly
1.0.0 #
- Initial release with basic only once execution of migrations logic