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

Expressive 1.0.0rc5

Compare
Choose a tag to compare
@weierophinney weierophinney released this 22 Dec 21:40
· 1667 commits to master since this release

Fifth release candidate.

Added

  • #233 adds a documentation page detailing projects using and tutorials written on Expressive.
  • #238 adds a cookbook recipe detailing how to handle serving an Expressive application from a subdirectory of your web root.
  • #239 adds a cookbook recipe detailing how to create modular Expressive applications.
  • #243 adds a chapter to the helpers section detailing the new BodyParseMiddleware.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #234 fixes the inheritance tree for Zend\Expressive\Exception\RuntimeException to inherit from RuntimeException and not InvalidArgumentException.
  • #237 updates the Pimple documentation to recommend xtreamwayz/pimple-container-interop instead of mouf/pimple-interop, as the latter consumed Pimple v1, instead of the current stable v3.