This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-rest
Releases · zfcampus/zf-rest
zf-rest 1.5.0
Added
- Nothing.
Changed
- #115 modifies how the query whitelist is generated. If an input filter exists for a
GET
request,
the input names will be merged with the whitelist.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zf-rest 1.4.0
zf-rest 1.3.3
zf-rest 1.3.2
zf-rest 1.3.1
Added
- #100 adds configuration to the
composer.json
to allow zend-component-installer to auto-inject theZF\Rest
module into application configuration during installation.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zf-rest 1.3.0
zf-rest 1.2.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #97 fixes
Location
header generation in theRestController::create()
method to only use thehref
property of the relational link; previously, if you'd defined additional properties, these were also incorrectly serialized in the generated link.