This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Expressive 1.0.0rc5
·
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 fromRuntimeException
and notInvalidArgumentException
. - #237 updates the Pimple documentation to recommend
xtreamwayz/pimple-container-interop
instead ofmouf/pimple-interop
, as the latter consumed Pimple v1, instead of the current stable v3.