X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fconsolidation%2Foutput-formatters%2FCHANGELOG.md;h=8e245f7a4af07d4de8e0afd262978b8676ef80f3;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=8c8d3b4dbd64952ff9041ff00058cdb486f18633;hpb=eba34333e3c89f208d2f72fa91351ad019a71583;p=yaffs-website diff --git a/vendor/consolidation/output-formatters/CHANGELOG.md b/vendor/consolidation/output-formatters/CHANGELOG.md index 8c8d3b4db..8e245f7a4 100644 --- a/vendor/consolidation/output-formatters/CHANGELOG.md +++ b/vendor/consolidation/output-formatters/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +### 3.2.0 - 20 March 2018 + +- Add RowsOfFieldsWithMetadata: allows commands to return an object with metadata that shows up in yaml/json (& etc.) formats, but is not shown in table/csv (& etc.). +- Add NumericCellRenderer: allows commands to attach a renderer that will right-justify and add commas to numbers in a column. +- Add optional var_dump output format. + +### 3.1.13 - 29 November 2017 + +- Allow XML output for RowsOfFields (#60). +- Allow Symfony 4 components and add make tests run on three versions of Symfony. + +### 3.1.12 - 12 October 2017 + +- Bugfix: Use InputOption::VALUE_REQUIRED instead of InputOption::VALUE_OPTIONAL + for injected options such as --format and --fields. +- Bugfix: Ignore empty properties in the property parser. + +### 3.1.11 - 17 August 2017 + +- Add ListDataFromKeys marker data type. + ### 3.1.10 - 6 June 2017 - Typo in CalculateWidths::distributeLongColumns causes failure for some column width distributions