Releases: cmanley/PHP-Validate
Releases · cmanley/PHP-Validate
0.9.9
0.9.8
0.9.7
0.9.6
Incompatible with previous (pre-release)
Changes:
- Specs class renamed to SpecCollection.
- Exceptions split out into their own files and renamed:
- Validate\ValidationException => Validate\Exception\ValidationException
- Validate\ValidationNamedCheckException => Validate\Exception\NamedValueException
- Improve bad input checks in Validate.
- Validator option
empty_null
renamed to the more descriptivenull_empty_strings
. Using the old name will still work but will trigger a deprecation warning. - Validator option
empty_delete
(was default true) renamed to the more descriptivedelete_null
(now default false). Using the old name will still work but will trigger a deprecation warning. - Validate option
nocase
renamed to the more descriptiveallowed_values_nc
. Using the old name will still work but will trigger a deprecation warning.
Pre-release
Overhauled validate_pos().
Pre-release
validate_pos works now. It's a pre-release until time and usage proven.
Pre-release
This has been tested, contains unit tests, and seems stable. For now it's a pre-release until time proven.