Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Versions 0.3.0 and prior were released as "weierophinney/problem-details".

### Added

- In [#1](https://github.com/zendframework/problem-details/pull/1),
- In [#1](https://github.com/zendframework/zend-problem-details/pull/1),
`Zend\ProblemDetails\ProblemDetailsResponseFactory` was updated to attempt to
generate a secure-by-default and secure-in-production Problem Details response
when the response is generated from an exception; essentially, it now defaults
Expand All @@ -27,27 +27,27 @@ Versions 0.3.0 and prior were released as "weierophinney/problem-details".
Additionally, `ProblemDetailsResponseFactoryFactory` was updated to re-use the
configuration `debug` setting for the `$exceptionDetailsInResponse` flag.

- [#7](https://github.com/zendframework/problem-details/pull/7) adds a
- [#7](https://github.com/zendframework/zend-problem-details/pull/7) adds a
`ProblemDetailsNotFoundHandler` class and associated factory. This can be used
in place of the default application `NotFoundHandler`, in addition to it, or
within specific routed pipelines in order to provide Problem Details 404
responses.

- [#8](https://github.com/zendframework/problem-details/pull/8) adds
- [#8](https://github.com/zendframework/zend-problem-details/pull/8) adds
`Zend\Expressive\ProblemDetails\Exception\ExceptionInterface`, a marker
interface for exceptions provided by the package.

### Changed

- [#8](https://github.com/zendframework/problem-details/pull/8) renames the
- [#8](https://github.com/zendframework/zend-problem-details/pull/8) renames the
interface `ProblemDetailsException` to `ProblemDetailsExceptionInterface`.
This was done to make the naming consistent with other ZF packages.

- [#8](https://github.com/zendframework/problem-details/pull/8) renames the
- [#8](https://github.com/zendframework/zend-problem-details/pull/8) renames the
trait `CommonProblemDetailsException` to `CommonProblemDetailsExceptionTrait`.
This was done to make the naming consistent with other ZF packages.

- [#8](https://github.com/zendframework/problem-details/pull/8) updates the
- [#8](https://github.com/zendframework/zend-problem-details/pull/8) updates the
shipped `InvalidResponseBodyException` and `MissingResponseException` to
extend the new `ExceptionInterface`.

Expand Down