Skip to content

Releases: symfony/console

v5.1.3

24 Jul 04:28
v5.1.3

Choose a tag to compare

Changelog (v5.1.2...v5.1.3)

  • bug #37469 always use stty when possible to ask hidden questions (nicolas-grekas)
  • bug #37385 Fixes question input encoding on Windows (YaFou)

v5.0.11

24 Jul 04:20
v5.0.11

Choose a tag to compare

Changelog (v5.0.10...v5.0.11)

  • bug #37469 always use stty when possible to ask hidden questions (nicolas-grekas)
  • bug #37385 Fixes question input encoding on Windows (YaFou)
  • bug #37286 Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
  • bug #37160 Reset question validator attempts only for actual stdin (ostrolucky)

v4.4.11

24 Jul 04:14
v4.4.11

Choose a tag to compare

Changelog (v4.4.10...v4.4.11)

  • bug #37469 always use stty when possible to ask hidden questions (nicolas-grekas)
  • bug #37385 Fixes question input encoding on Windows (YaFou)
  • bug #37286 Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
  • bug #37160 Reset question validator attempts only for actual stdin (ostrolucky)

v3.4.43

24 Jul 04:08
v3.4.43

Choose a tag to compare

Changelog (v3.4.42...v3.4.43)

  • bug #37385 Fixes question input encoding on Windows (YaFou)

v5.1.2

15 Jun 14:01
v5.1.2

Choose a tag to compare

Changelog (v5.1.1...v5.1.2)

  • bug #37286 Reset question validator attempts only for actual stdin (bis) (nicolas-grekas)
  • bug #37160 Reset question validator attempts only for actual stdin (ostrolucky)

v5.1.1

12 Jun 12:20
v5.1.1

Choose a tag to compare

Changelog (v5.1.0...v5.1.1)

  • bug #37130 allow cursor to be used even when STDIN is not defined (xabbuh)

v5.0.10

12 Jun 11:25
v5.0.10

Choose a tag to compare

Changelog (v5.0.9...v5.0.10)

  • no changes

v4.4.10

12 Jun 11:19
v4.4.10

Choose a tag to compare

Changelog (v4.4.9...v4.4.10)

  • no changes

v3.4.42

12 Jun 11:14
v3.4.42

Choose a tag to compare

Changelog (v3.4.41...v3.4.42)

  • no changes

v5.1.0

31 May 06:17
v5.1.0

Choose a tag to compare

Changelog (v5.1.0-RC2...v5.1.0)

  • bug #37007 Fix QuestionHelper::disableStty() (chalasr)
  • bug #37000 Add meaningful message when using ProcessHelper and Process is not installed (l-vo)