Skip to content

Commit 0442458

Browse files
committed
chore: prepare v1.6.0
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 487d64c commit 0442458

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

HISTORY.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)