Releases: go-gorm/gen
Releases · go-gorm/gen
v0.3.6
- feat: remove default tag
CURRENT_TIMESPAMP
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- fix: sqlite data type by @qqxhb in #434
- style: optimize code style by @RiverChu in #443
- style: fix typo by @michaelzx in #450
- fix: ignore zero value default tag by @RiverChu in #451
- feat: support FromUnixTime by @RiverChu in #452
New Contributors
- @yikakia made their first contribution in #435
- @BigeYoung made their first contribution in #447
- @michaelzx made their first contribution in #450
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
New Contributors
- @web-xiaxia made their first contribution in #431
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
What's Changed
- feat: add field's column name by @RiverChu in #425
- feat: generate unsigned integer type by @RiverChu in #426
- feature: model Joins & Preload methods support multiple RelationField by @alfarih31 in #424
- fix: remove zero value default tag by @RiverChu in #428
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.44
What's Changed
- fix: update table name in schema by @RiverChu in #393
- feat(Joins): implement Joins "ON" condition for equal-like clauses & "ORDER BY" relation table columns by @alfarih31 in #390
- feat: implement function REPLACE/CONCAT by @RiverChu in #400
- fix: wrap blank default value tag by @RiverChu in #408
- feat: support join with sub query by @qqxhb in #402
New Contributors
- @zhouyusd made their first contribution in #391
- @alfarih31 made their first contribution in #390
Full Changelog: v0.2.43...v0.2.44