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

zend-expressive-zendviewrenderer 2.0.0alpha1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 06 Feb 20:28
· 76 commits to master since this release

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 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

  • #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 the ExceptionInterface 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

  • Nothing.