Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / output-formatters / CHANGELOG.md
index dd80b3f8e0a27327bd49704f414eb70499d58189..8e245f7a4af07d4de8e0afd262978b8676ef80f3 100644 (file)
@@ -1,5 +1,11 @@
 # 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).