This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Expressive 1.0.0rc7
·
1547 commits
to master
since this release
Added
- #277 adds a new class,
Zend\Expressive\ErrorMiddlewarePipe. It composes aZend\Stratigility\MiddlewarePipe, but implements the error middleware signature via its own__invoke()method.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #277 updates the
MarshalMiddlewareTraitto create and return anErrorMiddlewarePipewhen the$forErrorargument provided indicates error middleware is expected. This fix allows defining arrays of error middleware via configuration.