All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #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.
- Nothing.
- Nothing.
- Nothing.
- #107 adds support for PHP 7.2.
- Nothing.
- Nothing.
- #107 removes support for HHVM.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Updates the
composer.json
to have a minimum supported zf-api-problem version of 1.2.2; this is necessary for the fixes in #103 and #105 to work correctly.
- Nothing.
- Nothing.
- Nothing.
- #103 and
#105 fix an issue with
providing a
Throwable
in order to create anApiProblem
from within aRestController
.
- #100 adds configuration to the
composer.json
to allow zend-component-installer to auto-inject theZF\Rest
module into application configuration during installation.
- Nothing.
- Nothing.
- Nothing.
- #99 adds support for v3 releases of Zend Framework components, while retaining compatibility for v2 releases.
- #96 adds a
Content-Location
header to responses returned fromRestController::create()
, per RFC 7231.
- Nothing.
- #99 removes support for PHP 5.5.
- #70 updates how the
RestController
retrieves the identifier fromZF\Hal\Entity
instances to use the newgetId()
method introduced in zf-hal 1.4. - #94 updates the
RestController
to return Problem Details with a status of 400 if the page size requested by the client is below zero.
- Nothing.
- Nothing.
- Nothing.
- #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.