v9.28.0
版本发布时间: 2019-03-31 21:44:53
go-playground/validator最新发布版本:v10.22.1(2024-09-09 08:17:07)
What's new?
Huge shout out to the community for all the help!
- Added new section for non-standard validations here from PR, thanks @andreiavrammsd!
- these non standard validations will not be part of the beked in validations but rather a place for the community to put one-off validations that others may find useful and can register them as needed.
- Updsated the SSN regex to handle more use cases in PR, thanks @rucas!
- Added
startswith
sndendswith
validations in PR, thanks @thcipriani! - Fixed a typo in the struct level example in PR, thanks @masseelch!
- Updated the docs to include the
uuid_rfc4122
validations in PR, thanks @alexbilbie! - Updated the email validations regex to handle a couple of failing real-world cases in PR, thanks @benpaxton-hf!