Releases: Avielyo10/jinja2-tools
Releases · Avielyo10/jinja2-tools
jinja2-tools v1.0.8
jinja2-tools v1.0.7
Fix the YAML loader bug that prevented customers upload their JSON/YAML data files.
jinja2-tools v1.0.6
Adding some lookup
capabilities
jinja2-tools v1.0.5
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
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
Add examples to README.md