File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
55## unreleased
66
7+ * Added
8+ * Formal validators for JSON string and XML string ([ #520 ] via [ #652 ] )
9+ Currently available only for _ Node.js_ . Requires [ optional dependencies] ( README.md#optional-dependencies ) .
10+ * Related new validator classes:
11+ * ` Validation.JsonValidator `
12+ * ` Validation.JsonStrictValidator `
13+ * ` Validation.XmlValidator `
14+ * Related new error classes:
15+ * ` Validation.ValidationError `
16+ * ` Validation.NotImplementedError `
17+ * ` Validation.MissingOptionalDependencyError `
18+
19+ [ #520 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/520
20+ [ #652 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/652
21+
722## 1.13.3 - 2023-04-05
823
924* Fixed
You can’t perform that action at this time.
0 commit comments