Releases: bytedance/go-tagexpr
Releases · bytedance/go-tagexpr
v2.5.2
14 Feb 08:26
Compare
Sorry, something went wrong.
No results found
fix(validator): get the specified error message of a nested field
v2.5.1
19 Jan 06:39
Compare
Sorry, something went wrong.
No results found
fix(binding): fix the judgment of whether the parameter type exists
v2.5.0
01 Nov 05:58
Compare
Sorry, something went wrong.
No results found
chore(binding): Adjust the priority of the parameter
v2.4.1
30 Sep 15:38
Compare
Sorry, something went wrong.
No results found
Update *TagExpr.Range method
Fix *Validator.Validate method
v2.4.0
30 Sep 07:16
Compare
Sorry, something went wrong.
No results found
fix: fix ExprSelector.Field method
feat(validator): Ignore error if the value of the parent is nil
v2.3.9
25 Sep 12:47
Compare
Sorry, something went wrong.
No results found
style: Delete gomod, otherwise must add v2 on the path
fix: nil pointer bug
v2.3.8
09 Sep 10:33
Compare
Sorry, something went wrong.
No results found
v2.3.7
20 Aug 12:56
Compare
Sorry, something went wrong.
No results found
feat: binding supports loose zero mode (if set to true, the empty string request parameter is bound to the zero value of parameter.)
v2.3.6
16 Aug 11:17
Compare
Sorry, something went wrong.
No results found
fix(binding): When there is a body parameter that is required, if there is no body, an error is returned
v2.3.5
15 Aug 10:46
Compare
Sorry, something went wrong.
No results found
feat(binding): Supplement the body binding of the request using the delete method