Skip to content

Commit 3131a5e

Browse files
committed
chore: prep v6.10.0
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 48cbc02 commit 3131a5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ All notable changes to this project will be documented in this file.
66

77
<!-- add unreleased items here -->
88

9+
## 6.10.0 -- 2024-06-06
10+
911
* Changed
1012
* Exising `Serialize.XmlSerializer.serialize()` for _Node.js_ may throw `Serialize.MissingOptionalDependencyError` (via [#1084])
1113
This is considered a non-breaking change, as the docs always told that any `Error` may be thrown.
14+
* Improved the verbose error messages when a functionality failed due absence of optional/pluggable dependency.
1215
* Added
1316
* New class `Serialize.MissingOptionalDependencyError` (via [#1084])
1417
* Misc
1518
* Refactored functionality around optional/pluggable dependencies (via [#1083], [#1084])
16-
This was done in preparation for [#1079]
19+
This was done in preparation for [#1079].
1720

1821
[#1079]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1079
1922
[#1083]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1083

0 commit comments

Comments
 (0)