This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-api-problem
Releases · zfcampus/zf-api-problem
zf-api-problem 1.3.0
zf-api-problem 1.2.3
zf-api-problem 1.2.2
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #49 fixes
ApiProblem
's detail message marshaling when PHP 7Throwable
types are provided as the detail.
zf-api-problem 1.2.1
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
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.