* Fixed JSON input from AboutCode manger export and ScanCode output
* Added a new option `mapping-file` to support using a custom file for mapping
* Change the name of the option `--show-all` to `--verbose`
* Better error handling for copying file with permission issue
* Support timestamp in attribution output
etc...
2017-11-17 Chin-Yeung Li <tlinexb.com>
Release 3.0.*
ABOUT files is now YAML formatted.
Supported license expression.
Supported JSON input and output format: https://github.com/nexB/aboutcode-toolkit/issues/246 and https://github.com/nexB/aboutcode-toolkit/issues/277
Support Python 3: https://github.com/nexB/aboutcode-toolkit/issues/280
Refined help texts
Refined USAGE texts
Refined SPECs
Input key changes:
==================
`about_file` is replaced by `about_file_path`
`dje_license_key` is replaced by `license_expression`
`version` is no longer a required field
`home_url` is now `homepage_url`
API Updated:
============
- Break down the 3 major functions: `inventory`, `genabout` and `genattrib` into 3 subcommands:
i.e.
`about inventory`, `about generate` and `about attrib`
- A new `check` subcommand: https://github.com/nexB/aboutcode-toolkit/issues/281
- Some options changes
`--extract_license` becomes `--fetch-license`
`--license_text_location` becomes `--license-notice-text-location`
etc...
2016-06-27 Chin-Yeung Li <tlinexb.com>