This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive 3.0.3
Added
- #615 adds a cookbook entry for accessing common data in templates.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #627 fixes an issue in the Whoops response generator; previously, if an error or
exception occurred in anErrorHandler
listener or prior to handling the pipeline,
Whoops would fail to intercept, resulting in an empty response with status 200. With
the patch, it properly intercepts and displays the errors.