Expressive v1.0.2 Release Notes

Release Date: 2016-11-11 // over 7 years ago
  • โž• 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.