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

Expressive 1.0.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Nov 17:41
· 1333 commits to master since this release

Added

  • Nothing.

Changes

  • #395 updates Application::__invoke() to add an error handler to swallow deprecation notices due to triggering error middleware when using Stratigility 1.3+. Since error middleware is triggered whenever the raiseThrowables flag is not enabled and an error or empty queue situation is encountered, handling it this way prevents any such errors from bubbling out of the application.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.