jsonschema v1.0.0 Release Notes

    • ๐Ÿ‘Œ Support for Draft 4
    • ๐Ÿ‘Œ Support for format
    • Longs are ints too!
    • ๐Ÿ›  Fixed a number of issues with $ref support (#66)
    • 0๏ธโƒฃ Draft4Validator is now the default
    • ValidationError.path is now in sequential order
    • โž• Added ValidatorMixin