-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): update module gopkg.in/go-playground/validator.v9 to v10 #25
chore(deps): update module gopkg.in/go-playground/validator.v9 to v10 #25
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
5c1bc0b
to
4b9c1cb
Compare
b20d770
to
f061929
Compare
6631732
to
cbd3983
Compare
cbd3983
to
432a9ce
Compare
432a9ce
to
60f33bb
Compare
60f33bb
to
eb1863d
Compare
2ec40f7
to
e01e68c
Compare
e01e68c
to
b96184b
Compare
4b0b430
to
d3601d3
Compare
fb776cc
to
32aa20f
Compare
4ed9a10
to
332bc57
Compare
332bc57
to
e6ae491
Compare
e6ae491
to
f40843b
Compare
0d948fd
to
77dab7f
Compare
8b6a5af
to
c1cb9aa
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
182b521
to
094acaf
Compare
2bbfb3a
to
ffecd52
Compare
This PR contains the following updates:
v9.31.0
->v10.17.0
Release Notes
go-playground/validator (gopkg.in/go-playground/validator.v9)
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 PRv10.4.1
: Release 10.4.1Compare Source
What was fixed?
Fixed an issue where if the param of a time.Durtion type is specified
as an integer, denoting nanosecond precision, instead of time duration
string the validation would panic introduced in https://github.com/go-playground/validator/pull/642
The fix ensures it falls back to the previous expected behaviour.
v10.4.0
: Release 10.4.0Compare Source
What's new?
Merged ton of PR's, thank you everyone for your contributions!
v10.3.0
: Release 10.3.0Compare Source
What's New/Fixed?
New
startsnotwith
&endsnotwith
validations, thanks @metalinspired for the PRFixed
v10.2.0
: Release 10.2.0Compare Source
What's new?
v10.1.0
: Release 10.1.0Compare Source
What's new?
🎄 Merry Christmas: 🎄
🎁 🎁 🎁 🎁 🎁 🎁 🎁 🎁
GetTag
functionality to the FieldLevel interface. Thanks @LRichi for the PRIsunique
functionality to handle the uniqueness of struct fields in an array/slice. Thanks @shihanng for the PRisurl
nill error check, Thanks @whatvn for the PRdatauri
validation regex, Thanks @JonathanWThom for the PReq
validator, Thanks @ghost for the PRoneof
for space-separated strings, Thanks @JonathanWThom for the PRv10.0.1
: Release 10.0.1Compare Source
What was fixed?
Fixed the
required_with*
validation functions that were not properly handling pointers.v10.0.0
: Release 10.0.0Compare Source
What's new?
I wanted v10 to have a bunch of new functionality for everyone but Go Modules has forced my hand a bit.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.