Releases: symfony/console
Releases · symfony/console
v7.3.5
Changelog (v7.3.4...v7.3.5)
- bug symfony/symfony#62058 [Console] Ensure
SHELL_VERBOSITYis always restored properly (@ttskch) - bug symfony/symfony#61861 [Console] Ensure terminal is usable after termination signal (@johnstevenson)
- bug symfony/symfony#61856 [Console] do not pass the empty string to ord() (@xabbuh)
v6.4.27
Changelog (v6.4.26...v6.4.27)
- bug symfony/symfony#61861 [Console] Ensure terminal is usable after termination signal (@johnstevenson)
v8.0.0-BETA1
Changelog (v7.3.4...v8.0.0-BETA1)
- feature symfony/symfony#62068 [Console] Add support for
Cursorhelper in invokable commands (@yceruto) - feature symfony/symfony#61748 [Console] Add support for interactive invokable commands with
#[Interact]and#[Ask]attributes (@yceruto) - feature symfony/symfony#61092 [Console][QuestionHelper] add optional timeout for human interaction (@janedbal)
- feature symfony/symfony#61478 [Console] Add
#[Input]attribute to support DTOs in invokable commands (@yceruto) - feature symfony/symfony#61078 [Console] Add getter for the original command "code" object (@weitzman)
- feature symfony/symfony#61078 [Console] Add getter for the original command "code" object (@weitzman)
- feature symfony/symfony#61308 [Console] Adding more helpful error messages to the Questionhelper (@mamazu)
- feature symfony/symfony#61187 Declare new parameters on interfaces and methods explicitly (@nicolas-grekas)
- feature symfony/symfony#60959 [Command] Make
#[AsCommand]attribute classfinal(@OskarStark) - feature symfony/symfony#60823 [Console] Add support for Invokable Commands in
CommandTester(@ruudk) - feature symfony/symfony#60767 [Console] Allow Usages to be specified via #[AsCommand] attribute (@weitzman)
- feature symfony/symfony#60776 [Console][FrameworkBundle] Remove deprecated
Application::add()methods (@HypeMC) - feature symfony/symfony#60586 [Console] Support
BackedEnumin invokable commands (@GromNaN) - feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
- feature symfony/symfony#60739 [Console] Allow setting aliases & hidden via command name passed to the constructor (@HypeMC)
- feature symfony/symfony#60721 [Console] Remove deprecated code (@yceruto)
- feature symfony/symfony#60697 Enforce return types on all components (@nicolas-grekas)
- feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1
Changelog (v7.3.4...v7.4.0-BETA1)
- feature symfony/symfony#62068 [Console] Add support for
Cursorhelper in invokable commands (@yceruto) - feature symfony/symfony#61748 [Console] Add support for interactive invokable commands with
#[Interact]and#[Ask]attributes (@yceruto) - feature symfony/symfony#61092 [Console][QuestionHelper] add optional timeout for human interaction (@janedbal)
- feature symfony/symfony#61478 [Console] Add
#[Input]attribute to support DTOs in invokable commands (@yceruto) - feature symfony/symfony#61078 [Console] Add getter for the original command "code" object (@weitzman)
- feature symfony/symfony#61078 [Console] Add getter for the original command "code" object (@weitzman)
- feature symfony/symfony#61308 [Console] Adding more helpful error messages to the Questionhelper (@mamazu)
- feature symfony/symfony#60823 [Console] Add support for Invokable Commands in
CommandTester(@ruudk) - feature symfony/symfony#60767 [Console] Allow Usages to be specified via #[AsCommand] attribute (@weitzman)
- feature symfony/symfony#60586 [Console] Support
BackedEnumin invokable commands (@GromNaN) - feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
- feature symfony/symfony#60739 [Console] Allow setting aliases & hidden via command name passed to the constructor (@HypeMC)
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61724 [Console] Fix handling of
\Ein Bash completion (@HypeMC) - bug symfony/symfony#61693 [Console] Don’t append a new line to test inputs ending with an EOT (@MatTheCat)
- bug symfony/symfony#61690 [Console] Don’t automatically append EOT to multiline test inputs (@MatTheCat)
v6.4.26
Changelog (v6.4.25...v6.4.26)
- bug symfony/symfony#61856 [Console] do not pass the empty string to ord() (@xabbuh)
- bug symfony/symfony#61724 [Console] Fix handling of
\Ein Bash completion (@HypeMC) - bug symfony/symfony#61693 [Console] Don’t append a new line to test inputs ending with an EOT (@MatTheCat)
- bug symfony/symfony#61690 [Console] Don’t automatically append EOT to multiline test inputs (@MatTheCat)
v7.3.3
Changelog (v7.3.2...v7.3.3)
- bug symfony/symfony#61033 [Console] Restore
SHELL_VERBOSITYafter a command is ran (@lyrixx) - bug symfony/symfony#61501 [Console] Fix testing multiline question (@MatTheCat)
- bug symfony/symfony#61319 [Console] [Table] Don't split grapheme clusters (@schlndh)
v6.4.25
Changelog (v6.4.24...v6.4.25)
- bug symfony/symfony#61501 [Console] Fix testing multiline question (@MatTheCat)
- bug symfony/symfony#61319 [Console] [Table] Don't split grapheme clusters (@schlndh)
v7.3.2
Changelog (v7.3.1...v7.3.2)
- bug symfony/symfony#61268 [Console] [Table] Fix unnecessary wrapping (@schlndh)
- bug symfony/symfony#61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (@schlndh)
- bug symfony/symfony#61080 [Console] Fix
TreeHelper::addChildwhen providing a string (@jtattevin) - bug symfony/symfony#61201 [Console] Fix JSON description for negatable input flags (@nicolas-grekas)
- bug symfony/symfony#61138 [Console] fix profiler with overridden
run()method (@vinceAmstoutz) - bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot) - bug symfony/symfony#60507 [Console][Messenger] Fix: Allow
UnrecoverableExceptionInterfaceto bypass retry inRunCommandMessageHandler(@santysisi)
v7.2.9
Changelog (v7.2.8...v7.2.9)
- bug symfony/symfony#61268 [Console] [Table] Fix unnecessary wrapping (@schlndh)
- bug symfony/symfony#61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (@schlndh)
- bug symfony/symfony#61201 [Console] Fix JSON description for negatable input flags (@nicolas-grekas)
- bug symfony/symfony#61138 [Console] fix profiler with overridden
run()method (@vinceAmstoutz) - bug symfony/symfony#61106 Fix
@varphpdoc (@fabpot) - bug symfony/symfony#60507 [Console][Messenger] Fix: Allow
UnrecoverableExceptionInterfaceto bypass retry inRunCommandMessageHandler(@santysisi)