github go-playground/validator v9.19.0
Release 9.19.0

latest releases: v10.20.0, v10.19.0, v10.18.0...
5 years ago

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

for details see PR #377 Thanks @heatwole for the PR!

Don't miss a new validator release

NewReleases is sending notifications on new releases.