0.3.0
Pre-release
Pre-release
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.