Releases: go-gorm/gen
Releases · go-gorm/gen
Iteration Routine
What's Changed
- fix(tb_info) : Fix database case sensitivity by @dino-ma in #182
- fix(tests): fix github action tests by @jinzhu in #187
- feat(generate): header template add "gorm.io/gorm/clause" by @RiverChu in #189
- feat(field): convert json.RawMessage/[]bytes to field.Bytes by @RiverChu in #192
- fix(template): FindInBatches with pointer by @RiverChu in #196
- feat(generat): generate unit test by @RiverChu in #197
New Contributors
- @dependabot made their first contribution in #186
Full Changelog: v0.1.16...v0.1.17
Fix
Iteration Routine
What's Changed
- feat(field): implement FindInSet/FindInSetWith by @RiverChu in #170
- doc(do): update doc about MemberOpt by @RiverChu in #171
Full Changelog: v0.1.14...v0.1.15
Fix
v0.1.13-alpha
What's Changed
Full Changelog: v0.1.11...v0.1.13-alpha
v0.1.13
Iteration Routine
What's Changed
Full Changelog: v0.1.11...v0.1.12
Add field method
What's Changed
Full Changelog: v0.1.10...v0.1.11
Iteration Routine
v0.1.10 fix(template): fix available