Releases: symfony/console
Releases · symfony/console
v4.4.40
Changelog (v4.4.39...v4.4.40)
- bug #45851 Fix exit status on uncaught exception with negative code (acoulton)
- bug #44915 Fix compact table style to avoid outputting a leading space (Seldaek)
v5.3.16
Changelog (v5.3.15...v5.3.16)
- bug #45590 Revert StringInput bc break from #45088 (bobthecow)
v6.0.5
Changelog (v6.0.4...v6.0.5)
- bug #45546 Fix null handling in formatAndWrap() (derrabus)
- bug #45240 Revert StringInput bc break from #45088 (bobthecow)
v5.4.5
Changelog (v5.4.4...v5.4.5)
- bug #45546 Fix null handling in formatAndWrap() (derrabus)
- bug #45240 Revert StringInput bc break from #45088 (bobthecow)
v4.4.38
Changelog (v4.4.37...v4.4.38)
- bug #45240 Revert StringInput bc break from #45088 (bobthecow)
v6.0.3
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
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
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
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
Changelog (v6.0.1...v6.0.2)
- bug #44730 Fix autocompletion of argument with default value (GromNaN)