- Works with `jsonschema` 3.0 pre-release - Initial support for draft06 and draft07
0.4.2
- Dropped dependency on `canonicaljson` - Less warnings on Python 3.7
0.4.1
- Relicensed under the more permissive Mozilla Public License, like Hypothesis - Requires Hypothesis version 4.0 or later - Fixed an array bounds bug with `maxItems` and `contains` keywords
0.4.0
Supports string formats (email, datetime, etc) and simple use of the `"contains"` keyword for arrays.
0.3.0
Good support for all basic types. MVP.
0.2.0
Inference for null, boolean, string, and numeric types.