Releases: yiisoft/router-fastroute
Releases · yiisoft/router-fastroute
Version 3.1.0
Version 3.0.1
- Bug #133, #136: Don't add not substituted arguments to a query string (@rustamwin, @vjik)
- Bug #134: Don't add query string if it's empty (@rustamwin)
Version 3.0.0
Version 2.1.0
- Chg #120: Update
yiisoft/router
version to^2.1
(@rustamwin)
Version 2.0.0
- Enh #105: Raise the minimum PHP version to 8.0 (@xepozz, @rustamwin)
- Enh #106: Add composer require checker into CI (@xepozz)
- Enh #108: Add
$queryParameters
parameter toUrlGenerator::generateFromCurrent()
method (@rustamwin) - Bug #107: Keep query string when generating from current route (@rustamwin)
Version 1.1.1
Version 1.1.0
- Chg #102: Update
yiisoft/router
version to^1.1
(@rustamwin) - Enh #100: Add support for multiple route hosts (@Gerych1984)