- Improve performance for object schemas where the min and max size can be further constrained from `properties` and `propertyNames` attributes.
0.8.1
- Supports draft-04 schemata with the latest version of `jsonschema`
0.8.0
- Further improved support for `allOf`, `oneOf`, and `anyOf` with base schemata - Added support for `dependencies` - Handles overlapping `patternProperties`
0.7.0
- Now requires `jsonschema` >= 3.0 - Improved support for `allOf`, `oneOf`, and `propertyNames` - Supports schemata with `"type": [an array of types]` - Warning-free on Hypothesis 4.11
0.6.1
- Fix continuous delivery configuration (*before* the latent bug manifested)
0.6.0
- Support for conditional subschemata, i.e. the `if`, `then`, `else` keywords, and the `anyOf`, `allOf`, `oneOf`, and `not` keywords.