Releases: bytedance/go-tagexpr
Releases · bytedance/go-tagexpr
v2.5.2
fix(validator): get the specified error message of a nested field
v2.5.1
fix(binding): fix the judgment of whether the parameter type exists
v2.5.0
chore(binding): Adjust the priority of the parameter
v2.4.1
- Update *TagExpr.Range method
- Fix *Validator.Validate method
v2.4.0
- fix: fix ExprSelector.Field method
- feat(validator): Ignore error if the value of the parent is nil
v2.3.9
style: Delete gomod, otherwise must add v2 on the path
fix: nil pointer bug
v2.3.7
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
fix(binding): When there is a body parameter that is required, if there is no body, an error is returned
v2.3.5
feat(binding): Supplement the body binding of the request using the delete method