Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 08:13
· 459 commits to main since this release

Added support for CycloneDX Specification-1.5.
Added functionality regarding CycloneDX BOM-Link.


BREAKING

  • Interface Spec.Protocol now defines new mandatory methods (via #843)
    This is only a breaking change if you custom-implemented this interface downstream; internal usage is non-breaking.

Changed

  • Normalizers support CycloneDX Specification-1.5 (#505 via #843)
  • Validators support CycloneDX Specification-1.5 (#505 via #843)
  • Some models' properties were widened to support CycloneDX BOM-Link (via #856)

Added

  • Existing Enums got new members and values for CycloneDX Specification-1.5 (#505 via #843)
  • Namespace Spec was enhanced for CycloneDX Specification-1.5 (#505 via #843)
  • Dedicated classes and types for CycloneDX BOM-Link (via #843, #856, #857)

API changes v3 - the details

see https://github.com/CycloneDX/cyclonedx-javascript-library/blob/v3.0.0/HISTORY.md#api-changes-v3---the-details


Full Changelog: v2.1.0...v3.0.0