Releases: gobuffalo/fizz
Releases · gobuffalo/fizz
v1.14.3
What's Changed
- updated module dependencies, github action for testing, etc. by @sio4 in #139
- support auto_increment for any integer types (fixes #74) by @sio4 in #140
Full Changelog: v1.14.2...v1.14.3
v1.14.2
What's Changed
- separated e2e test to remove test-only/circular module dependency to pop by @sio4 in #135
Full Changelog: v1.14.1...v1.14.2
v1.14.1
What's Changed
- Update mysql.go by @maxbry in #110
- preparing go1.18 support (package-specific workflow) by @sio4 in #125
- updated test workflow to run on push to the main by @sio4 in #134
- and updated module dependencies including the chain of flect to plush
New Contributors
Full Changelog: v1.14.0...v1.14.1
v1.13.1
What's Changed
- Respect auto_index keys in crdb by @aeneasr in #99
- updated module dependencies, fixed workflow, and added badges by @sio4 in #108
New Contributors
Full Changelog: v1.13.0...v1.13.1
v1.13.0
Changelog
eec5de9 Respect foreign keys on CockroachDB change_column (#97)
v1.12.0
Changelog
0226681 Add failing test case for drop_column (#96)
v1.11.0
Changelog
c8d2f47 Handle foreign keys and indices properly in SQLite and add e2e tests (#94)
v1.10.0
Changelog
fd6bc98 Move from lib/pq to jackc/pgx (#93)