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

Stratigility 1.3.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Nov 00:22
· 522 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #85 fixes an issue with how the $done or $nextDelegate is invoked by Next when an error is present. Previously, the class was detecting a Next instance as an http-interop DelegateInterface instance and dropping the error; this would then mean if the instance contained error middleware, it would never be dispatched.