You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are interested in one of the improvements listed below, please react to the comment with 👍 so I can prioritize it.
If you have other feature requests, feel free to add an item in this issue or open a new one if you feel a discussion might be better, and I'll add it here afterwards.
Thanks 🙏
Click me to see finished work
🚀 Features
Support inline if/else conditions: {{ ... if ... else ... }}
Hi there !
If you are interested in one of the improvements listed below, please react to the comment with 👍 so I can prioritize it.
If you have other feature requests, feel free to add an item in this issue or open a new one if you feel a discussion might be better, and I'll add it here afterwards.
Thanks 🙏
Click me to see finished work
🚀 Features
Support inline if/else conditions:
{{ ... if ... else ... }}
Done in
v1.4.0
template str
a is defined and a == 'x'
cannot execute noirbizarre/gonja#4Done in
v1.3.5
Add a
match
filte to be able to match against regular expressionsDone in
v1.5.0
Use ginkgo and gomega for unit testing
Done in
v2.0.0
Support trailing line stripping from the config
Done in
v2.0.0
Support block stripping from the config and block stripping disabling with {%+ ... +%} (cf. https://jinja.palletsprojects.com/en/3.0.x/templates/#whitespace-control)
Done in
v2.0.0
Implement a CI with github actions
Done in
v2.1.2
🐛 Bug fixes
the
default
filter is not compliant with Python implementation when it comes to handling boolean false valuesFixed in
v1.3.4
`
trim
filter discrepancy with Python Jinja terraform-provider-jinja#8Fixed in
v1.3.4
Doesn't support Jinja's for...else syntax noirbizarre/gonja#10
Fixed in
v1.4.1
using
...[...]
object access panics if the key is missing. It should throw an error insteadFixed in
v1.4.2
{% if ... %} ... {% endif #}
makes the engine panicFixed in
v1.5.1
using the
sort
filter on an empty list panicsFixed in
v1.5.1
Two consecutive dots .. in a variable block lead to panic
Fixed in
v2.0.0
The text was updated successfully, but these errors were encountered: