Skip to content

Releases: symfony/console

v4.4.38

28 Feb 07:57
v4.4.38
Compare
Choose a tag to compare

Changelog (v4.4.37...v4.4.38)

  • bug #45240 Revert StringInput bc break from #45088 (bobthecow)

v6.0.3

28 Jan 13:07
v6.0.3
Compare
Choose a tag to compare

Changelog (v6.0.2...v6.0.3)

  • bug #43149 Silence warnings during tty detection (neclimdul)
  • bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
  • bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
  • bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
  • bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
  • bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)

v5.4.3

28 Jan 11:56
v5.4.3
Compare
Choose a tag to compare

Changelog (v5.4.2...v5.4.3)

  • bug #43149 Silence warnings during tty detection (neclimdul)
  • bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
  • bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
  • bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
  • bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
  • bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)

v5.3.14

28 Jan 11:02
v5.3.14
Compare
Choose a tag to compare

Changelog (v5.3.13...v5.3.14)

  • bug #43149 Silence warnings during tty detection (neclimdul)
  • bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
  • bug #45109 fix restoring stty mode on CTRL+C (nicolas-grekas)
  • bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
  • bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
  • bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)

v4.4.37

28 Jan 10:54
v4.4.37
Compare
Choose a tag to compare

Changelog (v4.4.36...v4.4.37)

  • bug #43149 Silence warnings during tty detection (neclimdul)
  • bug #45181 Fix PHP 8.1 deprecation in ChoiceQuestion (BrokenSourceCode)
  • bug #45088 fix parsing escaped chars in StringInput (nicolas-grekas)
  • bug #45053 use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors (nicolas-grekas)
  • bug #44912 Allow OutputFormatter::escape() to be used for escaping URLs used in (Seldaek)

v6.0.2

29 Dec 14:14
v6.0.2
Compare
Choose a tag to compare

Changelog (v6.0.1...v6.0.2)

  • bug #44730  Fix autocompletion of argument with default value (GromNaN)

v5.4.2

29 Dec 13:55
v5.4.2
Compare
Choose a tag to compare

Changelog (v5.4.1...v5.4.2)

  • bug #44730  Fix autocompletion of argument with default value (GromNaN)

v5.3.13

29 Dec 13:19
v5.3.13
Compare
Choose a tag to compare

Changelog (v5.3.12...v5.3.13)

  • bug #44467 Fix parameter types for ProcessHelper::mustRun() (derrabus)

v4.4.36

29 Dec 13:08
v4.4.36
Compare
Choose a tag to compare

Changelog (v4.4.35...v4.4.36)

  • bug #44467 Fix parameter types for ProcessHelper::mustRun() (derrabus)

v6.0.1

09 Dec 13:47
v6.0.1
Compare
Choose a tag to compare

Changelog (v6.0.0...v6.0.1)

  • bug #44523 Fix polyfill-php73 requirement (Seldaek)
  • bug #44494 Remove FQCN type hints on properties (fabpot)
  • bug #44475 Handle alias in completion script (GromNaN)
  • bug #44467 Fix parameter types for ProcessHelper::mustRun() (derrabus)