Releases: python-lapidary/lapidary-render
Releases · python-lapidary/lapidary-render
0.12.0
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.
0.11.0
Changes since 0.10.0
- generated code is compatible with lapidary 0.11.0
- added support for
readOnly
andwriteOnly
properties - added default valueNone
- removed
Awaitable
from generated functions return type
v0.10.0
This release adds support for security schemes brought by httpx-auth and response envelopes that allow you to receive response headers.
For the full list of changes see the changelog.
0.9.0
Full Changelog: v0.8.0...0.9.0