Skip to content

Releases: micheleangioni/phalcon-validators

v2.0.1

02 Jan 09:33
Compare
Choose a tag to compare

Fixed PHP 7.2 incompatibility.

v2.0

25 Oct 09:13
Compare
Choose a tag to compare

Next Major Version Release:

  • PHP 7.1 and Phalcon 3.1.2 are now required
  • Added new FileNameValidator

v1.7

20 Sep 14:43
Compare
Choose a tag to compare

The AlphaNumericValidator now optionally allows minuses (-) characters through the
'minus' => true
option.

v1.6

20 Jul 13:44
Compare
Choose a tag to compare

The AlphaCompleteValidator now optionally allows percentages (%) characters through the
'allowPercentages' => true
option.

v1.5.1

07 Jun 15:01
Compare
Choose a tag to compare

Fixed bug in AlphaNames Validator, when no custom message is given.

v1.5

01 Jun 09:34
Compare
Choose a tag to compare

The Alpha Complete Validator now optionally allows AT (@) characters through the
'allowAt' => true
option.

v1.4.1

18 Mar 23:38
Compare
Choose a tag to compare

Failing validations now return all failure messages, not only the first failing check.

v1.4

17 Dec 16:59
Compare
Choose a tag to compare

The Alpha Complete Validator now optionally allows for Backslashes.

v1.3

11 Dec 12:42
Compare
Choose a tag to compare

The Alpha Complete Validator now optionally allows for Url Specific Characters, i.e. equals (=) and hashtags (#).

v1.2

19 Sep 18:11
Compare
Choose a tag to compare

The Alpha Complete Validator now optionally allows pipes (|).