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

Expressive 0.3.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 12 Sep 18:00
· 1954 commits to master since this release

Added

  • #128 adds container factories for each supported template implementation:
    • Zend\Expressive\Container\Template\PlatesFactory
    • Zend\Expressive\Container\Template\TwigFactory
    • Zend\Expressive\Container\Template\ZendViewFactory
  • #128 adds custom url and serverUrl zend-view helper implementations, to allow integration with any router and with PSR-7 URI instances. The newly added ZendViewFactory will inject these into the HelperPluginManager by default.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #128 fixes an expectation in the WhoopsErrorHandler tests to ensure the tests can run successfully.