go-playground/validator
 Watch   
 Star   
 Fork   
2024-11-17 00:48:15
validator

Release 10.23.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.22.1...v10.23.0

2024-09-09 08:16:31
validator

Release 10.22.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.22.0...v10.22.1

2024-06-12 12:35:37
validator
2024-06-01 23:21:26
validator

Release 10.21.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.20.0...v10.21.0

2024-04-30 12:08:48
validator

Release 10.20.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.19.0...v10.20.0

2024-03-03 03:47:07
validator

Release 10.19.0

What was added?

Added opt-in ability to validate private fields in PR, thanks @nikolaianohyn via the new WithPrivateFieldValidation option when initializing validator.

2024-02-11 13:10:02
validator

Release 10.18.0

What Changed?

Updated all dependencies to address dependant alerts, #1205 and #1220

2024-01-14 12:49:43
validator

Release 10.17.0

What's new

  • Add translation of requiredXXX and excludedXXX in English/Chinese/Chinese Taiwan.

What's fixed

  • Fix errors translation to work properly for aliases.
2023-11-04 23:49:36
validator

Release 10.16.0

What's new or fixed?

  • Added new issn validator. TY @mrcook for the PR
  • Added improvement/fix to the file url validation. TY @nodivbyzero for the PR
  • Fix onof tag in examples. TY @gren236 for the PR
  • Add fmt.Stringer interface support to uuid validations allowing most UUID validation libraries which implement it to work transparently now. TY @JoshGlazebrook for the PR
  • Added new omitnil similar to omitempty but for pointers. this is mainly for code generation ease. TY @tarampampam for the PR
2023-10-02 11:28:25
validator

Release 10.15.5

What was fixed?

Fixed CIDRIPv4 validation, ty @martinlehoux for the PR