All Versions
24
Latest Version
Avg Release Cycle
115 days
Latest Release
-
Changelog History
Page 1
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 toRoute::getPath
in order to build literal route path strings.
- 🏗 Ability to pass optional
-
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 fromdiactoros
(@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.