Merge pull request #311 from jackwilsdon/go-fmt-ci Alex Saskevich* 1/8/20, 11:00 PM
Merge pull request #299 from okisetiawan0101/new-string-length-tag Alex Saskevich* 1/8/20, 10:59 PM
Merge pull request #324 from nathj07/issue320_remove_errant_println Alex Saskevich* 1/8/20, 10:58 PM
Merge branch 'master' into issue320_remove_errant_println Alex Saskevich* 1/8/20, 10:57 PM
Merge branch 'validatemap' of git://github.com/mie00/govalidator into mie00-validatemap Alex Saskevich 1/8/20, 10:54 PM
Merge branch 'mie00-validatemap' Alex Saskevich 1/8/20, 10:51 PM
Merge branch 'validatemap' of git://github.com/mie00/govalidator into mie00-validatemap Alex Saskevich 1/8/20, 10:51 PM
Merge branch 'France-ioi-do_not_valide_structs_twice_pr' Alex Saskevich 1/8/20, 10:41 PM
Merge branch 'do_not_valide_structs_twice_pr' of git://github.com/France-ioi/govalidator into France-ioi-do_not_valide_structs_twice_pr Alex Saskevich 1/8/20, 10:41 PM
Merge branch 'France-ioi-fix_TestIsExistingEmail_pr' Alex Saskevich 1/8/20, 10:37 PM
Merge branch 'fix_TestIsExistingEmail_pr' of git://github.com/France-ioi/govalidator into France-ioi-fix_TestIsExistingEmail_pr Alex Saskevich 1/8/20, 10:37 PM
Do not treat empty strings, zero numbers and structures as nils: validate them, realize that required field can be zeros Dmitry Zenovich 3/1/19, 6:40 PM
update tests Nathan Davies 2/24/19, 3:20 PM
remove the fmt.Println Nathan Davies 2/24/19, 3:13 PM
add Unix Timestamp validator to readme bosenok 12/30/18, 3:53 PM
Add go fmt as a CI step Jack Wilsdon 10/2/18, 2:53 PM
rename isInRaw func to IsInRaw func okisetiawan 7/27/18, 7:41 PM
add max string length validator and min string length validator okisetiawan 7/27/18, 7:39 PM
add custom tag with params in read me okisetiawan 7/27/18, 7:13 PM
Complete the documentation about Validator with parameters in read.me okisetiawan 7/27/18, 6:57 PM
Merge pull request #296 from asaskevich/revert-286-master Alex Saskevich* 7/20/18, 2:50 PM
Revert "(Enhancement) Validator: Adding more concrete base64 validation, Enabling []int validation " Alex Saskevich* 7/20/18, 2:49 PM
Create config.yml Alex Saskevich* 7/20/18, 2:16 PM
Merge pull request #286 from marcsantiago/master Alex Saskevich* 7/20/18, 2:12 PM
Merge pull request #268 from jasonlam604/feature/Fix_capital_lower_struct_field Alex Saskevich* 7/20/18, 2:07 PM
Merge pull request #290 from skybet/feature/include-path-for-nested-structs Alex Saskevich* 7/20/18, 2:05 PM
Merge branch 'master' into feature/include-path-for-nested-structs Alex Saskevich* 7/20/18, 2:05 PM
Merge pull request #293 from beornf/child-struct-interface Alex Saskevich* 7/20/18, 2:03 PM
Merge pull request #270 from es1o/bug_269 Alex Saskevich* 7/20/18, 2:03 PM
Merge branch 'master' into bug_269 Alex Saskevich* 7/20/18, 2:03 PM
Merge pull request #272 from jasonlam604/feature/add_hasWhitespace_and_hasWhitespaceOnly Alex Saskevich* 7/20/18, 2:01 PM
Merge pull request #277 from fossabot/master Alex Saskevich* 7/20/18, 2:00 PM
Merge pull request #282 from ferhatelmas/simplification Alex Saskevich* 7/20/18, 1:56 PM
Check inner pointer to struct for interface field Beorn Facchini 7/18/18, 12:47 PM
Validate the child struct when its an interface Beorn Facchini 7/18/18, 12:06 PM
Including the path in errors for nested structs Andrew Munro 7/5/18, 4:35 PM
Merge pull request #1 from skybet/feature/validation-ordering-and-zero-value-ptrs Andrew Munro* 7/3/18, 1:19 PM
Ensuring order on validation rules. Allowing nil values to pass validation. Passing input and validator tag to custom error messages Andrew Munro 7/3/18, 12:49 PM
(Enhancement) Validator: Validating contents of []int Marc Santiago 6/29/18, 9:52 PM
Validator: Adding more concrete base64 validation Marc Santiago 6/28/18, 7:29 PM
some simplications ferhat elmas 6/20/18, 1:47 PM
Add license scan report and status fossabot 5/22/18, 4:08 PM
Add hasWhitespace and hasWhitespaceOnly Jason Lam 4/13/18, 4:12 AM
Fix issue #269 - problem with parse urls with multiple underscores. Grzegorz Eliszewski 4/9/18, 10:46 PM
Fix struct validation when options include a numeric type check int, int8, int16....etc float32, float64 Jason Lam 4/7/18, 9:07 AM
Renovate 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:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/asaskevich/govalidator/v11@v11.0.1: go.mod has non-.../v11 module path "github.com/asaskevich/govalidator" (and .../v11/go.mod does not exist) at revision v11.0.1
### ⚠️ Artifact update problem
Renovate 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:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
##### File name: go.sum
```
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/asaskevich/govalidator/v11@v11.0.1: go.mod has non-.../v11 module path "github.com/asaskevich/govalidator" (and .../v11/go.mod does not exist) at revision v11.0.1
```
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 11.x releases. But if you manually upgrade to 11.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
### Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `11.x` releases. But if you manually upgrade to `11.x` then Renovate will re-enable `minor` and `patch` updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v0.0.0-20230301143203-a9d515a09cc2->v11.0.1Release Notes
asaskevich/govalidator (github.com/asaskevich/govalidator)
v11.0.1Compare Source
v11.0.0Compare Source
v11Compare Source
v10Compare Source
v9Compare Source
v8Compare Source
v7Compare Source
Update before merging some breaking BC code
v6Compare Source
v5Compare Source
v4Compare Source
v3Compare Source
v2Compare Source
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 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 has been generated by Renovate Bot.
⚠️ Artifact update problem
Renovate 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
42e6e0b9cftoc36d95073dc36d95073dto9235df7ec29235df7ec2toe942f0c631e942f0c631to261e717eb9261e717eb9tob599b4db17b599b4db17to386cc11296386cc11296to923855147e923855147etofa29573da5fa29573da5to2e5c224d5c2e5c224d5cto40fec348db40fec348dbtoddbd2f89d9ddbd2f89d9to11f0cac1ef11f0cac1efto1b600521931b60052193to3a9212138bRenovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future
11.xreleases. But if you manually upgrade to11.xthen Renovate will re-enableminorandpatchupdates automatically.If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Pull request closed