Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 1.18 KB

Yii Console Change Log

2.0.1 March 31, 2023

  • Bug #175: Fix serve under Windows (samdark)

2.0.0 February 17, 2023

  • Chg #171: Adapt configuration group names to Yii conventions (@vjik)
  • Enh #162: Explicitly add transitive dependencies psr/event-dispatcher and psr/log (@vjik)
  • Enh #163: Add workers option to serve command with default of two workers under Linux (@xepozz)
  • Bug #168: Fix executing the list command with namespace (@vjik)

1.3.0 July 29, 2022

  • Chg: #159: Add collecting console command name to ApplicationStartup class (@xepozz)

1.2.0 July 21, 2022

  • Enh #157: Add config for serve command (@dood-)

1.1.1 July 04, 2022

  • Enh #156: Add support for symfony/event-dispatcher-contracts of version ^3.0 (@vjik)

1.1.0 May 03, 2022

  • 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)

1.0.1 February 11, 2022

  • Enh #141: Add support for version ^6.0 for symfony/console package (@devanych)
  • Bug #145: Add return type to Yiisoft\Yii\Console\CommandLoader::get() method (@devanych)

1.0.0 November 01, 2021

  • Initial release.