File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments