Skip to content

Releases: vladfaust/migrate.cr

v0.5.0

13 Aug 11:32
v0.5.0
Compare
Choose a tag to compare

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.1

23 Nov 13:49
Compare
Choose a tag to compare

New Features

  • bfd8380 support complex statements

v0.4.0

15 Oct 14:07
Compare
Choose a tag to compare

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

14 Aug 20:07
Compare
Choose a tag to compare

Bug Fixes

  • 8c98c53 ⚠️ BREAKING File.each_line(path) is no longer valid in Crystal since 0.26

v0.2.3

29 Jun 15:43
Compare
Choose a tag to compare

New Features

  • 6c306ac add Migrator#latest? method (closes #16)

Chores

I will update version in shard.yml from now.

v0.2.2

23 Jun 16:27
Compare
Choose a tag to compare

Bug Fixes

  • edcda22 reverse migrations files instead of query order (fixes #13)

v0.2.1

22 Jun 19:20
Compare
Choose a tag to compare

Bug Fixes

  • 1941074 migrations with unnecessarily big version numbers (fixes #11)

v0.2.0

28 Jan 07:15
Compare
Choose a tag to compare

Breaking:

  • fda0400 feat: replace "!" with "+" in commands
  • b1e2c8a feat: version column is BIGINT now

Improvements

v0.1.1

28 Jan 07:17
Compare
Choose a tag to compare

Improvements

  • b05c770 feat: update to Crystal 0.24.1

v0.1.0

23 Nov 20:44
Compare
Choose a tag to compare

Initial release πŸŽ‰