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 +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,16 @@ All notable changes to this project will be documented in this file, in reverse
66
77### Added
88
9- - Nothing.
9+ - [ #128 ] ( https://github.com/zendframework/zend-expressive/pull/128 ) adds
10+ container factories for each supported template implementation:
11+ - ` Zend\Expressive\Container\Template\PlatesFactory `
12+ - ` Zend\Expressive\Container\Template\TwigFactory `
13+ - ` Zend\Expressive\Container\Template\ZendViewFactory `
14+ - [ #128 ] ( https://github.com/zendframework/zend-expressive/pull/128 ) adds
15+ custom ` url ` and ` serverUrl ` zend-view helper implementations, to allow
16+ integration with any router and with PSR-7 URI instances. The newly
17+ added ` ZendViewFactory ` will inject these into the ` HelperPluginManager ` by
18+ default.
1019
1120### Deprecated
1221
@@ -18,7 +27,9 @@ All notable changes to this project will be documented in this file, in reverse
1827
1928### Fixed
2029
21- - Nothing.
30+ - [ #128 ] ( https://github.com/zendframework/zend-expressive/pull/128 ) fixes an
31+ expectation in the ` WhoopsErrorHandler ` tests to ensure the tests can run
32+ successfully.
2233
2334## 0.2.2 - TBD
2435
You can’t perform that action at this time.
0 commit comments