0.1.2
Enhancements
- #28 - added function wysdom.schema to look up an object's schema, allowing jsonschema validation checks in the style
schema(element).is_valid(instance)
- #33 - JSON schemas are now built using named references, meaning it is now possible to have recursive schemas (e.g. Person objects containing other Person objects)
Bug fixes
- #30 - object schemas not being correctly rendered as dicts when members of a SchemaArray
Technical changes
- #31 - new implementations of copy and deepcopy
Documentation
- #37 - completed initial user guide and API documentation