Version 0.1.0
This is a mostly bug free and feature complete release. Bumping to 0.1.0 to indicate that it's not a complete basketcase (as indicated by only patch level releases)
Major omissions from the jsonschema specification are support for recursive definitions and the anyOf
property.
Changes:
- Bugfix: Support oneOf in array types (#56)
- Feature: Support retrieval of generated classes by full reference URI (#55)
- Feature: Added support for 'patternProperties'
- Feature: Added ability to specify that generated wrappers should be "strict" at build time
- Bugfix: Fixed a few typing issues for python 3.5
- Bugfix: Made property settings robust to inheritance.
Thanks to @blr246, @itielshwartz for their contributions.