Releases: go-gormigrate/gormigrate
Releases · go-gormigrate/gormigrate
v1.4.0
- Allow an empty migration list if a
InitSchema
function is defined (#28).
v1.3.1
- Fixed
testify
import path from gopkg.in/stretchr/testify.v1
to github.com/stretchr/testify
(#27).
v1.3.0
- 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).