[Rust] Release 0.23.0
·
197 commits
to master
since this release
Added
- Partial support for
unevaluatedItems
, excluding references.
Changed
- Improve error messages on WASM. #568
- Improve error messages on URI resolving and parsing.
- BREAKING: Replace
JsonPointer
in favor ofLocation
.
Deprecated
PathChunkRef
in favor ofLocationSegment
.JsonPointerNode
in 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
$ref
or$dynamicRef
).
Performance
- Faster building of a validator.
- Speedup
hostname
&idn-hostname
formats validation. - Speedup
apply
.
Removed
JsonPointerNode::to_vec
without a replacement.