Skip to content

Releases: python-lapidary/lapidary-render

0.12.0

01 Mar 17:22
Compare
Choose a tag to compare

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

17 Aug 13:04
Compare
Choose a tag to compare

Changes since 0.10.0

  • generated code is compatible with lapidary 0.11.0
  • added support for readOnly and writeOnly properties - added default value None
  • removed Awaitable from generated functions return type

v0.10.0

29 Jun 16:51
Compare
Choose a tag to compare

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

17 May 15:54
Compare
Choose a tag to compare

Full Changelog: v0.8.0...0.9.0