Skip to content

Releases: copier-org/jinja2-jsonschema

v0.4.0

20 Nov 20:52

Choose a tag to compare

Added

  • Add support for Python 3.14.

Removed

  • Drop support for Python 3.9.

v0.3.0

16 Oct 15:36

Choose a tag to compare

Added

  • Add support for Python 3.12 and 3.13.

Changed

Removed

  • Drop support for Python 3.7 and 3.8.

v0.2.1

11 Jul 08:49

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

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

Choose a tag to compare

Added