Skip to content

Releases: copier-org/jinja2-jsonschema

v0.3.0

16 Oct 15:36
Compare
Choose a tag to compare

Added

  • Add support for Python 3.12 and 3.13.

Changed

v0.2.1

11 Jul 08:49
Compare
Choose a tag to compare

Fixed

  • Make typing-extensions a runtime dependency to fix Python 3.7 usage as some typing backports are imported from typing-extensions. Python 3.8+ was not affected.

v0.2.0

23 May 07:53
Compare
Choose a tag to compare

Added

  • A Jinja2 test provided via the Jinja2 extension for validating data against a JSON/YAML schema within Jinja2 templates.

v0.1.0

17 May 12:02
Compare
Choose a tag to compare

Added