Releases: go-gorm/gen
Releases · go-gorm/gen
v0.3.16
v0.3.15
What's Changed
- feat: allow default tag CURRENT_TIMESTAMP by @RiverChu in #596
- tests: add field unit test by @RiverChu in #598
- feat: ignore empty table by @qqxhb in #601
- fix: compatible with add method opt in main by @to2false in #586
- feat: update subquery with alias by @RiverChu in #606
- feat: add new field type Asterisk by @RiverChu in #609
- feat: support custom field type by @qqxhb in #615
- fix: ParseStructRelationShip with cache by @kiancchen in #616
New Contributors
- @to2false made their first contribution in #586
- @kiancchen made their first contribution in #616
- @SliverHorn made their first contribution in #613
Full Changelog: v0.3.14...v0.3.15
v0.3.14
v0.3.13
What's Changed
- fix(do): refactor select buildExpr for association by @RiverChu in #542
- feat: optimize AssociationFields for the association by @RiverChu in #543
- feat: adjust generated data type by @wulorn in #531
- feat(do): check detail for clause Insert by @RiverChu in #547
- fix: gen pointer field by @qqxhb in #549
- fix: set RelationshipType from schema by @tongyuantongyu in #556
- feat(do): delete receive models by @RiverChu in #546
- feat: implement add/sub col expression by @RiverChu in #564
- fix: Results are not returned on "Returning" by @RiverChu in #565
New Contributors
- @wulorn made their first contribution in #531
- @tongyuantongyu made their first contribution in #556
- @lluckyboi made their first contribution in #550
Full Changelog: v0.3.12...v0.3.13
v0.3.12
What's Changed
- fix(generate): log out of range by @idersec in #538
- fix(generate): log end Line out of range by @RiverChu in #539
- fix(generate): import pkg path uniq by @RiverChu in #540
New Contributors
- @StellarisW made their first contribution in #530
Full Changelog: v0.3.11...v0.3.12
v0.3.11
v0.3.10
What's Changed
- feat: add
Clauses
method toDao
by @RiverChu in #508 - fix: generate unit test for custom method with non basic type by @XiaYinchang in #509
- fix: many2many relationship typo by @RiverChu in #520
New Contributors
- @XiaYinchang made their first contribution in #509
Full Changelog: v0.3.9...v0.3.10
v0.3.9
What's Changed
-
feat: update template for WriteDB and ReadDB by @qqxhb in #475
-
feat: support base struct bind custom method (#352) by @RiverChu in #464
-
feat: add
gen.FieldComment
to rewrite struct comment by @trim21 in #486 -
feat: add imports from DIY interface package to accelerate imports.Process by @unnamed42 in #488
-
fix: rename template variable name to avoid naming conflicts with package name by @xsxnet in #487
-
fix: generate []byte field with query type field.Bytes by @RiverChu in #499
-
fix:fix bytes->byte,and rename function name by @idersec in #500
New Contributors
- @trim21 made their first contribution in #486
- @xsxnet made their first contribution in #487
- @unnamed42 made their first contribution in #488
Full Changelog: v0.3.8...v0.3.9
v0.3.8
v0.3.7
What's Changed
- fix: remove verbose quote for default tag by @RiverChu in #457
- fix: accept clause
dbresolver.Operation
by @RiverChu in #466 - feat: support
JSONOverlapsExpression
by @radioinmyhead in #467 - feat: add base method ReadDB and WriteDB by @qqxhb in #468
- feat: accept DIY new struct name (#456) by @RiverChu in #458
Full Changelog: v0.3.6...v0.3.7