This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-content-validation
Releases · zfcampus/zf-content-validation
zf-content-validation 1.3.3
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #78 updates
ContentValidationListener::isCollection()
to check strictly for absence of an identifier when determining if a collection was requested. Previously, a0
identifier would be incorrectly flagged as a request for a collection, which would pull the collection input filter instead of the entity input filter.
zf-content-validation 1.3.2
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #76 Added FactoryInterface
for zend-servicemanager 2.x and updated factory key names for dbRecordExists and
dbNoRecordExists validators.
zf-content-validation 1.3.0
Added
- #64 adds support for providing input filters for
GET
requests; these will validate query parameters. Configuration is exactly as it is for other HTTP methods. - #66 and #67 add support for v3 releases of Zend Framework components, while retaining backwards compatibility with v2 releases.
Deprecated
- Nothing.
Removed
- #67 removes support for PHP 5.5.
Fixed
- #65 adds the ability to specify the flags
allows_only_fields_in_filter
anduse_raw_data
in combination to ensure that raw data will not contain any keys not defined in the input filters. (Previously,allows_only_fields_in_filter
was ignored whenuse_raw_data
was specified.)
zf-content-validation 1.2.0
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #63 provides a fix to ensure that numeric keys in validation collections are preserved when merging file data into the set.