Dean Karn
|
bec732e9de
|
Merge pull request #543 from go-playground/fix-required-without
fix required_*
|
5 years ago |
Dean Karn
|
a346f2eea4
|
Merge branch 'master' into fix-required-without
|
5 years ago |
Dean Karn
|
b11fb5f16e
|
fix typo
|
5 years ago |
Dean Karn
|
c0f05c7b3d
|
fix required_*
|
5 years ago |
Dean Karn
|
fe89c745f6
|
Merge pull request #542 from kaelanfouwels/master
Correction of documentation URL
|
5 years ago |
Kaelan Thijs Fouwels
|
8678802a39
|
Correction of documentation URL
see https://github.com/go-playground/validator/issues/536
|
5 years ago |
Dean Karn
|
dbbe6958b3
|
update doc v9 url to v10
|
5 years ago |
Dean Karn
|
7e57ca0cf5
|
convert to go modules
|
5 years ago |
Dean Karn
|
cd1bd58169
|
Update README.md
|
5 years ago |
Dean Karn
|
883a9e06c8
|
Merge pull request #523 from go-playground/fixes
Fixes
|
5 years ago |
Dean Karn
|
9593a0f77e
|
add test for new nil validation
|
5 years ago |
Dean Karn
|
06f92248de
|
linting cleanup
|
5 years ago |
Dean Karn
|
6484d9f2fb
|
fix required_with_*
|
5 years ago |
Dean Karn
|
cc25246f01
|
fix required_without_*
|
5 years ago |
Dean Karn
|
51fcc303b3
|
Merge pull request #507 from UgurAsaner/v9
Add Turkish translations
|
5 years ago |
Dean Karn
|
205b733988
|
Merge pull request #522 from teejays/v9
Issue #521: Non-standard validators import path fix
|
5 years ago |
Talha Ansari
|
4e2a13b9bf
|
Updated tests to reflect the import change
|
5 years ago |
Talha Ansari
|
2367d307c5
|
Fix the import path for non-standard validators
Issue [#521](https://github.com/go-playground/validator/issues/521)
|
5 years ago |
baran.asaner
|
80a8449877
|
Add Turkish translations
|
5 years ago |
Dean Karn
|
556b9da3c0
|
Update README.md
|
5 years ago |
Dean Karn
|
ab2452c1ce
|
Merge pull request #489 from tobiassjosten/patch-1
Fixed typo
|
5 years ago |
Dean Karn
|
d6546ee64a
|
Merge pull request #484 from leafduo/v9
Make `required_without` work with pointer
|
5 years ago |
Tobias Sjösten
|
9f6c1cdebf
|
Fixed typo
|
5 years ago |
Zuyang Kou
|
54db112759
|
Make `required_without` work with pointer
Fix #483, #473
|
5 years ago |
Dean Karn
|
884d31b8ca
|
Update README.md
|
6 years ago |
Dean Karn
|
56b7caa399
|
Merge pull request #469 from mashmooli/v9
Add `required_with`, `required_with_all`, `required_without`, `required_without_all` validators
|
6 years ago |
Dean Karn
|
727e327e57
|
Merge pull request #471 from Zeroen/fix-hostname-regexp
fix hostname regex
|
6 years ago |
criherna
|
38f91ec1a1
|
Merge branch 'master' into fix-hostname-regexp
|
6 years ago |
criherna
|
9dedb06449
|
fix hostname regex
|
6 years ago |
A Mashmooli
|
8c221696bb
|
simplify required check field kind
|
6 years ago |
A Mashmooli
|
d89801fc29
|
fix required_* test
|
6 years ago |
A Mashmooli
|
de92ea70b4
|
fix required_* test
|
6 years ago |
A Mashmooli
|
22eebe9ac5
|
add required_without_all to doc
|
6 years ago |
A Mashmooli
|
a9e1a9226c
|
add required_without to doc
|
6 years ago |
A Mashmooli
|
678f8d753f
|
add required_with_all to doc
|
6 years ago |
A Mashmooli
|
5a98da4e8c
|
add required_with to doc
|
6 years ago |
Dean Karn
|
e25e66164b
|
Merge pull request #460 from masseelch/patch-1
Update main.go
|
6 years ago |
A Mashmooli
|
3ec10f9949
|
add required_without_all validator
|
6 years ago |
A Mashmooli
|
03bfd38cc1
|
add required_without validator
|
6 years ago |
A Mashmooli
|
ebfddc5784
|
add required_with_all validator
|
6 years ago |
A Mashmooli
|
1e6bddb6b3
|
fix comment
|
6 years ago |
A Mashmooli
|
adbd5e9b33
|
add required_with validator
|
6 years ago |
Dean Karn
|
46b4b1e301
|
Update README.md
|
6 years ago |
Dean Karn
|
c0a5f73741
|
Merge pull request #463 from benpaxton-hf/fix-email-regex
Fix email regex
|
6 years ago |
Dean Karn
|
9cbbfdd691
|
Merge pull request #461 from alexbilbie/patch-1
Updated doc.go with uuid_rfc4122 examples
|
6 years ago |
Dean Karn
|
9980009549
|
Merge pull request #459 from thcipriani/v9
Add `startswith` and `endswith` validators
|
6 years ago |
Dean Karn
|
5ed5b2eeeb
|
Merge pull request #451 from rucas/v9
better SSN regex
|
6 years ago |
Dean Karn
|
ce0e3d1c6d
|
Merge pull request #421 from andreiavrammsd/notblank
Add NotBlank validation function.
|
6 years ago |
Ben Paxton
|
9099388d96
|
Fix email regex
|
6 years ago |
Alex Bilbie
|
ab7e4092fb
|
Grammar fix
|
6 years ago |