Skip to content

2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 17:05

Added

  • CLI got an option --output-format to decide the output format. (via #80)
    Supported values: "XML", "JSON".
    Defaults to "XML".
    The use of this new option replaces the switch --json.

Deprecated

  • CLI switch --json was marked as deprecated. (via #80)
    Use option --output-format=JSON instead.