-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: go-playground/validator
base: v10.22.0
head repository: go-playground/validator
compare: v10.23.0
- 7 commits
- 5 files changed
- 6 contributors
Commits on Sep 9, 2024
-
fix(#1310): fix excluded_if for pointers (#1313)
## Fixes Or Enhances - fixes #1310 - add check for pointers in case of excluded_if
Configuration menu - View commit details
-
Copy full SHA for 4a073cc - Browse repository at this point
Copy the full SHA 4a073ccView commit details -
Dean Karn authored
Sep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for f1939ee - Browse repository at this point
Copy the full SHA f1939eeView commit details
Commits on Nov 16, 2024
-
fix: cron validation support for star step value (#1302)
## Fixes Or Enhances Resolves #1259 **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers
Configuration menu - View commit details
-
Copy full SHA for 51697fb - Browse repository at this point
Copy the full SHA 51697fbView commit details -
doc(oneof): mention 'enum' (#1326)
## Fixes Or Enhances Mention 'enum' in the documentation for `oneof`. One of our team member spent too much time looking for an 'enum-like' validation tag, only to find out later that `oneof` exists. This PR intends on making the discovery of this validation tag easier. **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers
Configuration menu - View commit details
-
Copy full SHA for 078d0c0 - Browse repository at this point
Copy the full SHA 078d0c0View commit details -
Add oneofci validator (oneof case insensitive) (#1321)
## Fixes Or Enhances - Adds oneofci, a case insensitive version of oneof - resolves #840 **Make sure that you've checked the boxes below before you submit PR:** - [ X] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers
Configuration menu - View commit details
-
Copy full SHA for d7abf32 - Browse repository at this point
Copy the full SHA d7abf32View commit details -
feat: add validator for numeric ports (#1294)
## Fixes Or Enhances This PR adds a new validation for numeric ports. Connected to: #1216 ``` type Host struct { Port uint32 `validate:"port"` } ``` **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers
Configuration menu - View commit details
-
Copy full SHA for 48992fa - Browse repository at this point
Copy the full SHA 48992faView commit details -
Dean Karn authored
Nov 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 606fdce - Browse repository at this point
Copy the full SHA 606fdceView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v10.22.0...v10.23.0