@@ -22,6 +22,7 @@ Added `ComponentEvidence` capabilities.
2222* Changed
2323 * Removed _ beta_ state from symbols ` {Enums,Models}.Vulnerability.* ` ([ #164 ] via [ #722 ] )
2424 The structures are defined as stable now.
25+ * Some property/parameter types were widened, enabling the use of ` Buffer ` and other data-saving mechanisms ([ #406 ] , [ #516 ] via [ #753 ] )
2526* Added
2627 * New data models and serialization/normalization for ` Models.ComponentEvidence ` ([ #516 ] via [ #753 ] )
2728 * Serializers and ` Component ` -Normalizers will take ` Models.Component.evidence ` into account ([ #516 ] via [ #753 ] )
@@ -61,10 +62,10 @@ Added `ComponentEvidence` capabilities.
6162 * Type predicate ` Types.isUrnUuid() ` was removed.
6263* Changed
6364 * Class ` Models.Attachment ` was modified
64- * Property ` content ` was widened to be any stringable, was ` string ` ([ #516 ] via [ #753 ] )
65+ * Property ` content ` was widened to be any stringable, was ` string ` ([ #406 ] , [ # 516 ] via [ #753 ] )
6566 This enables the use of ` Buffer ` and other data-saving mechanisms.
6667 * Class ` Models.Component ` was modified
67- * Property ` copyright ` was widened to be any stringable, was ` string ` ([ #516 ] via [ #753 ] )
68+ * Property ` copyright ` was widened to be any stringable, was ` string ` ([ #406 ] , [ # 516 ] via [ #753 ] )
6869 This enables the use of ` Buffer ` and other data-saving mechanisms.
6970 * Class ` Models.Vulnerability.Credits ` was modified
7071 * Property ` organizations ` is no longer optional (via [ #722 ] )
@@ -148,6 +149,7 @@ Added `ComponentEvidence` capabilities.
148149
149150[ #164 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/164
150151[ #271 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/271
152+ [ #406 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/406
151153[ #516 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/516
152154[ #530 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/530
153155[ #547 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/547
0 commit comments