NOTES:
- all: This Go module has been updated to Go 1.21 per the Go support policy. It is recommended to review the Go 1.21 release notes before upgrading. Any consumers building on earlier Go versions may experience errors (#198)
FEATURES:
- int32validator: New package which contains int32 type specific validators (#222)
- float32validator: New package which contains float32 type specific validators (#222)
ENHANCEMENTS:
- listvalidator: Added
ValueInt32sAre
andValueFloat32sAre
validators (#222) - mapvalidator: Added
ValueInt32sAre
andValueFloat32sAre
validators (#222) - setvalidator: Added
ValueInt32sAre
andValueFloat32sAre
validators (#222)
BUG FIXES:
- Add the attribute from the request to the at-least-one validator's error message (#199)