jsonschema-rs v0.11.0 Release Notes

Release Date: 2021-06-19 // almost 3 years ago
  • ➕ Added

    • Report schema paths in validation errors - ValidationError.schema_path. #199

    🛠 Fixed

    • Incorrect encoding of / and ~ characters in fmt::Display implementation for JSONPointer. #233