hjsonschema v1.6.0 Release Notes

Release Date: 2017-03-23 // about 7 years ago
    • ๐Ÿ›  Fix defect where validators alongside "$ref" weren't ignored.

    • ๐Ÿ›  Fix defect where local references would fail if an "id" key had set resolution scope to start from a different document.

    • โœ… Vendor latest tests.

    • โœ‚ Remove ReferencedSchemas.

    • Create Scope to hold information that changes during validation.

    • ๐Ÿ‘‰ Use a sum type for "type" values. Thanks to Philip Weaver (GitHub @pheaver).