jsonschema-rs v0.5.0 Release Notes

Release Date: 2021-01-29 // about 3 years ago
  • โž• Added

    • Cache for documents loaded via the $ref keyword. #75
    • Meta schemas for JSON Schema drafts 4, 6, and 7. #28

    ๐Ÿ›  Fixed

    • Not necessary network requests for schemas with $id values with trailing # symbol. #163

    ๐ŸŽ Performance

    • Enum validation for input values that have a type that is not present among the enum variants. #80

    โœ‚ Removed

    • -V/--validator options from the CLI. They were no-op and never worked.