This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Expressive 0.3.0
Added
- #128 adds container factories for each supported template implementation:
Zend\Expressive\Container\Template\PlatesFactory
Zend\Expressive\Container\Template\TwigFactory
Zend\Expressive\Container\Template\ZendViewFactory
- #128 adds custom
url
andserverUrl
zend-view helper implementations, to allow integration with any router and with PSR-7 URI instances. The newly addedZendViewFactory
will inject these into theHelperPluginManager
by default.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #128 fixes an expectation in the
WhoopsErrorHandler
tests to ensure the tests can run successfully.