Expressive v3.1.0 Release Notes

Release Date: 2018-07-30 // over 5 years ago
  • โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • #629 changes the constructor of Zend\Expressive\Middleware\ErrorResponseGenerator to accept an additional, optional argument, $layout, which defaults to a new constant value, ErrorResponseGenerator::LAYOUT_DEFAULT, or layout::default. Zend\Expressive\Container\ErrorResponseGeneratorFactory now also looks for the configuration value zend-expressive.error_handler.layout, and will use that value to seed the constructor argument. This change makes the ErrorResponseGenerator mirror the NotFoundHandler, allowing for a consistent layout between the two error pages.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • Nothing.