Skip to content

Releases: symfony/console

v6.0.10

26 Jun 17:06
v6.0.10
Compare
Choose a tag to compare

Changelog (v6.0.9...v6.0.10)

  • bug #46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
  • bug #46608 Fix deprecation when description is null (HypeMC)
  • bug #46595 Escape % in command name & description from getDefaultName() (ogizanagi)
  • bug #46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)

v5.4.10

26 Jun 17:02
v5.4.10
Compare
Choose a tag to compare

Changelog (v5.4.9...v5.4.10)

  • bug #46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
  • bug #46608 Fix deprecation when description is null (HypeMC)
  • bug #46595 Escape % in command name & description from getDefaultName() (ogizanagi)
  • bug #46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)

v4.4.43

26 Jun 16:57
v4.4.43
Compare
Choose a tag to compare

Changelog (v4.4.42...v4.4.43)

  • bug #46747 Fix global state pollution between tests run with ApplicationTester (Seldaek)
  • bug #46595 Escape % in command name & description from getDefaultName() (ogizanagi)

v6.1.1

09 Jun 17:37
v6.1.1
Compare
Choose a tag to compare

Changelog (v6.1.0...v6.1.1)

  • bug #46608 Fix deprecation when description is null (HypeMC)
  • bug #46574 Escape % in command name & description from PHP (getDefault* methods) (ogizanagi)

v6.1.0

27 May 07:53
v6.1.0
Compare
Choose a tag to compare

Changelog (v6.1.0-RC1...v6.1.0)

  • bug #46387 Complete negatable options (Fish) (GromNaN)

v6.0.9

27 May 07:43
v6.0.9
Compare
Choose a tag to compare

Changelog (v6.0.8...v6.0.9)

  • bug #46386  Fix missing negative variation of negatable options in shell completion (GromNaN)
  • bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
  • bug #46341 Fix aliases handling in command name completion (Seldaek)
  • bug #46291 Suppress unhandled error in some specific use-cases. (rw4lll)
  • bug #46264 Better required argument check in InputArgument (jnoordsij)

v5.4.9

27 May 07:14
v5.4.9
Compare
Choose a tag to compare

Changelog (v5.4.8...v5.4.9)

  • bug #46386  Fix missing negative variation of negatable options in shell completion (GromNaN)
  • bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
  • bug #46341 Fix aliases handling in command name completion (Seldaek)
  • bug #46291 Suppress unhandled error in some specific use-cases. (rw4lll)
  • bug #46264 Better required argument check in InputArgument (jnoordsij)

v4.4.42

27 May 07:08
v4.4.42
Compare
Choose a tag to compare

Changelog (v4.4.41...v4.4.42)

  • bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
  • bug #46264 Better required argument check in InputArgument (jnoordsij)

v6.1.0-RC1

14 May 18:42
v6.1.0-RC1
Compare
Choose a tag to compare
v6.1.0-RC1 Pre-release
Pre-release

Changelog (v6.1.0-BETA2...v6.1.0-RC1)

  • bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
  • bug #46341 Fix aliases handling in command name completion (Seldaek)
  • bug #46291 Suppress unhandled error in some specific use-cases. (rw4lll)
  • bug #46264 Better required argument check in InputArgument (jnoordsij)
  • feature #41676 Table vertical rendering (yoannrenard)
  • bug #46220 Fix fish completion script (wouterj)

v6.1.0-BETA2

27 Apr 17:53
v6.1.0-BETA2
Compare
Choose a tag to compare
v6.1.0-BETA2 Pre-release
Pre-release

Changelog (v6.1.0-BETA1...v6.1.0-BETA2)

  • no significant changes