Skip to content

Releases: bytedance/go-tagexpr

v2.5.2

14 Feb 08:26
Compare
Choose a tag to compare

fix(validator): get the specified error message of a nested field

v2.5.1

19 Jan 06:39
Compare
Choose a tag to compare

fix(binding): fix the judgment of whether the parameter type exists

v2.5.0

01 Nov 05:58
Compare
Choose a tag to compare

chore(binding): Adjust the priority of the parameter

v2.4.1

30 Sep 15:38
Compare
Choose a tag to compare
  • Update *TagExpr.Range method
  • Fix *Validator.Validate method

v2.4.0

30 Sep 07:16
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

style: Delete gomod, otherwise must add v2 on the path
fix: nil pointer bug

v2.3.8

09 Sep 10:33
Compare
Choose a tag to compare

fixed: #9

v2.3.7

20 Aug 12:56
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

feat(binding): Supplement the body binding of the request using the delete method