Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / output-formatters / CHANGELOG.md
index 8e245f7a4af07d4de8e0afd262978b8676ef80f3..a85f0c9f28f95621c041032d0fbc90cc90f76222 100644 (file)
@@ -1,5 +1,25 @@
 # Change Log
 
+### 3.4.0 - 19 October 2018
+
+- Add an UnstucturedInterface marker interface, and update the 'string' format to not accept data types that implement this interface unless they also implement StringTransformationInterface.
+
+### 3.3.2 - 18 October 2018
+
+- Add a 'null' output formatter that accepts all data types and never produces output
+
+### 3.3.0 & 3.3.1 - 15 October 2018
+
+- Add UnstructuredListData and UnstructuredData to replace deprecated ListDataFromKeys
+- Support --field and --fields in commands that return UnstructuredData / UnstructuredListData
+- Support field remapping, e.g. `--fields=original as remapped`
+- Support field addressing, e.g. `--fields=a.b.c`
+- Automatically convert from RowsOfFields to UnstruturedListData and from PropertyList to UnstructuredData when user utilizes field remapping or field addressing features.
+
+### 3.2.1 - 25 May 2018
+
+- Rename g1a/composer-test-scenarios
+
 ### 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.).