zend-expressive-zendviewrenderer 2.0.0alpha1
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
ConfigProviderclass with default service wiring and configuration for the component. It also updatescomposer.jsonto addextra.zf.config-providerconfiguration to notify zend-component-installer of the shippedConfigProviderclass, allowing the plugin to inject theConfigProviderin 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
ExceptionInterfaceto extend from theExceptionInterfaceprovided 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
- Nothing.