Skip to content

Tags: thiagodp/validator

Tags

2.5.2

Toggle 2.5.2's commit message
Some array checkings added to the check methods;

2.5.1

Toggle 2.5.1's commit message
Validator's locale() and encoding() now also serve as setters; Tests …

…added;

2.5

Toggle 2.5's commit message
Rule "not_contains" added; Respective tests added;

2.4.1

Toggle 2.4.1's commit message
Fixed rules "start_with", "not_end_with", "end_with", "not_end_with",…

… and "contains"; Respective tests were fixed; New tests added;

2.4

Toggle 2.4's commit message
Namespace changed to "phputil\validator";

2.3.1

Toggle 2.3.1's commit message
Added rules are now available as Messages Formats;

2.3

Toggle 2.3's commit message
Added rules "start_with", "not_start_with", "end_with", "not_end_with…

…", and "contains";

2.2

Toggle 2.2's commit message
Added rules "IN" and "NOT_IN";

2.1.2

Toggle 2.1.2's commit message
FormatChecker.php and RuleChecker.php were refactored, moving interna…

…l classes to their own files;

2.1.1

Toggle 2.1.1's commit message
Updated dependency of RTTI to version 1.3, because of a fix;