This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ ## 3.0.0alpha5 - 2018-02-07
6+
7+ ### Added
8+
9+ - Nothing.
10+
11+ ### Changed
12+
13+ - [ #547 ] ( https://github.com/zendframework/zend-expressive/pull/547 ) modifies the
14+ ` ConfigProvider ` , the ` NotFoundMiddlewareFactory ` , and the
15+ ` RouteMiddlewareFactory ` to remove the concept of the _ unshared_
16+ ` ResponseInterface ` service, as service sharing is not always configurable in
17+ container implementations. To resolve the ability to provide discrete
18+ instances, the ` ConfigProvider ` defines two new virtual services that each
19+ resolve to the ` Zend\Expressive\Container\ResponseFactory ` :
20+
21+ - ` Zend\Expressive\Response\NotFoundResponseInterface `
22+ - ` Zend\Expressive\Response\RouterResponseInterface `
23+
24+ The related factories now consume these services in order to receive a
25+ response prototype for the services they produce.
26+
27+ ### Deprecated
28+
29+ - Nothing.
30+
31+ ### Removed
32+
33+ - Nothing.
34+
35+ ### Fixed
36+
37+ - Nothing.
38+
539## 3.0.0alpha4 - 2018-02-07
640
741### Added
You can’t perform that action at this time.
0 commit comments