Skip to content

3.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 13:54
· 92 commits to master since this release

Added

  • Environment variable BOM_REPRODUCIBLE causes bom result to be more consistent
    over multiple runs by omitting time/rand-based values, and sorting lists. (via #288)
  • Method Component.compare() compares self by purl or group/name/version. (via #288)
  • Method ExternalReference.compare() compares self by type/url. (via #288)
  • Method Hash.compare() compares self by algorithm/value. (via #288)
  • JSDoc for ExternalReference, ExternalReferenceList, Hash, HashList. (via #288)

Fixed

  • ExternalReference.url is now correctly treated as mandatory. (via #288)
  • Hash.value is now correctly treated as mandatory. (via #288)
  • ExternalReferenceList.isEligibleHomepage now returns the correct result, was inverted. (via #288)

Changed

  • Private properties of ExternalReference, ExternalReferenceList, Hash, HashList
    became inaccessible. (#233 via #288)

Misc: Dependencies

  • Bump jest-junit from 13.1.0 to 13.2.0 (via #287)