Skip to content

Releases: copier-org/jinja2-jsonschema

v0.4.0

Choose a tag to compare

@sisp sisp released this 20 Nov 20:52

Added

  • Add support for Python 3.14.

Removed

  • Drop support for Python 3.9.

v0.3.0

Choose a tag to compare

@sisp sisp released this 16 Oct 15:36

Added

  • Add support for Python 3.12 and 3.13.

Changed

Removed

  • Drop support for Python 3.7 and 3.8.

v0.2.1

Choose a tag to compare

@sisp sisp released this 11 Jul 08:49

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

Choose a tag to compare

@sisp sisp released this 23 May 07:53

Added

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

v0.1.0

Choose a tag to compare

@sisp sisp released this 17 May 12:02

Added