jsonschema v0.3 Release Notes

    • Default for unknown types and properties is now to not error (consistent with the schema).
    • ๐Ÿ‘ Python 3 support
    • โœ‚ Removed dependency on SecureTypes now that the hash bug has been resolved.
    • ๐Ÿ›  "Numerous bug fixes" -- most notably, a divisibleBy error for floats and a bunch of missing typechecks for irrelevant properties.