- Enh #238: Explicitly import functions and constants in "use" section (@vjik)
- Enh #233: Add Symfony Console 8 support (@vjik)
- Eng #231: Add PHP 8.5 support (@vjik)
- Chg #228: Change PHP constraint in
composer.jsonto8.0 - 8.4(@vjik) - Enh #226: Check empty string as key in command map in
CommandLoadervalidation (@vjik) - Bug #224: Fix typo in
UNAVAILABLEexit code reason (@vjik) - Bug #227: Throw
RuntimeExceptioninServeCommandwhen it wasn't possible to find out the current directory (@vjik) - Bug #230: The
servecommand no longer opens the browser by default (@vjik)
- Enh #207: Add
--openoption forservecommand (@xepozz) - Enh #207: Print possible options for
servecommand (@xepozz) - Enh #218: Explicitly mark nullable parameters (@alexander-schranz)
- Enh #194: Allow to use
ErrorListinerwithout logger (@vjik)
- Enh #189: Add support for
symfony/consoleof version^7.0(@vjik)
- Chg #185: Rename
params.phptoparams-console.php(@terabytesoftw)
- Bug #172: Fix accepting
:as command name separator, offer using it by default (@samdark) - Bug #179: Remove duplicate messages about server address (@samdark)
- Enh #180: Enhance output of
servecommand, add--xdebugoption forserve(@xepozz)
- Bug #175: Fix
serveunder Windows (@samdark)
- Chg #171: Adapt configuration group names to Yii conventions (@vjik)
- Enh #162: Explicitly add transitive dependencies
psr/event-dispatcherandpsr/log(@vjik) - Enh #163: Add
workersoption toservecommand with default of two workers under Linux (@xepozz) - Bug #168: Fix executing the
listcommand with namespace (@vjik)
- Chg: #159: Add collecting console command name to
ApplicationStartupclass (@xepozz)
- Enh #157: Add config for
servecommand (@dood-)
- Enh #156: Add support for
symfony/event-dispatcher-contractsof version^3.0(@vjik)
- Chg #148: Raise the minimum PHP version to 8.0 (@rustamwin)
- Enh #149: Add bash completion for
servecommand, serve at 127.0.0.1 by default (@rustamwin)
- Enh #141: Add support for version
^6.0forsymfony/consolepackage (@devanych) - Bug #145: Add return type to
Yiisoft\Yii\Console\CommandLoader::get()method (@devanych)
- Initial release.