Skip to content

Releases: davidodenwald/prettier-plugin-jinja-template

v1.0.0

12 Aug 18:36
Compare
Choose a tag to compare

update plugin to support prettier v3

Starting with Prettier 3 auto-discovery of plugins has been removed.

To enable this plugin you ether have to add it to your prettier config:

{
  "plugins": ["prettier-plugin-jinja-template"]
}

or add it to the prettier command:

npx prettier --write **/*.html --plugin=prettier-plugin-jinja-template

v0.5.0

14 May 10:22
Compare
Choose a tag to compare
  • update dependecies (f54a1ff)
  • fix indentation after empty lines (fd332a6)
  • Fix 'closung' typo (c854cfd)
  • Add pluralize as non-closing statement (1aec2a6)

v0.4.0

07 May 12:34
Compare
Choose a tag to compare

preserve empty lines between jinja elements

cleanup statements if they only contain whitespace

v0.3.0

01 May 07:40
Compare
Choose a tag to compare

Add support for delimiters in expressions

v0.2.0

19 Mar 14:55
Compare
Choose a tag to compare

align indentation of multiline expressions and statements

v0.1.1

17 Mar 19:42
Compare
Choose a tag to compare

remove check for the statement keyword

v0.1.0

11 Mar 17:44
Compare
Choose a tag to compare

add with statement support

v0.0.5

06 Jan 16:33
Compare
Choose a tag to compare

keep else inline if there is no newline around

v0.0.4

06 Dec 17:25
Compare
Choose a tag to compare

add elif statement

v0.0.3

21 Nov 13:54
Compare
Choose a tag to compare

Minor fixes