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

Expressive 2.0.4

Compare
Choose a tag to compare
@weierophinney weierophinney released this 09 Oct 21:34
· 679 commits to master since this release

Added

  • #508 adds documentation covering Zend\Expressive\Helper\ContentLengthMiddleware, introduced in zend-expressive-helpers 4.1.0.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #479 fixes the WhoopsErrorResponseGenerator::$whoops dockblock Type to support Whoops 1 and 2.
  • #482 fixes the Application::$defaultDelegate dockblock Type.
  • #489 fixes an edge case in the WhoopsErrorHandler whereby it would emit an error if $_SERVER['SCRIPT_NAME'] did not exist. It now checks for that value before attempting to use it.