zend-expressive-platesrenderer 2.0.0alpha1
Added
-
#27 and #32 add support for the zend-expressive-template v2 series, zend-expressive-router v3 series, and zend-expressive-helpers v5 series.
-
#29 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
-
#27 updates all classes to use scalar typehints and return typehints, including nullable types and void types, whenever possible, in order to improve reliability and predictability of operation.
-
#28 updates the package
ExceptionInterfaceto extend from theExceptionInterfaceprovided in zend-expressive-template.
Deprecated
- Nothing.
Removed
-
#27 drops support for zend-expressive-template v1.
-
#27 drops support for PHP versions prior to PHP 7.1.
Fixed
- Nothing.