All Versions
24
Latest Version
Avg Release Cycle
115 days
Latest Release
-

Changelog History
Page 1

  • v5.1.2

  • v5.1.1

  • v5.1.0

  • v5.0.1

  • v5.0.0

  • v4.5.1 Changes

    โž• Added

    • ๐Ÿ‘ Official support for PHP 8.0.
  • v4.5.0 Changes

    May 18, 2020

    โž• Added

    • ๐Ÿ— Ability to pass optional $replacements array to Route::getPath in order to build literal route path strings.
  • v4.4.0 Changes

    May 18, 2020

    [4.4.0] 2020-05

    โž• Added

    • Ability to pass JSON flags to JsonStrategy. (@pine3ree)
    • Router is now a RequestHandlerInterface so can be used as a middleware itself. (@delboy1978uk)
    • Route params now added as Request attributes. (@delboy1978uk)

    ๐Ÿ›  Fixed

    • ๐Ÿšš Exception moved to more appropriate place when shifting no middleware. (@delboy1978uk)
    • Ensure group prefix is always added when adding a parent group. (@delboy1978uk)
  • v4.3.1 Changes

    July 01, 2019

    [4.3.1] 2019-07

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed bug when attempting to get a container for custom strategy that is not container aware.
  • v4.3.0 Changes

    June 30, 2019

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