Skip to content

Releases: yiisoft/yii-console

Version 2.2.0

17 Feb 13:10
2.2.0
7942fc7
Compare
Choose a tag to compare
  • Enh #194: Allow to use ErrorListiner without logger (@vjik)

Version 2.1.2

26 Dec 18:08
2.1.2
2bb84e4
Compare
Choose a tag to compare
  • Enh #189: Add support for symfony/console of version ^7.0 (@vjik)

Version 2.1.1

05 Nov 12:03
2.1.1
ab768b6
Compare
Choose a tag to compare

Version 2.1.0

28 May 15:37
2.1.0
630e107
Compare
Choose a tag to compare
  • 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 for serve (@xepozz)

Version 2.0.1

31 Mar 08:30
2.0.1
55de5e6
Compare
Choose a tag to compare

Version 2.0.0

17 Feb 10:42
2.0.0
783e08a
Compare
Choose a tag to compare
  • 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)

Version 1.3.0

29 Jul 11:05
1.3.0
eca47d7
Compare
Choose a tag to compare
  • Chg: #159: Add collecting console command name to ApplicationStartup class (@xepozz)

Version 1.2.0

21 Jul 16:15
1.2.0
d79c3e8
Compare
Choose a tag to compare

Version 1.1.1

04 Jul 10:44
1.1.1
de8957f
Compare
Choose a tag to compare
  • Enh #156: Add support for symfony/event-dispatcher-contracts of version ^3.0 (@vjik)

Release 1.1.0 (May 03, 2022)

03 May 14:18
1.1.0
077654d
Compare
Choose a tag to compare

Release Notes

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