This release focuses mostly in adding support for JSON Schema keywords allOf
, anyOf
and oneOf
.
Also the generated projects have a new structure, using src
as the target directory, and reserving extras
sub-package for authored code.
Support for JSON Patch files has been removed in favor of external tools, like betterer-json.
Internally, Jinja2 templates have been replaced with libCST code.