File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,23 @@ All notable changes to this project will be documented in this file.
44
55## unreleased
66
7+ ## 1.6.0 - 2022-09-31
8+
79* Changed
8- * Removed synthetic default imports. (via [ #243 ] )
9- The resulting _ JavaScript_ did not change in functionality, but in size.
10- Downstream users of the _ TypeScript_ sources might consider this a bugfix, others a feature, others a style-change.
10+ * Removed synthetic default imports im TypeScript sources. (via [ #243 ] )
11+ The resulting _ JavaScript_ did not change in functionality.
12+ Downstream users of the _ TypeScript_ sources/definitions might consider this a feature,
13+ as they are no longer required to compile with ` allowSyntheticDefaultImports ` enabled.
1114* Added
12- * Documentation and example regarding dependency tree modelling were added in multiple places. (via [ #] )
15+ * Documentation and example regarding dependency tree modelling were added in multiple places. (via [ #250 ] )
1316* Build
1417 * No longer enable _ TypeScript_ config ` esModuleInterop ` & ` allowSyntheticDefaultImports ` ,
1518 which causes smaller build results and less unnecessary generated code.
19+ * Use _ TypeScript_ ` v4.8.4 ` now, was ` v4.8.3 ` . (via [ #246 ] )
1620
1721[ #243 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/243
22+ [ #246 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/246
23+ [ #250 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/250
1824
1925## 1.5.1 - 2022-09-17
2026
You can’t perform that action at this time.
0 commit comments