Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-expressive 3.0.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Jul 15:31
· 129 commits to master since this release

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 an ErrorHandler 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.