Releases: cwacek/python-jsonschema-objects
Releases · cwacek/python-jsonschema-objects
Version 0.3.9
Version 0.3.8
- Fixes an issue with how the uniqueItems validation was handled (h/t @ jepperaskdk)
- Fixes #156
Version 0.3.7
Several minor updates to build job configuration.
v0.3.6
- Fixes #143 by checking dirty flags for arrays and properties before revalidating. In order to allow for strict mode, this also passes the 'strict' flag down to the Array validator, in which case it will revalidate on every change.
- Adds testing support for python3.7
- Augments tests to run with newer versions of jsonschema
- Recognize the
$id
property in place of theid
property
0.3.5
0.3.4
0.3.3
Version 0.3.2
- Fixes support for explicitly null types.
- Fixes a typo in the documentation
Version 0.3.1
- Significantly improved documentation and added new tests
- Added support for
oneOf
at the top level - Added support for circular references in schema definitions
- bugfix: Fixed an issue with assignment of null values
- bugfix: Fixed an issue setting properties with dictionary types
Version 0.3.0
- Adds support for the
default
keyword for literals.