Skip to content

Releases: go-playground/validator

Release 3.0.2

21 Mar 17:43
Compare
Choose a tag to compare

add "structonly" tag for when you wish to validate the struct but not it's containing fields

Release 3.0.1

19 Mar 19:59
Compare
Choose a tag to compare

correct call to wrong function

Release 3.0

11 Mar 04:15
Compare
Choose a tag to compare

removed internal validator

Release 2.3

11 Mar 03:39
Compare
Choose a tag to compare

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

Release 2.2

10 Mar 22:02
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Production Ready