Unclaimed project
Are you a maintainer of validator? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
error-handlingtranslationvalidation
Last updated 24 days ago
Back to changelogNew
v10.29.0
What's Changed
- fix: minor spelling fix in docs by @Perfect5th in https://github.com/go-playground/validator/pull/1472
- Bump golang.org/x/text from 0.29.0 to 0.30.0 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1473
- Bump golang.org/x/crypto from 0.42.0 to 0.43.0 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1474
- Fix integer overflows in test when run on 32bit systems by @gibmat in https://github.com/go-playground/validator/pull/1479
- fix: exclude modernize linter by @nodivbyzero in https://github.com/go-playground/validator/pull/1487
- Bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1490
- Bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1485
- Support for ISO 9362:2022 BIC (SWIFT) codes by @fira42073 in https://github.com/go-playground/validator/pull/1478
- Bump golang.org/x/crypto from 0.43.0 to 0.44.0 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1492
- Fix: validation now rejects phone codes starting with +0 by @nodivbyzero in https://github.com/go-playground/validator/pull/1476
Bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1495Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1497fix/1500:Update Sierra Leone currency code from SLL to SLE by @princekm096 in https://github.com/go-playground/validator/pull/1501Fix/1481 skip invalid type validations by @KaranLathiya in https://github.com/go-playground/validator/pull/1498Fix 1502 update ccy codes by @princekm096 in https://github.com/go-playground/validator/pull/1503Added alphanumspace string validator by @haribabuk113 in https://github.com/go-playground/validator/pull/1484excluded_unless bug fix by @chargraves85 in https://github.com/go-playground/validator/pull/1307New Contributors
- @Perfect5th made their first contribution in https://github.com/go-playground/validator/pull/1472
- @gibmat made their first contribution in https://github.com/go-playground/validator/pull/1479
- @fira42073 made their first contribution in https://github.com/go-playground/validator/pull/1478
- @princekm096 made their first contribution in https://github.com/go-playground/validator/pull/1501
- @KaranLathiya made their first contribution in https://github.com/go-playground/validator/pull/1498
- @haribabuk113 made their first contribution in https://github.com/go-playground/validator/pull/1484
- @chargraves85 made their first contribution in https://github.com/go-playground/validator/pull/1307
Full Changelog: https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0