Releases: davidodenwald/prettier-plugin-jinja-template
Releases · davidodenwald/prettier-plugin-jinja-template
v2.0.0
v1.5.0
v1.4.1
handle start and end delimiters as seperate symbols
v1.4.0
Keep indentation in multiline expressions.
v1.3.3
fix infinite loop on empty expression
v1.3.2
set correct content for blocks after parser rewrite
v1.3.1
add tests and build to npm prepublish
v1.3.0
Recognize end statements that start with "end_".
v1.2.0
Remove hard coded list of non closing statements
The new logic assumes that all statements that start with "end" are closing statements and then searches for the closest statement that has the same name without the "end" and uses it as the start for a block.
All other statements are handled as non closing statements.