Skip to content

Releases: CycloneDX/cyclonedx-webpack-plugin

5.0.1

17 Mar 10:47
Compare
Choose a tag to compare

Maintenance release

Full Changelog: v5.0.0...v5.0.1

5.0.0

17 Mar 10:24
Compare
Choose a tag to compare

BREAKING Changes

  • Dropped support for node<20.18.0 (#1362 via #1365)

Documentation

  • Fixed docs of default values (via #1369)

Dependencies

  • Upgraded runtime-dependency @cyclonedx/cyclonedx-library@^8.0.0, was @^7.0.0 (via #1367)
  • Upgraded runtime-dependency normalize-package-data@^7.0.0, was @^3||^4||^5||^6 (via #1368)

Build

  • Use TypeScript v5.8.2 now, was v5.7.3 (via #1376)

What's Changed

Full Changelog: v4.0.1...v5.0.0

5.0.0-rc.2

17 Mar 09:27
Compare
Choose a tag to compare
5.0.0-rc.2 Pre-release
Pre-release
Signed-off-by: jkowalleck <jkowalleck@users.noreply.github.com>

4.0.1

29 Jan 16:44
Compare
Choose a tag to compare

Fixed

  • Prevent multiple, duplicate build-system entries (#1356 via #1355)

What's Changed

Full Changelog: v4.0.0...v4.0.1

4.0.0

27 Jan 10:47
Compare
Choose a tag to compare

BREAKING Changes

  • Option specVersion defaults to "1.6", was "1.4" (#1329 via #1333)
  • Emit $.metadata.tools as components (#1330 via #1331)
    This affects only CycloneDX spec-version 1.5 and later.
  • Emitted .purl values might be partially url-encoded (via #1331)
    This is caused by changes on underlying 3rd-party dependency packageurl-js.

Added

  • Emit "webpack" as part of $.metadata.tools (via #1354)

Dependencies

  • Upgraded runtime-dependency @cyclonedx/cyclonedx-library@^7.0.0, was @^6.11.0 (via #1331)

Build

  • Use TypeScript v5.7.3 now, was v5.6.3 (via #1351)

What's Changed

Full Changelog: v3.17.0...v4.0.0

3.17.0

10 Jan 10:34
Compare
Choose a tag to compare

Added

  • Configuration option for rootComponentVCS (#1344 via #1350)

What's Changed

Full Changelog: v3.16.0...v3.17.0

3.16.0

08 Jan 12:47
Compare
Choose a tag to compare

Added

  • Configuration option for rootComponentBuildSystem (#1344 via #1349)

What's Changed

New Contributors

Full Changelog: v3.15.1...v3.16.0

3.15.1

03 Dec 14:12
Compare
Choose a tag to compare

Fixed

  • Properly detect license evidences like LICEN[CS]E.{Apache,BSD,GPL,MIT} (#1337 via #1339)

What's Changed

  • refactor: remove unnessessary lowercase by @jkowalleck in #1327
  • fix: Properly detect license evidences like LICEN[CS]E.{Apache,BSD,GPL,MIT} by @jkowalleck in #1339

Full Changelog: v3.15.0...v3.15.1

3.15.0

19 Oct 11:52
Compare
Choose a tag to compare
  • Added
    • Extended license evidence collection to also find *.LICEN[CS]E files (#1321 via #1322)
  • Build
    • Use TypeScript v5.6.3 now, was v5.6.2 (via #1320)

What's Changed

Full Changelog: v3.14.0...v3.15.0

3.14.0

08 Oct 09:54
Compare
Choose a tag to compare

Added

  • Feature for collecting (license) evidence (#676 via #1309, #1312)
    Controlled with option collectEvidence, disabled by default.

Build

  • Use TypeScript v5.6.2 now, was v5.5.3 (via #1302, #1306)

What's Changed

New Contributors

Full Changelog: v3.13.0...v3.14.0