Skip to content

Releases: bamarni/symfony-console-autocomplete

v1.5.5 Words Don't Lie

21 Dec 16:52
v1.5.5
0623ac8
Compare
Choose a tag to compare

What's Changed

  • Fix local variable affecting shell environment outside of function by @h3xx in #73
  • chore(ci): add build manager by @ktomk in #75

New Contributors

  • @h3xx made their first contribution in #73

Full Changelog: v1.5.4...v1.5.5

v1.5.4 Diagnostics & Docker

11 Apr 12:20
5adeafb
Compare
Choose a tag to compare
  • PHP diagnostic messages do not interfere any longer with the standard output of the auto-completion (#72; fix/maintain; thanks @sviluppo)

Full Changelog: v1.5.3...v1.5.4

v1.5.3

11 Dec 03:04
Compare
Choose a tag to compare

This release opens the 1.5.x series and drops PHP 7.0 support for the benefit of symfony/console:^6.

What's Changed

Full Changelog: v1.4.3...v1.5.3

Yank 1.4.3 drop symfony console v6

10 Dec 22:27
ccfea07
Compare
Choose a tag to compare

v1.4.3 with #69 did add symfony/console:^6 but bin/symfony-autocomplete fatals on it.

build back by revert to v1.4.2 state.

symfony/console:^6 will be in v1.5.3 which drops PHP 7.0 support.

Full Changelog: v1.4.3...v1.4.4

v1.4.2 Support Acquia CLI

24 Oct 21:22
60c3474
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1 Fish Shell Fixes + Github CI (up to PHP 8.1)

24 Oct 21:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

Updated minimum PHP Version

24 Jun 20:57
Compare
Choose a tag to compare
v1.4.0

Remove coverage badge as tester does not do coverage

v1.3.7: Merge pull request #56 from TomaszGasior/magento-console

24 Jun 20:42
b2d9bc4
Compare
Choose a tag to compare

v1.3.6: Merge pull request #53 from brainexe/master

04 Mar 17:18
a121f79
Compare
Choose a tag to compare

Added support for git-bash on Windows.
Added support bin/roadiz console.
Added support for Symfony Console 4.4 and above.

v1.3.5: Merge pull request #46 from Slamdunk/patch-1

02 Aug 15:30
0fb747e
Compare
Choose a tag to compare

The list option of the Symfony Console application will be explicitly used to gather the commands, and their options (#39)
Testing for PHP 7.3 added (#44)
Add built-in support for artisan and deployer (#45)
Better handling of a lack of the SHELL environment variable (#46)