Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zfcampus/zf-api-problem

zf-api-problem 1.3.0

08 May 13:58
Compare
Choose a tag to compare

Added

  • #58 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #58 removes support for HHVM.

Fixed

  • Nothing.

zf-api-problem 1.2.3

24 Jul 13:51
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #52 and #55 update the ApiProblemListener and RenderErrorListener to check for either exceptions or PHP 7 Throwable instances when creating an ApiProblem to return.

zf-api-problem 1.2.2

11 Oct 20:41
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #49 fixes ApiProblem's detail message marshaling when PHP 7 Throwable types are provided as the detail.

zf-api-problem 1.2.1

07 Jul 13:54
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #47 fixes an issue with the various factories introduced in 1.2.0; they had been updated to implement the zend-servicemanager v3 interfaces, which broke usage with v2. They are now written in a way that will work with both versions.

zf-api-problem 1.2.0

06 Jul 19:47
Compare
Choose a tag to compare

Added

  • #45 adds support for PHP 7.
  • #44 and #45 add support for version 3 components of Zend Framework.
  • #39 adds the constant ApiProblem::CONTENT_TYPE for specifying the Content-Type of API Problem responses.

Deprecated

  • Nothing.

Removed

  • #45 removes support for PHP 5.5.
  • #45 removes the Module::getAutoloaderConfig() implementation, as it was redundant in composer-based applications.

Fixed

  • #44 and #45 ensure that definition and attachment of the listener aggregates defined in the module will work with both v2 and v3 versions of zend-eventmanager.
  • #38 fixes an issue whereby JSON encoding failed for included stack traces if they originated within a PHP stream.