File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,24 @@ All notable changes to this project will be documented in this file.
44
55## unreleased
66
7+ ## 1.13.0 - 2023-03-28
8+
79* Fixed
8- * "Bom.serialNumber" data model can have values following the alternative format allowed in CycloneDX XML specification ([ #588 ] via [ #] )
9- * ` Serialize.{JSON,XML}.Normalize.BomNormalizer.normalize ` now omits invalid/unsupported values for serialNumber ([ #588 ] via [ #] )
10+ * "Bom.serialNumber" data model can have values following the alternative format allowed in CycloneDX XML specification ([ #588 ] via [ #597 ] )
11+ * ` Serialize.{JSON,XML}.Normalize.BomNormalizer.normalize ` now omits invalid/unsupported values for serialNumber ([ #588 ] via [ #597 ] )
1012* Changed
11- * Property ` Models.Bom.serialNumber ` is of type ` string ` , was type-aliased ` Types.UrnUuid = string ` ([ #588 ] via [ #] )
13+ * Property ` Models.Bom.serialNumber ` is of type ` string ` , was type-aliased ` Types.UrnUuid = string ` ([ #588 ] via [ #597 ] )
1214 Also the setter no longer throws exceptions, since no string format is illegal.
1315 This is considered a non-breaking behaviour change, because the corresponding normalizers assure valid data results.
1416* Added
15- * Bom serialNumber generator: ` Utils.BomUtility.randomSerialNumber() ` ([ #588 ] via [ #] )
17+ * Bom serialNumber generator: ` Utils.BomUtility.randomSerialNumber() ` ([ #588 ] via [ #597 ] )
1618* Deprecation
17- * Type alias ` Types.UrnUuid = string ` became deprecated (via [ #] )
19+ * Type alias ` Types.UrnUuid = string ` became deprecated (via [ #597 ] )
1820 Use type ` string ` instead.
19- * Function ` Types.isUrnUuid ` became deprecated (via [ #] )
21+ * Function ` Types.isUrnUuid ` became deprecated (via [ #597 ] )
2022
2123[ #588 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/588
24+ [ #597 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/597
2225
2326## 1.12.2 - 2023-03-28
2427
You can’t perform that action at this time.
0 commit comments