Releases: symfony/console
Releases · symfony/console
v5.4.1
Changelog (v5.4.0...v5.4.1)
- bug #44523 Fix polyfill-php73 requirement (Seldaek)
- bug #44475 Handle alias in completion script (GromNaN)
- bug #44467 Fix parameter types for
ProcessHelper::mustRun()
(derrabus)
v6.0.0
Changelog (v6.0.0-RC1...v6.0.0)
- no significant changes
v5.4.0
Changelog (v5.4.0-RC1...v5.4.0)
- no significant changes
v6.0.0-RC1
Changelog (v6.0.0-BETA3...v6.0.0-RC1)
- bug #44230 Add Suggestion class for more advanced completion suggestion (wouterj)
- bug #44176 Default ansi option to null (jderusse)
v5.4.0-RC1
Changelog (v5.4.0-BETA3...v5.4.0-RC1)
- bug #44230 Add Suggestion class for more advanced completion suggestion (wouterj)
- bug #44176 Default ansi option to null (jderusse)
v5.3.11
Changelog (v5.3.10...v5.3.11)
- bug #44176 Default ansi option to null (jderusse)
- bug #43884 Runtime conflict for psr/log >= 3.0 instead of composer conflict (fancyweb)
v4.4.34
Changelog (v4.4.33...v4.4.34)
- no significant changes
v6.0.0-BETA1
Changelog (v5.3.10...v6.0.0-BETA1)
- feature #43923 Open CompleteCommand for custom outputs (wouterj)
- feature #42471 Add generic types to traversable implementations (derrabus)
- feature #43595
SymfonyStyle
enhancements (kbond) - feature #43615 feat: add completion for CompletionCommand "shell" argument (dkarlovi)
- feature #43596 Add completion to help & list commands (GromNaN)
- feature #43094 Add support of RGB functional notation (alexandre-daubois)
- feature #42881 Add more context when CommandIsSuccessful fails (yoannrenard)
- feature #42634 Remove
HelperSet::setCommand()
andgetCommand()
(derrabus) - feature #42632 Deprecate
HelperSet::setCommand()
andgetCommand()
(derrabus) - feature #42176 Implement
psr/log
3 (derrabus) - feature #42088 add return types and bump to v3 (nicolas-grekas)
- feature #41851 Add TesterTrait::assertCommandIsSuccessful() helper (yoannrenard)
- feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)
v5.4.0-BETA1
Changelog (v5.3.10...v5.4.0-BETA1)
- feature #43923 Open CompleteCommand for custom outputs (wouterj)
- feature #42471 Add generic types to traversable implementations (derrabus)
- feature #43595
SymfonyStyle
enhancements (kbond) - feature #43615 feat: add completion for CompletionCommand "shell" argument (dkarlovi)
- feature #43596 Add completion to help & list commands (GromNaN)
- feature #43094 Add support of RGB functional notation (alexandre-daubois)
- feature #42881 Add more context when CommandIsSuccessful fails (yoannrenard)
- feature #42632 Deprecate
HelperSet::setCommand()
andgetCommand()
(derrabus) - feature #41851 Add TesterTrait::assertCommandIsSuccessful() helper (yoannrenard)
v5.3.10
Changelog (v5.3.9...v5.3.10)
- no significant changes