jsonschema-rs v0.4.0 Release Notes

Release Date: 2020-11-09 // over 3 years ago
  • โž• Added

    • ๐Ÿ’ป Command Line Interface. #102
    • ToString trait implementation for validators.
    • Define JSONSchema::options to customise JSONSchema compilation #131
    • ๐Ÿ‘ Allow user-defined contentEncoding and contentMediaType keywords

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ ECMAScript regex support
    • Formats should be associated to Draft versions (ie. idn-hostname is not defined on draft 4 and draft 6)