This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-validator 2.5.4
·
722 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #44 corrects the grammar on the
NOT_GREATER_INCLUSIVEvalidation error message. - #45 adds normalized aliases for the i18n isfloat/isint validators.
- Updates the hostname validator regexes per the canonical service on which they are based.
- #52 updates the
Barcodevalidator to cast empty options passed to the constructor to an empty array, fixing type mismatch errors. - #54 fixes the IP address detection in the
Hostnamevalidator to ensure that IPv6 is detected correctly. - #56 updates the regexes used by the
IPvalidator when comparing ipv4 addresses to ensure a literal.is tested between network segments.