Skip to content

Releases: jekkay/govalidator

nest-struct filed support

13 Jul 02:34
Compare
Choose a tag to compare

Big Bang:

  • support string constraint
    • tags: min, max, default, req, regex, in
  • pointer-to-number
    • such as, *int8, *uint64...
    • tags: min, max, default, req
  • nest struct field, or pointer to struct object
    • tags: req

fix small bug

08 Jul 04:54
Compare
Choose a tag to compare
  • support number struct filed, tags:
    • min
    • max
    • default