- [!]—backward incompatible change
- [+]—new feature
- [f]—bugfix
- [r]—refactoring
- [t]—test suite improvement
- [f] Update dotenv.
- [r] Update requirements, clean up Docker files, minor code formatting.
- [+] Wrap queries in migration templates in transactions.
- [f] Fix
undo
command.
- [+] Improve blank migration template.
- [+] Add
--compile
flag tonorman migrate
command.
- [+] Require Nim 1.2.6 instead of the development version.
- [+] Add
compile
command to precompile migrations in parallel before execution.
- [!][+] Store model state in migrations to ensure that the correct model state is applied.
- [f] All migrations would apply the latest model state instead of the model state they were created for.
- [r] Remove redundant parens in init procs.
- [r] Complete rewrite to match Norm 2.
- [f] Require Norm >= 1.1.2.
- [f] Fixed issue with
importBackend
not exporting the imported backend making it unusable in moduled importingmodels
.
- 🎉 Initial release.