Releases: go-playground/validator
Releases · go-playground/validator
Release 9.24.0
Release 9.23.0
What's new?
- Added automatic pointer downgrade for
RegisterStructValidation
, thanks @suekto-andreas for the PR - Added Indonesian translations, thanks @sulthonzh for the PR
Release 9.22.0
Release 9.21.1
Release v9.21.0
What's new?
Added dutch translations thanks to @wesselvanderlinden and PR #387!
Release 9.20.2
Release 9.20.1
Release 9.20.0
Release 9.19.0
What's new?
3 new validations added:
html
- This validates that a string value appears to be an HTML element tag including those described at https://developer.mozilla.org/en-US/docs/Web/HTML/Element
html_encoded
- This validates that a string value is a proper character reference in decimal or hexadecimal format
url_encoded
- This validates that a string value is percent-encoded (URL encoded) according to https://tools.ietf.org/html/rfc3986#section-2.1