Skip to content

Releases: CycloneDX/cyclonedx-javascript-library

1.9.2

16 Dec 11:50
Compare
Choose a tag to compare

Maintenance release.

Docs

1.9.1

10 Dec 18:08
Compare
Choose a tag to compare

Maintenance release.

Build

  • Use TypeScript v4.9.4 now, was v4.9.3. (via #360)

Full Changelog: v1.9.0...v1.9.1

1.9.0

19 Nov 12:23
Compare
Choose a tag to compare

Changed

  • Widened the accepted types for first parameter of all normalizeIterable methods (via #317)

Build

  • Use TypeScript v4.9.3 now, was v4.8.4. (via #335)

Full Changelog: v1.8.0...v1.9.0

1.8.0

31 Oct 21:35
Compare
Choose a tag to compare

Added

  • Detection for node-package manifests deprecated licenses format in the node-specific builders (#308 via #309)

Full Changelog: v1.7.0...v1.8.0

1.7.0

25 Oct 17:23
Compare
Choose a tag to compare

Changed

  • Shipped TypeScript declarations are usable by TypeScript v3.8 and above now. (#291 via #292)
    Previously the source code was abused as type declarations, so they required a certain version of TypeScript 4.

Full Changelog: v1.6.0...v1.7.0

1.6.0

28 Sep 07:22
Compare
Choose a tag to compare

Changed

  • Removed synthetic default imports im TypeScript sources. (via #243)
    The resulting JavaScript did not change in functionality.
    Downstream users of the TypeScript sources/definitions might consider this a feature, as they are no longer required to compile with allowSyntheticDefaultImports enabled.

Added

  • Documentation and example regarding dependency tree modelling were added in multiple places. (via #250)

Build

  • No longer enable TypeScript config esModuleInterop & allowSyntheticDefaultImports. (via #243)
  • Use TypeScript v4.8.4 now, was v4.8.3. (via #246)

New Contributors


Full Changelog: v1.5.1...v1.6.0

1.5.1

17 Sep 17:22
Compare
Choose a tag to compare

Deprecated

  • The normalizer methods normalizeRepository will be known as normalizeIterable. (via #230)
  • see also: v1.5.0

Full Changelog: v1.5.0...v1.5.1

1.5.0

17 Sep 16:40
Compare
Choose a tag to compare

Deprecated

  • The class HashRepository will be known as HashDictionary. (via #229)

Full Changelog: v1.4.2...v1.5.0

1.4.2

10 Sep 11:53
Compare
Choose a tag to compare

Maintenance release.

Build

  • Use TypeScript v4.8.3 now, was v4.8.2. (via #212)

1.4.1

09 Sep 15:53
Compare
Choose a tag to compare

Maintenance release.

Misc

  • Style: imports are sorted, now. (via #208)

Dependencies

  • Widened the range of requirement packageurl-js to >=0.0.6 <0.0.8 || ^1, was >=0.0.6 <0.0.8. (via #210)