Expressive v0.3.0 Release Notes

Release Date: 2015-09-12 // over 8 years ago
  • โž• 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.