@@ -8,18 +8,45 @@ All notable changes to this project will be documented in this file.
88* Dependencies
99 * Support ` libxml2-wasm@^0.41 ` as an alternative for ` libxmljs2 ` (via [ #1184 ] )
1010
11+ * Build
12+ * Use _ TypeScript_ ` v5.7.3 ` now, was ` v5.7.2 ` (via [ #1204 ] )
13+
14+ [ #1204 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1204
15+
16+ ## 7.1.0 -- 2025-01-09
17+
18+ * Added
19+ * New type ` Models.Copyright ` and class ` Models.CopyrightRepository ` (via [ #1202 ] )
20+ * New type ` Models.AttachmentContent ` (via [ #1202 ] )
21+ * Changed
22+ * Replace usage of internals ` Stringable ` & ` SortableStringables ` with public API ([ #1192 ] via [ #1202 ] )
23+ This is considered a non-breaking change, as the types are not changed, but made publicly available.
24+ * Style
25+ * Apply latest code style guide (via [ #1201 ] )
26+ * Misc
27+ * Support ` npm11 ` ([ #1191 ] via [ #1203 ] )
28+
29+ [ #1191 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1191
30+ [ #1192 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1192
31+ [ #1201 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1201
32+ [ #1202 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1202
33+ [ #1203 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1203
34+
1135## 7.0.0 -- 2024-11-26
1236
1337* BREAKING changes
1438 * Property ` Models.Bom.tools ` is an instance of ` Models.Tools ` now ([ #1152 ] via [ #1163 ] )
1539 Before, it was an instance of ` Models.ToolRepository ` .
40+ * Property ` Models.Vulnerability.tools ` is an instance of ` Models.Tools ` now (via [ #1163 ] )
41+ Before, it was an instance of ` Models.ToolRepository ` .
1642* Added
1743 * Static function ` Models.Tool.fromComponent() ` (via [ #1163 ] )
1844 * Static function ` Models.Tool.fromService() ` (via [ #1163 ] )
1945 * New class ` Models.Tools ` ([ #1152 ] via [ #1163 ] )
2046 * New serialization/normalization for ` Models.Tools ` ([ #1152 ] via [ #1163 ] , [ #1180 ] )
2147* Changed
2248 * Serializers and ` Bom ` -Normalizers will take changed ` Models.Bom.tools ` into account ([ #1152 ] via [ #1163 ] )
49+ * Serializers and ` Vulnerability ` -Normalizers will take changed ` Models.Vulnerability.tools ` into account (via [ #1163 ] )
2350* Style
2451 * Apply latest code style guide (via [ #1170 ] , [ #1181 ] )
2552* Dependencies
@@ -37,6 +64,13 @@ All notable changes to this project will be documented in this file.
3764[ #1181 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1181
3865[ #1182 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1182
3966
67+ ## 6.13.1 -- 2024-12-22
68+
69+ * Dependencies
70+ * Support ` libxmljs2@^0.35 ` (via [ #1196 ] )
71+
72+ [ #1196 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1196
73+
4074## 6.13.0 -- 2024-11-18
4175
4276* Added
0 commit comments