Skip to content

0.1.2

Compare
Choose a tag to compare
@jtv8 jtv8 released this 25 May 19:51
· 19 commits to master since this release
3c8cc60

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