Releases: micheleangioni/phalcon-validators
Releases · micheleangioni/phalcon-validators
v1.1.2
Fixed bug when validating float numbers with more than one decimal.
v1.1.1
Updates:
- Fixed float number validator;
- Added support for signed numbers.
v1.1
The Numeric Validator can now receive the allowFloat
parameter that allows for comma ,
and dot .
characters, therefore supporting float numbers.
v1.0.1
Now the CompleteValidator allows the +
character.
v1.0
Stable and tested version of the package.