Releases: symfony/console
Releases · symfony/console
v6.4.0-RC2
Changelog (v6.4.0-RC1...v6.4.0-RC2)
- no significant changes
v7.0.0-RC1
Changelog (v7.0.0-BETA3...v7.0.0-RC1)
- no significant changes
v6.4.0-RC1
Changelog (v6.4.0-BETA3...v6.4.0-RC1)
- no significant changes
v7.0.0-BETA3
Changelog (v7.0.0-BETA2...v7.0.0-BETA3)
- bug symfony/symfony#52427 [Console][Process] do not let context classes extend the message classes (@xabbuh)
- bug symfony/symfony#52132 [Console] Fix horizontal table top border is incorrectly rendered (@OskarStark)
v6.4.0-BETA3
Changelog (v6.4.0-BETA2...v6.4.0-BETA3)
- bug symfony/symfony#52427 [Console][Process] do not let context classes extend the message classes (@xabbuh)
- bug symfony/symfony#52132 [Console] Fix horizontal table top border is incorrectly rendered (@OskarStark)
v6.3.8
Changelog (v6.3.7...v6.3.8)
- bug symfony/symfony#52132 [Console] Fix horizontal table top border is incorrectly rendered (@OskarStark)
v5.4.31
Changelog (v5.4.30...v5.4.31)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#47416 [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands (@HeahDude)
- feature symfony/symfony#52038 [Console] Dispatch
ConsoleTerminateEvent
when exiting on signal (@HeahDude) - feature symfony/symfony#50537 [Console] Add placeholders to ProgressBar for exact times (@maxbeckers)
- feature symfony/symfony#49814 [Console][Messenger] add
RunCommandMessage
andRunCommandMessageHandler
(@kbond) - feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
- feature symfony/symfony#50420 [Console] add support for catching
\Throwable
errors (@lyrixx) - feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
- feature symfony/symfony#50839 Remove BC layers related to new methods and new parameters (@nicolas-grekas)
- feature symfony/symfony#50613 [Console] Remove deprecations across the component (@alexandre-daubois)
- feature symfony/symfony#50691 [Console] Aligned multiline text in vertical table (@jaytaph)
- feature symfony/symfony#50663 [Console] Add
SignalMap
to map signal value to its name (@lyrixx) - feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#47416 [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands (@HeahDude)
- feature symfony/symfony#52038 [Console] Dispatch
ConsoleTerminateEvent
when exiting on signal (@HeahDude) - feature symfony/symfony#50537 [Console] Add placeholders to ProgressBar for exact times (@maxbeckers)
- feature symfony/symfony#49814 [Console][Messenger] add
RunCommandMessage
andRunCommandMessageHandler
(@kbond) - feature symfony/symfony#50420 [Console] add support for catching
\Throwable
errors (@lyrixx) - feature symfony/symfony#50691 [Console] Aligned multiline text in vertical table (@jaytaph)
- feature symfony/symfony#50663 [Console] Add
SignalMap
to map signal value to its name (@lyrixx)
v6.3.4
Changelog (v6.3.3...v6.3.4)
- bug symfony/symfony#51378 [Console] avoid multiple new line when message already ends with a new line in section output (@joelwurtz)
- bug symfony/symfony#51223 [Console] Fix linewraps in
OutputFormatter
(@maxbeckers) - bug symfony/symfony#51355 [Console] fix section output when multiples section with max height (@joelwurtz)