Skip to content

0.3.0

Pre-release
Pre-release

Choose a tag to compare

@geerteltink geerteltink released this 22 Feb 14:21

Added

  • #27 adds the FormFactoryInterface and
    ValidationResultInterface.
  • #29 adds container-interop compatibility. This enables
    custom validators and filters.
  • #29 adds the InputFilterFactory which can be used to
    instantiate a Zend\InputFilter\Factory from a container-interop compatible container.
  • #30 adds
    • min, max and step attributes for Datetime input types
    • the multiple attribute on select and email elements
    • file element validation options

Deprecated

  • #27 deprecates:
    • ValidationResult->getErrorMessages(), use ValidationResult->getMessages() instead.
    • ValidationResult->getRawInputValues(), use ValidationResult->getRawValues() instead.
    • ValidationResult->getValidValues(), use ValidationResult->getValues() instead.

Removed

Nothing.

Fixed

  • #30 fixes invalid validation regex for the color type.