Symfony Console Autocomplete Versions Save

Shell autocompletion for Symfony Console based scripts

v1.5.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/bamarni/symfony-console-autocomplete/compare/v1.5.4...v1.5.5

v1.5.4

2 years ago
  • PHP diagnostic messages do not interfere any longer with the standard output of the auto-completion (#72; fix/maintain; thanks @sviluppo)

Full Changelog: https://github.com/bamarni/symfony-console-autocomplete/compare/v1.5.3...v1.5.4

v1.5.3

2 years ago

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: https://github.com/bamarni/symfony-console-autocomplete/compare/v1.4.3...v1.5.3

v1.4.4

2 years ago

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: https://github.com/bamarni/symfony-console-autocomplete/compare/v1.4.3...v1.4.4

v1.4.2

2 years ago

v1.4.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bamarni/symfony-console-autocomplete/compare/v1.4.0...v1.4.1

v1.4.0

3 years ago

v1.3.7

3 years ago

Add support for Magento 2 Console

v1.3.6

4 years ago

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

v1.3.5

4 years ago

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)