* Support for Draft 6 and Draft 7 * Draft 7 is now the default * New ``TypeChecker`` object for more complex type definitions (and overrides) * Falling back to isodate for the date-time format checker is no longer attempted, in accordance with the specification
2.6.0
------
* Support for Python 2.6 has been dropped. * Improve a few error messages for ``uniqueItems`` (224) and ``additionalProperties`` (317) * Fix an issue with ``ErrorTree``'s handling of multiple errors (288)
2.5.0
------
* Improved performance on CPython by adding caching around ref resolution (203)
2.4.0
------
* Added a CLI (134) * Added absolute path and absolute schema path to errors (120) * Added ``relevance`` * Meta-schemas are now loaded via ``pkgutil``
2.3.0
------
* Added ``by_relevance`` and ``best_match`` (91) * Fixed ``format`` to allow adding formats for non-strings (125) * Fixed the ``uri`` format to reject URI references (131)
2.2.0
------
* Compile the host name regex (127) * Allow arbitrary objects to be types (129)