Skip to content

Latest commit

 

History

History
114 lines (68 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

114 lines (68 loc) · 2.23 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

1.3.0 - TBD

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.3 - TBD

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.2 - 2016-10-11

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

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

1.2.1 - 2016-07-07

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.

1.2.0 - 2016-07-06

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