Route v4.3.0 Release Notes

Release Date: 2019-06-30 // almost 5 years ago
  • [4.3.0] 2019-06

    โž• Added

    • Ability to add middleware to the stack as a class name so it is only instantiated when used.

    ๐Ÿ”„ Changed

    • ๐Ÿšš Switch to use zendframework/zend-httphandlerrunner as removed from diactoros (@JohnstonCode)

    ๐Ÿ›  Fixed

    • When adding a prefix to a group after adding routes, it is now applied to those routes. (@delboy1978uk)
    • ๐Ÿ›  Fix to how shifting middleware is handled to prevent error triggering. (@delboy1978uk)
    • ๐Ÿ›  Fix to ensure that when invoking FastRoute methods on League\Route all callables are converted to League\Route objects (@pgk)
    • ๐Ÿ“š Various documentation fixes.