Skip to content

Commit 0d8b54c

Browse files
committed
HISTORY
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 766f023 commit 0d8b54c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

HISTORY.md

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

0 commit comments

Comments
 (0)