Skip to content

Releases: CycloneDX/cyclonedx-javascript-library

6.5.0

11 Apr 11:31

Choose a tag to compare

Added support for CycloneDX Specification-1.6.

Changed

  • Normalizers support CycloneDX Specification-1.6 (#1039 via #1041)
  • Validators support CycloneDX Specification-1.6 (#1039 via #1041)

Added

  • Existing Enums got new members and values for CycloneDX Specification-1.6 (#1039 via #1041)
    • Enums.ComponentType.CryptographicAsset
    • Enums.ExternalReferenceType.SourceDistribution
    • Enums.ExternalReferenceType.ElectronicSignature
    • Enums.ExternalReferenceType.DigitalSignature
    • Enums.ExternalReferenceType.RFC9116
  • Namespace Spec was enhanced for CycloneDX Specification-1.6 (#1039 via #1041)
    • New const Spec.Spec1dot6
    • New enum member Spec.Version.v1dot6

Build

  • Use TypeScript v5.4.5 now, was v5.4.3 (via #1040)

What's Changed

Full Changelog: v6.4.2...v6.5.0

6.4.2

21 Mar 10:44

Choose a tag to compare

Build

  • Use TypeScript v5.4.3 now, was v5.4.2 (via #1030)
  • Use webpack v5.91.0 now, was v5.90.3 (via #1031)

What's Changed

  • chore(deps-dev): bump the typescript group with 1 update by @dependabot in #1030
  • chore(deps-dev): bump the webpack group with 1 update by @dependabot in #1031

Full Changelog: v6.4.1...v6.4.2

6.4.1

18 Mar 18:05

Choose a tag to compare

Documentation

Build

  • Use TypeScript v5.4.2 now, was v5.3.3 (via #1021)

What's Changed

Full Changelog: v6.4.0...v6.4.1

6.4.0

26 Feb 15:53

Choose a tag to compare

Added

  • Class Models.Metadata got a new property licenses (#1019 via #1020)
  • Class Models.Metadata got a new property properties (#1019 via #1020)

What's Changed

Full Changelog: v6.3.2...v6.4.0

6.3.2

25 Feb 15:03

Choose a tag to compare

Refactor

  • Removed dynamic imports in Node.js-specific XML serializer lookup (#1017 via #1018)
    This should improve compatibility with linkers and bundlers.

Build


What's Changed

New Contributors

Full Changelog: v6.3.1...v6.3.2

6.3.1

11 Dec 13:40

Choose a tag to compare

Maintenance release

6.3.0

11 Dec 13:22

Choose a tag to compare

Dependencies

  • Widened optional dependency libxmljs2@^0.31||^0.32||^0.33, was @^0.31||^0.32 (via #1001)

What's Changed

Full Changelog: v6.2.0...v6.3.0

6.2.0

11 Dec 13:35

Choose a tag to compare

Changed

  • Serialization/normalization guarantees valid URI values (#992 via #996)

What's Changed

New Contributors

Full Changelog: v6.1.3...v6.2.0

6.1.3

09 Dec 14:37

Choose a tag to compare

Fixed

  • Possible bug in XML serialization of undefined children (via #1000)

Build

  • Use TypeScript v5.3.3 now, was v5.3.2 (via #999)

What's Changed

Full Changelog: v6.1.2...v6.1.3

6.1.2

02 Dec 16:10

Choose a tag to compare

Maintenance release.

Misc

  • Widened dependency spdx-expression-parse@^3.0.1||^4, was @^3.0.1 (via #993)
  • CI/CT: test also with Node.js v21 (via #995)

What's Changed

Full Changelog: v6.1.1...v6.1.2