Skip to content

Commit 6ca2a51

Browse files
committed
Release version 4.0.0
1 parent 71ea462 commit 6ca2a51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Yii Router Change Log
22

3-
## 4.0.0 under development
3+
## 4.0.0 February 25, 2025
44

5+
- Сhg #247: Change `UrlGeneratorInterface` contract: on URL generation all unused arguments must be moved to query
6+
parameters, if query parameter with such name doesn't exist (@vjik)
57
- New #195: Add debug collector for `yiisoft/yii-debug` (@xepozz)
8+
- New #262: Add `$hash` parameter to `UrlGeneratorInterface` methods: `generate()`, `generateAbsolute()` and
9+
`generateFromCurrent()` (@vjik)
610
- Chg #207: Replace two `RouteCollectorInterface` methods `addRoute()` and `addGroup()` to single `addRoute()` (@vjik)
711
- Chg #222: Make `Route`, `Group` and `MatchingResult` dispatcher-independent (@rustamwin, @vjik)
8-
- Enh #229: Add URL arguments' psalm type in `UrlGeneratorInterface` (@vjik)
912
- Chg #256: Bump minimum PHP version to 8.1 (@vjik)
10-
- Enh #256: Mark readonly properties (@vjik)
1113
- Chg #257: Change PHP constraint in `composer.json` to `~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0` (@vjik)
14+
- Enh #229: Add URL arguments' psalm type in `UrlGeneratorInterface` (@vjik)
15+
- Enh #256: Mark readonly properties (@vjik)
1216
- Bug #257, #263: Explicitly mark nullable parameters (@vjik)
13-
- Сhg #247: Change `UrlGeneratorInterface` contract: on URL generation all unused arguments must be moved to query
14-
parameters, if query parameter with such name doesn't exist (@vjik)
15-
- New #262: Add `$hash` parameter to `UrlGeneratorInterface` methods: `generate()`, `generateAbsolute()` and
16-
`generateFromCurrent()` (@vjik)
1717

1818
## 3.1.0 February 20, 2024
1919

0 commit comments

Comments
 (0)