v1.1.0
Increased schema strictness
This release adds "additionalProperties": false to each Data class schema, invalidating JSON that includes properties which aren't defined in the Data class.
Support for multiple not keywords in a union schema
Before this release, only the most recently-added not keyword would be kept in a union schema. Now, not subschemas are consolidated into a single not keyword.