Skip to content

Report formats support & Misc column used by default

Compare
Choose a tag to compare
@pilosus pilosus released this 11 Mar 16:51
· 8 commits to main since this release
11d9a22

Release breaks backward compatibility by adding mandatory Misc column to the reports. See Changed sections for more details.

Changed

  • Misc column no longer depends on the verbosity level and is always shown. For stdout reports (default format) visibility of the
    column can be suppresed via custom formatter (e.g. %s %s %s to show only first three columns)
  • Default --formatter option spans 4 columns (Dependency, License name, License type, Misc) and equals to %-35s %-55s %-20s %-40s.
  • --totals formatting assumes that the first two columns delimited with the same separator; the first separator is used (by default a single space)

Added

  • Report output format option --report-format to support stdout (default tabular report printed to the standard output), json, json-pretty and csv formats (#90)