BREAKING Changes
- CLI option
--spec-version
defaults to1.6
, was1.4
(#1173 via #1258) - Emit
$.metadata.tools
as components (#1233 via #1235)
This affects only CycloneDX spec-version 1.5 and later. - Emitted
.purl
values might be partially url-encoded (via #1235)
This is caused by changes on underlying 3rd-party dependencypackageurl-js
. - Create dir for output file if not exists (#1241 via #1242)
This is only a breaking change if you relied on non-existent result paths to cause errors.
Misc
- Raised dependency
@cyclonedx/cyclonedx-library@^7.0.0
, was@^6.11.0
(via #1235)
What's Changed
- refactor: move
versionCompare
to internal helpers by @jkowalleck in #1256 - refactor: rename
properties
tocdx
by @jkowalleck in #1257 - feat: create dir for output file by @cuhland in #1242
- feat: tools as components by @jkowalleck in #1235
- feat!: CLI option
spec-version
defaults to1.6
by @jkowalleck in #1258
Full Changelog: v1.20.0...v2.0.0