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

Expressive 2.0.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 28 Mar 15:59
· 736 commits to master since this release

Added

  • Nothing.

Changed

  • #468 updates references to DefaultDelegate::class to instead use the string 'Zend\Expressive\Delegate\DefaultDelegate'; using the string makes it clear that the service name does not resolve to an actual class.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #476 fixes the WhoopsErrorResponseGenerator to ensure it returns a proper error status code, instead of using a 200 OK status.