Added
- Partial support for
unevaluatedItems, excluding references.
Changed
- Improve error messages on WASM. #568
- Improve error messages on URI resolving and parsing.
- BREAKING: Replace
JsonPointerin favor ofLocation.
Deprecated
PathChunkRefin favor ofLocationSegment.JsonPointerNodein favor ofLazyLocation.
Fixed
- Resolving file references on Windows. #441
- Missing annotations from by-reference applicators. #403
- Relative keyword locations missing by-reference applicators (such as
$refor$dynamicRef).
Performance
- Faster building of a validator.
- Speedup
hostname&idn-hostnameformats validation. - Speedup
apply.
Removed
JsonPointerNode::to_vecwithout a replacement.