jsonschema-rs v0.10.0 Release Notes

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

    • 💥 BREAKING: Meta-schema validation for input schemas. By default, all input schemas are validated with their respective meta-schemas and instead of CompilationError there will be the usual ValidationError. #198

    ✂ Removed

    • CompilationError. Use ValidationError instead.