Skip to content

Releases: go-gormigrate/gormigrate

v1.4.0

30 Apr 01:57
Compare
Choose a tag to compare
  • Allow an empty migration list if a InitSchema function is defined (#28).

v1.3.1

26 Jan 18:36
Compare
Choose a tag to compare
  • Fixed testify import path from gopkg.in/stretchr/testify.v1 to github.com/stretchr/testify (#27).

v1.3.0

02 Dec 15:44
Compare
Choose a tag to compare
  • Starting from this release, this package is available as a Go Module;
    • Import path is still gopkg.in/gormigrate.v1 in this major version, but will change to github.com/go-gormigrate/gormigrate/v2 in the next major release;
  • Validate the ID exists on the migration list (#20, #21).