[Rust] Release 0.31.0
·
25 commits
to master
since this release
Added
- CLI: flag
-d, --draft <4|6|7|2019|2020>
to enforce a specific JSON Schema draft. - CLI: flags
--assert-format
and--no-assert-format
to toggle validation offormat
keywords. - Added
context
forValidationErrorKind.AnyOf
andValidationErrorKind.OneOfNotValid
which contains errors for all subschemas, each inside a separate vector with an index matching subschema ID.
Fixed
- Improve the precision of
multipleOf
for float values.
Changed
- Bump
fancy-regex
to0.15
.