Skip to content

Releases: go-playground/validator

Release 3.0.1

19 Mar 19:59

Choose a tag to compare

correct call to wrong function

Release 3.0

11 Mar 04:15

Choose a tag to compare

removed internal validator

Release 2.3

11 Mar 03:39

Choose a tag to compare

add generic cross field validation for Number and time.Time types

Release 2.2

10 Mar 22:02

Choose a tag to compare

Add returning of Type along with Kind for type specific messaging for the referencing app.

Release 2.1

10 Mar 19:29

Choose a tag to compare

Added handling ofdates to gt, gte, lt and lte validations against time.Now().UTC()

Release 2.0

06 Mar 17:03

Choose a tag to compare

cross field validation is now possible, required a small breaking change to the validation function definition; and v2 was born!

Release 1.0

01 Mar 17:47

Choose a tag to compare

Production Ready