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

Expressive 1.0.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Nov 14:44
· 1336 commits to master since this release

Added

  • Nothing.

Changes

  • #393 updates Application::run() to inject the request with an originalResponse attribute using the provided response as the value.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #393 fixes how each of the TemplatedErrorHandler and WhoopsErrorHandler 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.