Skip to content

Releases: Avielyo10/jinja2-tools

jinja2-tools v1.0.8

06 Mar 18:13
28d8ee0
Compare
Choose a tag to compare

replace dumps to use yaml instead of json

jinja2-tools v1.0.7

14 Jul 08:51
Compare
Choose a tag to compare

Fix the YAML loader bug that prevented customers upload their JSON/YAML data files.

jinja2-tools v1.0.6

09 Feb 11:56
Compare
Choose a tag to compare

Adding some lookup capabilities

jinja2-tools v1.0.5

27 Dec 18:57
Compare
Choose a tag to compare

Adding the option to specify directory path as template & output
This will allow copying the template directory to an output directory while keeping the file tree

jinja2-tools v1.0.4

24 Dec 20:16
Compare
Choose a tag to compare

Adding the option to use extra vars.

extra vars are key value pairs separated by =.
The 'value' will be treated as JSON or as a string in case of JSON decoding error.

This will take precedence over 'data'.

jinja2-tools v1.0.3

24 Dec 10:00
Compare
Choose a tag to compare
Add examples to README.md