Commit graph

124 commits

Author SHA1 Message Date
Henrique Moody
d8e5f305a7
Remove "malkusch/bav" as a dependency
This packages is not maintained anymore, therefore it should be removed
from our codebase.
2017-11-12 13:59:05 +01:00
mazanax
8b3790103e
Create "Luhn" rule 2017-10-16 20:38:56 +02:00
Kan Yilmaz
b237f9f787 Fix typo on "When.md" 2017-10-15 19:48:12 +02:00
Jens Segers
7d42813fb7
Create "Base64" rule 2017-10-15 19:38:31 +02:00
Dick van der Heiden
327297ca6f
Create "Uuid" rule 2017-10-15 18:34:38 +02:00
Ian
d65e713080
Improve grammar of "Equals" rule 2017-10-15 18:27:36 +02:00
Mikhail Vyrtsev
8d8735cdd0 fix indentation >_< 2017-06-29 05:42:29 +03:00
Mikhail Vyrtsev
90f4073e1a fix docs 2017-06-29 05:29:10 +03:00
Mikhail Vyrtsev
52c8541b9e New rule: Sorted 2017-06-29 05:18:02 +03:00
Henrique Moody
0338e18e83
Rename rule "Date" to "DateTime"
Also change rules to use `DateTimeInterface` and `DateTimeImmutable`
when possible.
2017-05-01 13:16:59 +02:00
Vitaliy
82f53d27e1
Create "Number" rule 2017-04-19 09:49:58 +02:00
yoshihiro suzuki
006354d48f
Fix wrong link to "StringType" 2017-04-18 10:28:29 +02:00
Krzysztof Śmiałek
04e8b72908 Create "Unique" rule 2017-04-12 11:23:44 +02:00
Henrique Moody
599d200c2e
Uniform Markdown lists on documentation 2017-03-28 11:53:14 +02:00
Henrique Moody
2dbc2065f8
Update "Alphabetically" list of validators 2017-03-28 11:43:42 +02:00
Henrique Moody
299a3b6f86
Add "Pis" to the list of validators 2017-03-28 11:42:01 +02:00
Henrique Moody
9350d464ce
Update "Installation" document
Also remove duplication of supported PHP version.
2017-03-28 11:35:48 +02:00
Henrique Moody
00d300f762
Add changelog to rules' documentation
Also:
- Create documentation for `Base` rule;
- Increase number of rules
2017-03-28 11:22:58 +02:00
Henrique Moody
2a2e1d577e
Change how documentation of rules are presented
Rules are not always used from the alias `v`, neither called staticaly.
2017-03-27 17:26:21 +02:00
Bruno Koga
a0ba215524
Create "Pis" rule 2017-03-27 11:42:24 +02:00
Henrique Moody
86623fc3ca
SimpleXMLElement can also be used as an array 2017-02-05 15:03:48 +01:00
Bradyn Poulsen
d48b55a092
Create "OneOf" rule 2017-02-05 14:49:07 +01:00
Henrique Moody
7ee4ae47d5
Rename "OneOf" to "AnyOf" 2017-02-05 12:28:08 +01:00
Henrique Moody
27d35987be
Create "StringVal" rule 2017-02-04 15:16:00 +01:00
Henrique Moody
d9fe23bebc
Replace boolean to bool in the documentation 2017-02-03 14:18:03 +01:00
Diego Oliveira
eaa09abb80
Add creditCard to the Banking section 2017-01-25 17:34:24 +01:00
Henrique Moody
e708edd005
Rename rule "Numeric" to "NumericVal" 2016-11-06 18:45:44 +01:00
Henrique Moody
07a120d058
Upgrade "symfony/validator" version 2016-11-05 14:14:39 +01:00
Henrique Moody
867f12b8d3
Update version constraints on composer.json file 2016-11-05 14:14:38 +01:00
Julián Gutiérrez
195a8fe534
Create "Nif" rule
Rule to validate spanish NIF (DNI/NIE/CIF).
2016-10-09 17:50:52 +02:00
Tomasz Regdos
38aedd01e3
Create "Vatin" rule (VAT identification number)
See https://en.wikipedia.org/wiki/VAT_identification_number
2016-09-19 09:50:50 +02:00
David Lee
16133dd1ee Updated the documentation on creating Custom rules in docs/README.md. The information now correctly reflects how you go about creating your own custom rule. 2016-08-26 14:15:21 -05:00
Henrique Moody
fb471f9667 Remove deprecated "Iterable" rule 2016-08-03 11:08:22 +02:00
Henrique Moody
cc179f9209 Merge branch '1.0' into 1.1 2016-08-03 10:53:00 +02:00
Henrique Moody
e5fdd87a16 Rename "Iterable" to "IterableType" 2016-08-03 10:43:33 +02:00
Henrique Moody
b8ecd59f48 Merge branch '1.0' into 1.1 2016-05-07 20:54:08 +02:00
Marcel Prince
6597aa5114 Add method Identical To Validator.php 2016-05-07 20:51:56 +02:00
Henrique Moody
2d3c0ceed8 Merge branch '1.0' into 1.1 2016-05-05 13:14:59 +02:00
Henrique Moody
62316fc8b9 Merge branch '0.9' into 1.0 2016-05-05 13:14:24 +02:00
Mohammad Amiri
1ce8ac8c7e Update FilterVar.md
Fixed a mistake in Url validation examples
2016-05-05 13:12:45 +02:00
Augusto Pascutti
9460a4c237 Ensure namespace separator on appended prefixes
Appending a prefix to search new rules under required that the namespace
(prefix) being added always ended with a trailing namespace character so
rules could successfully be found under it. This ensures that the
separator is always present.

Changes a test for a rule which does not implement Respect's interface
to an actual class so we don't need to declare one to use as a stub.
2016-04-23 21:20:54 -03:00
Henrique Moody
46541c7e46 Allow the define brands for credit card validation 2016-04-06 16:42:49 -03:00
Ruben Vermeersch
7a907e6795 Fix missing change from arr() to arrayVal() 2016-04-06 10:08:40 +02:00
Emmerson
f40eb63d7b Create "PhpLabel" rule 2016-03-04 21:48:25 -03:00
Samuel Heinzmann
ce3f885862 Create "Fibonacci" rule 2016-02-13 14:02:21 -02:00
Caio César Tavares
6d04b77762 Fix ExceptionInterface namespace. 2016-01-29 18:32:59 -02:00
Henrique Moody
c2eece6785 Create "IdentityCard" rule
Original-Author: Tomasz Regdos <tomek@regdos.com>.
2016-01-13 22:57:11 -02:00
Tomasz Regdos
b8da3a947b Create "Pesel" rule
Create validator for PESEL - Polish Human Identification Number.
2015-12-17 11:25:57 -02:00
Guilherme Siani
c828420438 Create "Image" rule 2015-12-14 10:14:26 -02:00
Henrique Moody
799228a6e0 Merge branch '1.0' 2015-11-25 18:05:51 -02:00