Release Schema Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 08:04:49 +02:00
parent 754608e52b
commit 0c47ec5105
30 changed files with 587 additions and 94 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 0.2.0 - 2026-09-02
- Added worker-isolated, bounded `pattern` and `patternProperties` validation,
along with broader draft-aware object, array, numeric, dependency and
combiner assertions.
- Added deeper recursive schema comparison and focused XML-language structural
inventories while retaining explicit unsupported-keyword diagnostics.
## 0.1.2 - 2026-09-01
- Refused invalid sample claims when `false` JSON Schemas are reached through local references or required combiners, while selecting the first viable `anyOf` or `oneOf` branch.