Releases: micheleangioni/phalcon-validators
v2.0.1
v2.0
Next Major Version Release:
- PHP 7.1 and Phalcon 3.1.2 are now required
- Added new FileNameValidator
v1.7
The AlphaNumericValidator
now optionally allows minuses (-) characters through the
'minus' => true
option.
v1.6
The AlphaCompleteValidator now optionally allows percentages (%) characters through the
'allowPercentages' => true
option.
v1.5.1
Fixed bug in AlphaNames Validator, when no custom message is given.
v1.5
The Alpha Complete Validator now optionally allows AT (@) characters through the
'allowAt' => true
option.
v1.4.1
Failing validations now return all failure messages, not only the first failing check.
v1.4
The Alpha Complete Validator now optionally allows for Backslashes.
v1.3
The Alpha Complete Validator now optionally allows for Url Specific Characters, i.e. equals (=) and hashtags (#).
v1.2
The Alpha Complete Validator now optionally allows pipes (|).