Skip to content

Release 10.11.0

Compare
Choose a tag to compare
@deankarn deankarn released this 01 May 17:11
· 139 commits to master since this release

What's new?

  • Add ability to validate structs using map rules. #934
  • A number of hash validations. #875
  • Italian translations. #694 #914
  • Vietnamese translations. #820
  • Arabic translations. #825
  • Added missing Boolean translation. #930
  • Add missing required translation. #884
  • Add missing zh translations. #856
  • Added exclude_if and excluded_unless tags. #847
  • Added Credit Card validation. #924

What was fixed?

  • Fix support for aliased time.Time types. #890
  • Fix multiple group of OR operators. #911
  • Remove underscore from RFC-1123 based regex. #912
  • ja typos. #898
  • Documentation typos. #891

What was enhanced?

  • ValidationCtx now supports nested slice maps. #917
  • RegisterTagNameFunc documentation. RegisterTagNameFunc