Skip to content

Version 4.0.0

Latest
Compare
Choose a tag to compare
@vjik vjik released this 25 Feb 12:38
· 1 commit to master since this release
4.0.0
6ca2a51
  • Сhg #247: Change UrlGeneratorInterface contract: on URL generation all unused arguments must be moved to query
    parameters, if query parameter with such name doesn't exist (@vjik)
  • New #195: Add debug collector for yiisoft/yii-debug (@xepozz)
  • New #262: Add $hash parameter to UrlGeneratorInterface methods: generate(), generateAbsolute() and
    generateFromCurrent() (@vjik)
  • Chg #207: Replace two RouteCollectorInterface methods addRoute() and addGroup() to single addRoute() (@vjik)
  • Chg #222: Make Route, Group and MatchingResult dispatcher-independent (@rustamwin, @vjik)
  • Chg #256: Bump minimum PHP version to 8.1 (@vjik)
  • Chg #257: Change PHP constraint in composer.json to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 (@vjik)
  • Enh #229: Add URL arguments' psalm type in UrlGeneratorInterface (@vjik)
  • Enh #256: Mark readonly properties (@vjik)
  • Bug #257, #263: Explicitly mark nullable parameters (@vjik)