This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Expressive 1.0.2
Added
- Nothing.
Changes
- #393 updates
Application::run()
to inject the request with anoriginalResponse
attribute using the provided response as the value.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #393 fixes how each of the
TemplatedErrorHandler
andWhoopsErrorHandler
access the "original" request, URI, and/or response. Previously, these used Stratigility-specific methods; they now use request attributes, eliminating deprecation notices emitted in Stratigility 1.3+ versions.