Commit graph

758 commits

Author SHA1 Message Date
Dean Karn
6963d3cd8d
Merge pull request #544 from go-playground/backport-required-with-fixes
fix required_*
2019-11-17 13:22:35 -08:00
Dean Karn
38bfb46b5a fix required_* 2019-11-17 13:08:50 -08:00
Dean Karn
cd1bd58169
Update README.md 2019-09-29 15:20:42 -07:00
Dean Karn
883a9e06c8
Merge pull request #523 from go-playground/fixes
Fixes
2019-09-29 15:20:00 -07:00
Dean Karn
9593a0f77e add test for new nil validation 2019-09-29 15:03:37 -07:00
Dean Karn
06f92248de linting cleanup 2019-09-29 14:55:11 -07:00
Dean Karn
6484d9f2fb fix required_with_* 2019-09-29 14:12:27 -07:00
Dean Karn
cc25246f01 fix required_without_* 2019-09-29 13:39:27 -07:00
Dean Karn
51fcc303b3
Merge pull request #507 from UgurAsaner/v9
Add Turkish translations
2019-09-29 09:12:55 -07:00
Dean Karn
205b733988
Merge pull request #522 from teejays/v9
Issue #521: Non-standard validators import path fix
2019-09-29 08:59:03 -07:00
Talha Ansari
4e2a13b9bf
Updated tests to reflect the import change 2019-09-29 11:41:10 -04:00
Talha Ansari
2367d307c5
Fix the import path for non-standard validators
Issue [#521](https://github.com/go-playground/validator/issues/521)
2019-09-29 11:29:42 -04:00
baran.asaner
80a8449877 Add Turkish translations 2019-08-23 15:57:00 +03:00
Dean Karn
556b9da3c0
Update README.md 2019-07-12 08:35:03 -07:00
Dean Karn
ab2452c1ce
Merge pull request #489 from tobiassjosten/patch-1
Fixed typo
2019-07-12 08:31:49 -07:00
Dean Karn
d6546ee64a
Merge pull request #484 from leafduo/v9
Make `required_without` work with pointer
2019-07-12 08:31:35 -07:00
Tobias Sjösten
9f6c1cdebf
Fixed typo 2019-07-12 09:22:34 +02:00
Zuyang Kou
54db112759 Make required_without work with pointer
Fix #483, #473
2019-06-14 03:06:35 +08:00
Dean Karn
884d31b8ca
Update README.md 2019-05-23 07:57:40 -07:00
Dean Karn
56b7caa399
Merge pull request #469 from mashmooli/v9
Add `required_with`, `required_with_all`, `required_without`, `required_without_all` validators
2019-05-23 07:57:18 -07:00
Dean Karn
727e327e57
Merge pull request #471 from Zeroen/fix-hostname-regexp
fix hostname regex
2019-05-23 07:55:20 -07:00
criherna
38f91ec1a1 Merge branch 'master' into fix-hostname-regexp 2019-05-16 15:28:29 +02:00
criherna
9dedb06449 fix hostname regex 2019-05-16 13:31:59 +02:00
A Mashmooli
8c221696bb simplify required check field kind 2019-05-01 16:39:21 +04:30
A Mashmooli
d89801fc29 fix required_* test 2019-05-01 12:31:15 +04:30
A Mashmooli
de92ea70b4 fix required_* test 2019-05-01 09:18:34 +04:30
A Mashmooli
22eebe9ac5 add required_without_all to doc 2019-05-01 09:08:05 +04:30
A Mashmooli
a9e1a9226c add required_without to doc 2019-05-01 09:06:41 +04:30
A Mashmooli
678f8d753f add required_with_all to doc 2019-05-01 09:03:45 +04:30
A Mashmooli
5a98da4e8c add required_with to doc 2019-05-01 08:49:03 +04:30
Dean Karn
e25e66164b
Merge pull request #460 from masseelch/patch-1
Update main.go
2019-04-30 07:59:19 -07:00
A Mashmooli
3ec10f9949 add required_without_all validator 2019-04-29 16:05:30 +04:30
A Mashmooli
03bfd38cc1 add required_without validator 2019-04-29 16:01:11 +04:30
A Mashmooli
ebfddc5784 add required_with_all validator 2019-04-29 15:46:48 +04:30
A Mashmooli
1e6bddb6b3 fix comment 2019-04-29 15:35:35 +04:30
A Mashmooli
adbd5e9b33 add required_with validator 2019-04-29 15:32:37 +04:30
Dean Karn
46b4b1e301
Update README.md 2019-03-31 06:31:25 -07:00
Dean Karn
c0a5f73741
Merge pull request #463 from benpaxton-hf/fix-email-regex
Fix email regex
2019-03-31 06:29:18 -07:00
Dean Karn
9cbbfdd691
Merge pull request #461 from alexbilbie/patch-1
Updated doc.go with uuid_rfc4122 examples
2019-03-31 06:28:54 -07:00
Dean Karn
9980009549
Merge pull request #459 from thcipriani/v9
Add `startswith` and `endswith` validators
2019-03-31 06:27:38 -07:00
Dean Karn
5ed5b2eeeb
Merge pull request #451 from rucas/v9
better SSN regex
2019-03-31 06:26:33 -07:00
Dean Karn
ce0e3d1c6d
Merge pull request #421 from andreiavrammsd/notblank
Add NotBlank validation function.
2019-03-31 06:25:27 -07:00
Ben Paxton
9099388d96 Fix email regex 2019-03-27 17:01:11 +00:00
Alex Bilbie
ab7e4092fb
Grammar fix 2019-03-25 16:45:35 +00:00
Alex Bilbie
a918b74270
Updated doc.go with uuid_rfc4122 examples 2019-03-25 16:43:28 +00:00
Jannik C
8a9497f4bd
Update main.go
Just a typo.
2019-03-22 09:36:23 +01:00
Tyler Cipriani
3945da16ee Add startswith and endswith validators
`HasPrefix` and `HasSuffix` are both part of the `strings` package.
These seem like generally useful validations to include and cover some
subset of the use-cases of a general regex validator without having any
of the problems outlined by the validator docs.
2019-03-15 15:30:07 -06:00
rucas
dbd65cccbc better SSN regex
* does not allow 00 group number
* does not allow 0000 serial number
2019-03-05 16:01:59 -08:00
Andrei Avram
f2ac4efd57 Update non standard validation docs. 2019-02-12 22:00:29 +02:00
Dean Karn
b199fa0642
Update README.md 2019-02-12 07:25:59 -08:00