-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/go-playground/validator/v10 to v10.23.0 #238
base: master
Are you sure you want to change the base?
Update module github.com/go-playground/validator/v10 to v10.23.0 #238
Conversation
63f492d
to
2946fc6
Compare
2946fc6
to
796dc71
Compare
796dc71
to
1add542
Compare
1add542
to
70473ed
Compare
70473ed
to
2156ed3
Compare
2156ed3
to
6d9a5bb
Compare
6d9a5bb
to
f54af23
Compare
f54af23
to
7306199
Compare
7306199
to
795abf9
Compare
795abf9
to
8b33506
Compare
8b33506
to
25f1506
Compare
25f1506
to
ad393bc
Compare
ad393bc
to
6dacd08
Compare
6dacd08
to
aa45fba
Compare
aa45fba
to
397e7c7
Compare
8c33a9d
to
517d546
Compare
517d546
to
3c113d2
Compare
3c113d2
to
cc3e2fb
Compare
cc3e2fb
to
c6ec3ad
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
c6ec3ad
to
90f14fa
Compare
90f14fa
to
227516a
Compare
227516a
to
966b4fd
Compare
966b4fd
to
3f7af51
Compare
3f7af51
to
89019ca
Compare
89019ca
to
3ffb97c
Compare
3ffb97c
to
1c0f37f
Compare
This PR contains the following updates:
v10.4.1
->v10.23.0
Release Notes
go-playground/validator (github.com/go-playground/validator/v10)
v10.23.0
: Release 10.23.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.22.1...v10.23.0
v10.22.1
: Release 10.22.1Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.22.0...v10.22.1
v10.22.0
: Release 10.22.0Compare Source
v10.21.0
: Release 10.21.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.20.0...v10.21.0
v10.20.0
: Release 10.20.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.19.0...v10.20.0
v10.19.0
: Release 10.19.0Compare Source
What was added?
Added opt-in ability to validate private fields in PR, thanks @nikolaianohyn via the new
WithPrivateFieldValidation
option when initializing validator.v10.18.0
: Release 10.18.0Compare Source
What Changed?
Updated all dependencies to address dependant alerts, #1205 and #1220
v10.17.0
: Release 10.17.0Compare Source
What's new
What's fixed
v10.16.0
: Release 10.16.0Compare Source
What's new or fixed?
issn
validator. TY @mrcook for the PRfmt.Stringer
interface support touuid
validations allowing most UUID validation libraries which implement it to work transparently now. TY @JoshGlazebrook for the PRomitnil
similar toomitempty
but for pointers. this is mainly for code generation ease. TY @tarampampam for the PRv10.15.5
: Release 10.15.5Compare Source
What was fixed?
Fixed
CIDRIPv4
validation, ty @martinlehoux for the PRv10.15.4
: Release 10.15.4Compare Source
What was fixed?
Corrected a regression of skipping
required
fortime.Time
accidentally introduced inv10.15.2
v10.15.3
: Release 10.15.3Compare Source
What was fixed?
Fix regression for invalid type check before calling reflect values type. Thank you @MysteriousPotato for the PR
v10.15.2
: Release 10.15.2Compare Source
What was fixed?
or
's in tags + updated torequired
behaving the same as beforev10.50.0
to support the community as there was a lot of code relying on the before behaviour, correct or not.v10.15.1
: Release 10.15.1Compare Source
What was fixed?
Corrected a few validations including
gt
,lt
, ... when using floating point values, specificallyfloat32
, in this PRv10.15.0
: Release 10.15.0Compare Source
What's new?
tag
validations onstructs
is now a reality thank to @MysteriousPotato in this PRoneof
tag to examples in this PRSpice DB
validations in this PRWhat was fixed?
filepath
validation when path is a directory in this PRv10.14.1
: Release 10.14.1Compare Source
What was fixed?
json.RawMessage
in this PRv10.14.0
: Release 10.14.0Compare Source
What's new?
v10.13.0
: Release 10.13.0Compare Source
What's new?
skip_unless
validation.What was fixed?
excluded_if
validation not working as documented.iso3166_2
standard.v10.12.0
: Release 10.12.0Compare Source
What is new?
eth_addr_checksum
validation.eg_ignore_case
andne_ignore_case
http_url
validation for http(s) URL'scron
validation.unique
validation ability to validate struct fields.base64rawurl
validation for base64 url without = paddingmongodb
objectID validationfilepath
validation.dirpath
validation.luhn_checksum
validation.cve
validation.What was fixed?
excluded_unless
validation.unique
validation for map with Pointer values.unique
validation for struct field when itis a nil pointer.notblank
validation to cover all whitespace charactersWhat was changed?
eth_addr
validation while addingeth_addr_checksum
.v10.11.2
: Release 10.11.2Compare Source
What was fixed
v10.11.1
: Release 10.11.1Compare Source
What was fixed?
Corrected/Enhanced is boolean check to take the field type into consideration. Thanks @V-R-Dighe for the PR
v10.11.0
: Release 10.11.0Compare Source
What's new?
Boolean
translation. https://github.com/go-playground/validator/pull/930required
translation. https://github.com/go-playground/validator/pull/884zh
translations. https://github.com/go-playground/validator/pull/856exclude_if
andexcluded_unless
tags. https://github.com/go-playground/validator/pull/847What was fixed?
OR
operators. https://github.com/go-playground/validator/pull/911/ja
typos. https://github.com/go-playground/validator/pull/898What was enhanced?
ValidationCtx
now supports nested slice maps. https://github.com/go-playground/validator/pull/917/RegisterTagNameFunc
documentation. RegisterTagNameFuncv10.10.1
: Release 10.10.1Compare Source
What was fixed?
Updated a couple of dependencies to resolve some vulnerabilities found within.
v10.10.0
: Release 10.10.0Compare Source
What's new?
country_code
validation, thanks @uberswe for the PR.v10.9.0
: Release 10.9.0Compare Source
What's new?
universal-translator
andlocales
dependencies to their latest versions.v10.8.0
: Release 10.8.0Compare Source
What's new?
zh
missing translations for some tags, thanks @SkyingzZ for the PRv10.7.0
: Release 10.7.0Compare Source
What's new?
v10.6.2
: Release 10.6.2Compare Source
What was fixed?
v10.6.1
: Release 10.6.1Compare Source
What was fixed
url_encoded
validation regex not handling totally unescaped data.v10.6.0
: Release 10.6.0Compare Source
What's new?
required_if
,required_unless
andeqfield
. Thanks @zane-deg for the PRMaintainers
A section has been added to the README regarding a "request for maintainers". I am so happy that the community has embraced this project! and I think that now is a good time to bring on more maintainers to help support the growing user base for timely help, PR reviews and general support.
v10.5.0
: Release 10.5.0Compare Source
What's new?
v10.4.2
: Release 10.4.2Compare Source
What was Fixed?
nefield
. Thanks @Doarakko for the PRConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.