- Enh #207: Add
--open
option forserve
command (@xepozz) - Enh #207: Print possible options for
serve
command (@xepozz)
- Enh #194: Allow to use
ErrorListiner
without logger (@vjik)
- Enh #189: Add support for
symfony/console
of version^7.0
(@vjik)
- Chg #185: Rename
params.php
toparams-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
serve
command, add--xdebug
option forserve
(@xepozz)
- Bug #175: Fix
serve
under Windows (@samdark)
- Chg #171: Adapt configuration group names to Yii conventions (@vjik)
- Enh #162: Explicitly add transitive dependencies
psr/event-dispatcher
andpsr/log
(@vjik) - Enh #163: Add
workers
option toserve
command with default of two workers under Linux (@xepozz) - Bug #168: Fix executing the
list
command with namespace (@vjik)
- Chg: #159: Add collecting console command name to
ApplicationStartup
class (@xepozz)
- Enh #157: Add config for
serve
command (@dood-)
- Enh #156: Add support for
symfony/event-dispatcher-contracts
of version^3.0
(@vjik)
- Chg #148: Raise the minimum PHP version to 8.0 (@rustamwin)
- Enh #149: Add bash completion for
serve
command, serve at 127.0.0.1 by default (@rustamwin)
- Enh #141: Add support for version
^6.0
forsymfony/console
package (@devanych) - Bug #145: Add return type to
Yiisoft\Yii\Console\CommandLoader::get()
method (@devanych)
- Initial release.