You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)