Releases: go-juicedev/juice
Releases · go-juicedev/juice
v1.4.15
What's Changed
- fix nested structure tag search by @eatmoreapple in #252
Full Changelog: v1.4.14...v1.4.15
v1.4.14
What's Changed
- fix variable 'max' collides with the 'builtin' function by @eatmoreapple in #244
- make simple driver attribute public by @eatmoreapple in #245
- update sqlite driver to sqlite3 by @eatmoreapple in #246
- fix incorrect path when using fs with Windows by @eatmoreapple in #248
- fix windows pathseparator replace by @eatmoreapple in #249
- fix windows pathseparator replace by @eatmoreapple in #250
- fix juicecli
namespaceinvalid on windows by @eatmoreapple in #251
Full Changelog: v1.4.13...v1.4.14
v1.4.13
v1.4.0
What's Changed
- fix tx manager has not session by @eatmoreapple in #195
Full Changelog: v1.3.9...v1.4.0
v1.3.8
What's Changed
- fix-eval-func-call by @eatmoreapple in #167
- style: update export work reco logic by @eatmoreapple in #168
- style: update genericExecutor use cache logic by @eatmoreapple in #169
- style: abstract a layer of evaluators by @eatmoreapple in #170
- update executor create by @eatmoreapple in #171
- update Eval behavior by @eatmoreapple in #172
- style: try to get sql node before it in use by @eatmoreapple in #173
- fix: can not call selector expr with map value by @eatmoreapple in #174
- fix: not auto unwarp loop value any more by @eatmoreapple in #175
Full Changelog: v1.3.7...v1.3.8
v1.3.7
What's Changed
- style: remove exec without context by @eatmoreapple in #154
- 💩 improve append performance by @eatmoreapple in #155
- style: change useGeneratedKeysMiddleware by @eatmoreapple in #156
- feat: add issue template by @eatmoreapple in #157
- feat: add unreachable flag by @eatmoreapple in #158
- style: make engine driver public by @eatmoreapple in #159
- style: rename translate to translator by @eatmoreapple in #160
- style: change driver define by @eatmoreapple in #161
- update Environment parse by @eatmoreapple in #162
- style: add CacheKeyFunc check by @eatmoreapple in #163
- fix: cached CacheKeyFunc incase the CacheKeyFunc is changed by other … by @eatmoreapple in #164
- fix: fix selector expr struct field search by @eatmoreapple in #165
- feat: add expr function call by @eatmoreapple in #166
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
- feat: update function call error check by @eatmoreapple in #147
- style: change cache lock by @eatmoreapple in #148
- feat: add nil expr by @eatmoreapple in #149
- add nil compare by @eatmoreapple in #150
- feat: add nil value compare by @eatmoreapple in #151
- feat: add generic middleware support by @eatmoreapple in #152
- feat: add useGeneratedKeysMiddleware by @eatmoreapple in #153
Full Changelog: v1.3.5...v1.3.6
v1.3.4
What's Changed
- feat: update formatRegexp expr by @eatmoreapple in #134
- style: update reflect value stringfly by @eatmoreapple in #135
- update readme by @eatmoreapple in #136
- frat: add useGeneratedKeys to global settings by @eatmoreapple in #137
- add executor assertion by @eatmoreapple in #138
- update dtd by @eatmoreapple in #139
- update op of flush cache by @eatmoreapple in #140
- feat: cached-genericParameter by @eatmoreapple in #141
- style: update trim node by @eatmoreapple in #142
- [style]: remove statement engine by @eatmoreapple in #143
- feat: add result map checkout before use them by @eatmoreapple in #144
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- change cache key func by @eatmoreapple in #124
- style: change enable cache key name by @eatmoreapple in #125
- feat: add sql rows data check by @eatmoreapple in #126
- fix: fix sql scanner could not scan result with one column by @eatmoreapple in #127
- unwarp the relfect value by @eatmoreapple in #128
- feat: add map support for foreach collection by @eatmoreapple in #129
- feat: add locker interface to engine by @eatmoreapple in #130
- nagivate-shadowed-declaration by @eatmoreapple in #131
- style: rename result to resultNode by @eatmoreapple in #132
- feat: add eval func check by @eatmoreapple in #133
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- feat: add sql build for statment by @eatmoreapple in #116
- feat: add session for executor by @eatmoreapple in #117
- feat: add cache manager for transaction by @eatmoreapple in #118
- add action attributes by @eatmoreapple in #119
- feat: add flushCache disable for no query action by @eatmoreapple in #120
- Remove bind executor by @eatmoreapple in #121
- feat: add query statement check by @eatmoreapple in #122
- revert: get session from context by @eatmoreapple in #123
Full Changelog: v1.3.1...v1.3.2