Skip to content

Releases: go-playground/validator

Release 10.25.0

15 Feb 16:33
0240917
Compare
Choose a tag to compare

What's Changed

  • Fix postcode_iso3166_alpha2_field validation by @ddevcap in #1359
  • Update README to replace the Travis CI badge with a GitHub Actions badge by @nodivbyzero in #1362
  • chore: using errors.As instead of type assertion by @fatelei in #1346
  • Fix/remove issue template md by @ganeshdipdumbare in #1375
  • feat: Add support for omitting empty and zero values in validation (including nil pointer and empty content of pointer) by @zeewell in #1289

New Contributors

Full Changelog: v10.24.0...v10.25.0

Release 10.24.0

13 Jan 02:32
2cce309
Compare
Choose a tag to compare

What's Changed

The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling net package.

Full Changelog: v10.23.0...v10.24.0

Release 10.23.0

16 Nov 16:49
606fdce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.22.1...v10.23.0

Release 10.22.1

09 Sep 00:17
f1939ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.22.0...v10.22.1

Release 10.22.0

12 Jun 04:36
a947377
Compare
Choose a tag to compare
v10.22.0

Update README.md

Release 10.21.0

01 Jun 15:22
c7e8518
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.20.0...v10.21.0

Release 10.20.0

30 Apr 04:09
e20b948
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.19.0...v10.20.0

Release 10.19.0

02 Mar 19:54
Compare
Choose a tag to compare

What was added?

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

Release 10.18.0

11 Feb 05:11
b328f72
Compare
Choose a tag to compare

What Changed?

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

Release 10.17.0

14 Jan 05:00
55313db
Compare
Choose a tag to compare

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.