NOTES:
- This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#117)
ENHANCEMENTS:
- int64validator: Added
equalToProductOf
validator (#129)
BUG FIXES:
- stringvalidator: Removed double quoting in
Description
returned fromNoneOf
,NoneOfCaseInsensitive
,OneOf
andOneOfCaseInsensitive
validators (#152)