Add xml and json output for replacement help command. Text / html format for replacement help command not available yet.
2.1.0 - 14 November 2016
Add support for output formatter wordwrapping
Fix version requirement for output-formatters in composer.json
Use output-formatters ~3
Move php_codesniffer back to require-dev (moved to require by mistake)
php-consolidation-output-formatters
3.1.6 - 8 January 2017
Move victorjonsson/markdowndocs to require-dev.
3.1.5 - 23 November 2016
When converting from XML to an array, use the 'id' or 'name' element as the array key value.
3.1.4 - 20 November 2016
Add a 'list delimiter' formatter option, so that we can create a Drush-style table for property lists.
3.1.1 ~ 3.1.3 - 18 November 2016
Fine-tune wordwrapping.
3.1.0 - 17 November 2016
Add wordwrapping to table formatter.
3.0.0 - 14 November 2016
Breaking The RenderCellInterface is now provided a reference to the entire row data. Existing clients need only add the new parameter to their method defnition to update.
Rename AssociativeList to PropertyList, as many people seemed to find the former name confusing. AssociativeList is still available for use to preserve backwards compatibility, but it is deprecated.
2.1.0 - 7 November 2016
Add RenderCellCollections to structured lists, so that commands may add renderers to structured data without defining a new structured data subclass.
Throw an exception if the client requests a field that does not exist.
Remove unwanted extra layer of nesting when formatting an PropertyList with an array formatter (json, yaml, etc.).
This update has been submitted for testing by siwinski.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by siwinski.
This update has been pushed to stable.