X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fconsolidation%2Fannotated-command%2FCHANGELOG.md;h=87afa0bdc23e6f298ed44051c987f6815d7599f9;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=ffa818233f6cf1b7ece5d35717301f04e915654a;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/consolidation/annotated-command/CHANGELOG.md b/vendor/consolidation/annotated-command/CHANGELOG.md index ffa818233..87afa0bdc 100644 --- a/vendor/consolidation/annotated-command/CHANGELOG.md +++ b/vendor/consolidation/annotated-command/CHANGELOG.md @@ -1,8 +1,83 @@ # Change Log -### CURRENT +### 2.9.0 & 2.9.1 - 19 Sept 2018 + +- Improve commandfile discovery for extensions installed via Composer. (#156) + +### 2.8.5 - 18 Aug 2018 + +- Add dependencies.yml for dependencies.io +- Fix warning in AnnotatedCommandFactory when getCommandInfoListFromCache called with null. + +### 2.8.4 - 25 May 2018 + +- Use g1a/composer-test-scenarios for better PHP version matrix testing. + +### 2.8.3 - 23 Feb 2018 + +- BUGFIX: Do not shift off the command name unless it is there. (#139) +- Use test scenarios to test multiple versions of Symfony. (#136, #137) + +### 2.8.2 - 29 Nov 2017 + +- Allow Symfony 4 components. + +### 2.8.1 - 16 Oct 2017 + +- Add hook methods to allow Symfony command events to be added directly to the hook manager, givig better control of hook order. (#131) + +### 2.8.0 - 13 Oct 2017 + +- Remove phpdocumentor/reflection-docblock in favor of using a bespoke parser (#130) + +### 2.7.0 - 18 Sept 2017 + +- Add support for options with a default value of 'true' (#119) +- BUGFIX: Improve handling of options with optional values, which previously was not working correctly. (#118) + +### 2.6.1 - 18 Sep 2017 + +- Reverts to contents of the 2.4.13 release. + +### 2.5.0 & 2.5.1 - 17 Sep 2017 + +- BACKED OUT. These releases accidentally introduced breaking changes. + +### 2.4.13 - 28 Aug 2017 + +- Add a followLinks() method (#108) + +### 2.4.12 - 24 Aug 2017 + +- BUGFIX: Allow annotated commands to directly use InputInterface and OutputInterface (#106) + +### 2.4.11 - 27 July 2017 + +- Back out #102: do not change behavior of word wrap based on STDOUT redirection. + +### 2.4.10 - 21 July 2017 + +- Add a method CommandProcessor::setPassExceptions() to allow applicationsto prevent the command processor from catching exceptions thrown by command methods and hooks. (#103) + +### 2.4.9 - 20 Jul 2017 + +- Automatically disable wordwrap when the terminal is not connected to STDOUT (#102) + +### 2.4.8 - 3 Apr 2017 - Allow multiple annotations with the same key. These are returned as a csv, or, alternately, can be accessed as an array via the new accessor. +- Unprotect two methods for benefit of Drush help. (#99) +- BUGFIX: Remove symfony/console pin (#100) + +### 2.4.7 & 2.4.6 - 17 Mar 2017 + +- Avoid wrapping help text (#93) +- Pin symfony/console to version < 3.2.5 (#94) +- Add getExampleUsages() to AnnotatedCommand. (#92) + +### 2.4.5 - 28 Feb 2017 + +- Ensure that placeholder entries are written into the commandfile cache. (#86) ### 2.4.4 - 27 Feb 2017