Expressive v1.0.0.rc5 Release Notes

Release Date: 2015-12-22 // over 8 years ago
  • ๐Ÿš€ 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.