Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

zend-expressive-platesrenderer 2.0.0

Choose a tag to compare

@weierophinney weierophinney released this 15 Mar 16:51
· 24 commits to master since this release

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 ConfigProvider class with default service wiring and configuration for the component. It also updates composer.json to add extra.zf.config-provider configuration to notify zend-component-installer of the shipped ConfigProvider class, allowing the plugin to inject the ConfigProvider in 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 ExceptionInterface to extend from the ExceptionInterface provided 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.