22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 1.0.0 - TBD
5+ ## 1.0.0rc7 - TBD
66
7- Initial stable release.
7+ Seventh release candidate .
88
99### Added
1010
11- - [ #274 ] ( https://github.com/zendframework/zend-expressive/pull/274 ) adds the
12- ` --no-dev ` flag to the ` composer create-project ` invocation examples. Not
13- using this flag installs the development requirements listed before the
14- installer script updates the ` composer.json ` , which leads to unnecessary
15- dependencies.
11+ - [ #277 ] ( https://github.com/zendframework/zend-expressive/pull/277 ) adds a new
12+ class, ` Zend\Expressive\ErrorMiddlewarePipe ` . It composes a
13+ ` Zend\Stratigility\MiddlewarePipe ` , but implements the error middleware
14+ signature via its own ` __invoke() ` method.
1615
1716### Deprecated
1817
@@ -24,14 +23,10 @@ Initial stable release.
2423
2524### Fixed
2625
27- - [ #268 ] ( https://github.com/zendframework/zend-expressive/pull/268 ) fixes the
28- Pimple example within the ` ServerUrlHelper ` chapter of the documentation to
29- use the Pimple v3 API instead of the v1 API.
30- - [ #273 ] ( https://github.com/zendframework/zend-expressive/pull/273 ) fixes the
31- verbiage used in the ` ServerUrlHelper ` documentation regarding when to
32- register the ` ServerUrlMiddleware ` ; though the examples were correct, the
33- verbiage was indicating the middleware should be piped following routing,
34- rather than before.
26+ - [ #277 ] ( https://github.com/zendframework/zend-expressive/pull/277 ) updates the
27+ ` MarshalMiddlewareTrait ` to create and return an ` ErrorMiddlewarePipe ` when
28+ the ` $forError ` argument provided indicates error middleware is expected.
29+ This fix allows defining arrays of error middleware via configuration.
3530
3631## 1.0.0rc6 - 2016-01-18
3732
0 commit comments