Releases: go-juicedev/juice
Releases · go-juicedev/juice
v1.3.0
What's Changed
- fix: fix value node with argument but did not replace with placeholder by @eatmoreapple in #108
- feat: add value node for insert by @eatmoreapple in #109
- feat: add auto incr field map channels by @eatmoreapple in #110
Full Changelog: v1.2.9...v1.3.0
v1.2.9
What's Changed
- feat: auto mapping generated key to the given property by @eatmoreapple in #103
- style: remove StatementIDGetter by @eatmoreapple in #104
- pref: reuse strings.Replacer by @eatmoreapple in #105
- pref: text node precompile by @eatmoreapple in #106
- pref: Improve mapping performance by @eatmoreapple in #107
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- feat: add Document Type Definition by @eatmoreapple in #92
- feat: add mapper prefix attr-list on dtd by @eatmoreapple in #93
- feat: add map param key check by @eatmoreapple in #94
- fix: skip nil Parameter in ParamGroup by @eatmoreapple in #95
- feat: if collection is empty, use default param key instead by @eatmoreapple in #96
- feat: safe eval index by @eatmoreapple in #97
- style: redefine eval func by @eatmoreapple in #98
- fix: fix parse go mod file by @eatmoreapple in #99
- style: update genericExecutor by @eatmoreapple in #100
- style: add alias for -1 by @eatmoreapple in #101
- perf: update juicectl generate code and impove runtime performance by @eatmoreapple in #102
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- [fix]: while use generic manager with nil point result, return nil when q… by @eatmoreapple in #78
- [fix]: fix while checking rows scan times, checked always be false by @eatmoreapple in #79
- [style]: rename interface{} to any by @eatmoreapple in #80
- [style]: update param behavior by @eatmoreapple in #81
- style: add reflect unwrapValue by @eatmoreapple in #82
- feat: Unwrap for SyntaxError by @eatmoreapple in #83
- style: rename Generic by @eatmoreapple in #84
- style: update manager by @eatmoreapple in #85
- style: add param define by @eatmoreapple in #86
- perf: update foreach param by @eatmoreapple in #87
- style: change ConditionNode behavior by @eatmoreapple in #88
- feat: add NewParameter for public by @eatmoreapple in #89
- feat: support diy default param key by @eatmoreapple in #90
- feat: support slice3 expr by @eatmoreapple in #91
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- [fix]: fix code gen param error by @eatmoreapple in #76
- [bug]: fix tx does work by @eatmoreapple in #77
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
- [style]: add ast pkg and format impl generated code by @eatmoreapple in #74
- [fix]: fix use juice.H code gen with bad value by @eatmoreapple in #75
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- [style]: beautify juicecli output by @eatmoreapple in #71
- [style]: animate expression calculation by @eatmoreapple in #72
- [feat]: support more than two argument params for code generate function by @eatmoreapple in #73
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- inprove performance ⚡ by @eatmoreapple in #63
- [feat]: add type finder by @eatmoreapple in #64
- [style]: format juicecli impl writer by @eatmoreapple in #65
- remove useless code by @eatmoreapple in #66
- update param alias by @eatmoreapple in #67
- improve eval func performance by @eatmoreapple in #68
- [feat]: add UnaryExpr IndexExpr IndexExpr SliceExpr support by @eatmoreapple in #69
- [feat]: add [andnot、or token parse by @eatmoreapple in https://github.com//pull/70
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- add juice command tool help by @eatmoreapple in #57
- fix github action by @eatmoreapple in #58
- [style]: remove excess where statement spaces by @eatmoreapple in #59
- [style]: rename juice command tool by @eatmoreapple in #60
- rename juicecli tool command namespace to tell by @eatmoreapple in #61
- [style]: update config parser by @eatmoreapple in #62
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- [style]: update namespace auto discomplete by @eatmoreapple in #54
- [feat]: add namespace print for command line by @eatmoreapple in #55
- [style]: split command line for juice by @eatmoreapple in #56
Full Changelog: v1.2.0...v1.2.1