All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #58 adds support for PHP 7.2.
- Nothing.
- Nothing.
- #58 removes support for HHVM.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #52 and
#55 update the
ApiProblemListener
andRenderErrorListener
to check for either exceptions or PHP 7Throwable
instances when creating anApiProblem
to return.
- Nothing.
- Nothing.
- Nothing.
- #49 fixes
ApiProblem
's detail message marshaling when PHP 7Throwable
types are provided as the detail.
- Nothing.
- Nothing.
- Nothing.
- #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.
- #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.
- Nothing.