10000 Releases · zfcampus/zf-rest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zfcampus/zf-rest

zf-rest 1.5.0

31 Jul 15:55
Compare
Choose a tag to compare

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

02 May 22:41
Compare
Choose a tag to compare

Added

  • #107 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #107 removes support for HHVM.

Fixed

  • Nothing.

zf-rest 1.3.3

11 Oct 21:18
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • 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.

zf-rest 1.3.2

11 Oct 20:52
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #103 and #105 fix an issue with providing a Throwable in order to create an ApiProblem from within a RestController.

zf-rest 1.3.1

12 Jul 21:11
Compare
Choose a tag to compare

Added

  • #100 adds configuration to the composer.json to allow zend-component-installer to auto-inject the ZF\Rest module into application configuration during installation.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zf-rest 1.3.0

12 Jul 20:46
Compare
Choose a tag to compare

Added

  • #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 from RestController::create(), per RFC 7231.

Deprecated

  • Nothing.

Removed

  • #99 removes support for PHP 5.5.

Fixed

  • #70 updates how the RestController retrieves the identifier from ZF\Hal\Entity instances to use the new getId() 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.

zf-rest 1.2.1

12 Jul 20:45
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #97 fixes Location header generation in the RestController::create() method to only use the href property of the relational link; previously, if you'd defined additional properties, these were also incorrectly serialized in the generated link.
0