zend-expressive-zendviewrenderer 2.0.0
Added
-
#46 and #52 add support for the zend-expressive-template v2 series, zend-expressive-router v3 series, and zend-expressive-helpers v5 series.
-
#47 adds a
ConfigProvider
class with default service wiring and configuration for the component. It also updatescomposer.json
to addextra.zf.config-provider
configuration to notify zend-component-installer of the shippedConfigProvider
class, allowing the plugin to inject theConfigProvider
in your application configuration during initial installation.
Changed
-
#37 adds support for PSR-11. All exception types that previously extended from container-interop exceptions now extend from PSR-11 exception interfaces, and factories typehint against the PSR-11
ContainerInterface
. -
#46 updates all classes to use scalar and return type hints, including nullable and void types. If you were extending classes from this package, you may need to update signatures of methods you override.
-
#45 updates the
ExceptionInterface
to extend from theExceptionInterface
provided in zend-expressive-template.
Deprecated
- Nothing.
Removed
-
#46 removes support for PHP versions prior to PHP 7.1.
-
#46 removes support for zend-expressive-template versions prior to v2.
-
#46 removes support for zend-expressive-router versions prior to v3.
-
#46 removes support for zend-expressive-helpers versions prior to v5.
Fixed
- #53 adds the missing default layout.