Version 1.0.0 alpha 4
Pre-release
Pre-release
Changelog
- store errors in InvalidValue exceptions
- added filters and validators for integer, numeric and boolean
- catch InvalidValue exceptions in
$field->filter()
and return the errors in$field->getErrors()
- added validators for ip address, is array and in array
- added filter escape
- implemented
Gate::assert()
for quick validation and filtering