Releases: vladfaust/migrate.cr
Releases Β· vladfaust/migrate.cr
v0.5.0
Dependency Updates π¦
- e7488df β οΈ breaking crystal β 0.30.1 et al.
Documentation π
- cb472d6 add Gitter badge @ README
- 178e9a8 add Supporters section @ README
- 4a0ee37 update transactions-related wording @ README (fixes #20)
Chores π§
- 1533a21 update API docs badge wording @ README
- 5a1d4da fix awesome badge @ README
- d40eecd keep history on deploy @ CI
Patrons π
v0.4.0
New Features
- 421aebd β οΈ breaking migrations run in separate transactions (closes #5)
- 6e75db7 add error command (closes #17)
- f315a8e warn when there are no queries to run (closes #8)
v0.3.0
Bug Fixes
- 8c98c53 β οΈ BREAKING
File.each_line(path)
is no longer valid in Crystal since 0.26
v0.2.3
New Features
Chores
I will update version
in shard.yml
from now.
v0.2.2
Bug Fixes
- edcda22 reverse migrations files instead of query order (fixes #13)
v0.2.1
Bug Fixes
- 1941074 migrations with unnecessarily big version numbers (fixes #11)
v0.2.0
Breaking:
- fda0400 feat: replace "!" with "+" in commands
- b1e2c8a feat: version column is BIGINT now
Improvements
v0.1.1
Improvements
- b05c770 feat: update to Crystal 0.24.1