Skip to content

Version 1.0.0 alpha 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@tflori tflori released this 04 Mar 09:36
· 46 commits to master since this 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