Skip to content

Releases: go-playground/validator

Release 10.30.1

24 Dec 16:22
5010f83

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.30.0...v10.30.1

Release 10.30.0

21 Dec 17:45
e9b900c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.29.0...v10.30.0

v10.29.0

12 Dec 15:13
afce000

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.28.0...v10.29.0

Release 10.28.0

05 Oct 17:08
bdc3a7d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.27.0...v10.28.0

Release 10.27.0

02 Jul 02:55
bc77d03

Choose a tag to compare

What's Changed

  • Fix Release version badge on README page by @nodivbyzero in #1406
  • fix russian E.164 error message by @prigornitskiy in #1349
  • chore: remove unnecessary statement by @qshuai in #1200
  • Re-enable several linters by @nodivbyzero in #1412
  • add support to tag validateFn by @peczenyj in #1363
  • Bump golang.org/x/crypto from 0.33.0 to 0.35.0 in /_examples/validate_fn by @dependabot in #1418
  • Bump golang.org/x/net from 0.34.0 to 0.38.0 in /_examples/validate_fn by @dependabot in #1419
  • Align required_without with the contract stated in the documentation by @jmfrees in #1422
  • Add translation example by @cxlblm in #1394
  • doc(errors): mention RegisterTagNameFunc for FieldError.Field by @khan-ajamal in #1358
  • Bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #1425
  • feat(translation): add en translation for urn_rfc2141 by @ryanmalesic in #1431
  • fix: panics when private field is validated by @ykalchevskiy in #1423
  • Fix: support validation for map values with struct types by @JunaidIslam2105 in #1433
  • Omitzero does not work with slice and map bug by @JunaidIslam2105 in #1436
  • Fix: Validator panics when 'nil' is used along with required if for slices and maps by @JunaidIslam2105 in #1442
  • docs: typos by @eqsdxr in #1440
  • fix: make "file://" fail url validation by @bfabio in #1444
  • disable way too aggressive and disagreeable linters by @deankarn in #1445
  • use golangci lint file for disables by @deankarn in #1447

New Contributors

Full Changelog: v10.26.0...v10.27.0

v10.26.0

28 Mar 15:51
433b082

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.25.0...v10.26.0

Release 10.25.0

15 Feb 16:33
0240917

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

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

Choose a tag to compare

What's Changed

  • fix: cron validation support for star step value by @cgetzen in #1302
  • doc(oneof): mention 'enum' by @Crocmagnon in #1326
  • Add oneofci validator (oneof case insensitive) by @connorcarnes in #1321
  • feat: add validator for numeric ports by @nodivbyzero in #1294

New Contributors

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

Release 10.22.1

09 Sep 00:17
f1939ee

Choose a tag to compare

What's Changed

New Contributors

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