Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-inputfilter 2.8.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 04 Dec 21:26
· 187 commits to master since this release

Added

  • #135 adds Zend\InputFilter\OptionalInputFilter, which allows defining optional sets of data. This acts like a standard input filter, but is considered valid if no data, null data, or empty data sets are provided to it; if a non-empty data set is provided, it will run normal validations.

  • #142 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #142 removes support for HHVM.

Fixed

  • Nothing.