Skip to content

Releases: djlint/djLint

v1.24.0

24 Apr 17:31
Compare
Choose a tag to compare

1.24.0 (2023-04-24)

Features

  • formatter: added option to prevent contents of some template tags from indenting (cc196d3)

v1.23.3

19 Apr 17:08
Compare
Choose a tag to compare

1.23.3 (2023-04-19)

Bug Fixes

  • formatter: fixed speed on formatter (57cf98d), closes #601

v1.23.2

19 Apr 15:12
Compare
Choose a tag to compare

1.23.2 (2023-04-19)

Bug Fixes

  • blocktrans: fix issue with back to back blocktrans formatting (703e176), closes #600

v1.23.1

18 Apr 12:26
Compare
Choose a tag to compare

1.23.1 (2023-04-18)

Bug Fixes

  • yaml: fixed conflict with yaml and preserve_blank_lines option (b89fb07), closes #596

v1.23.0

13 Apr 19:14
Compare
Choose a tag to compare

1.23.0 (2023-04-13)

Features

  • formatter: will now attempt to fix case on known html tags by default, can be disabled (fb1f6eb), closes #589

v1.22.0

12 Apr 17:36
Compare
Choose a tag to compare

1.22.0 (2023-04-12)

Features

  • whitespace: improved whitespace handling on tag closing bracket (53d9b29), closes #582

v1.21.0

12 Apr 15:23
Compare
Choose a tag to compare

1.21.0 (2023-04-12)

Features

  • linter: added rule H036. Avoid use of
    tags. Disabled by default (cefa840), closes #571

v1.20.0

12 Apr 14:35
Compare
Choose a tag to compare

1.20.0 (2023-04-12)

Features

  • linter: added option to disable rules by default. Split H017 and disabled by default (2dd3675), closes #372
  • yaml: added line break after yaml front matter (1b1cff3), closes #584

v1.19.17

05 Apr 21:58
Compare
Choose a tag to compare

1.19.17 (2023-04-05)

Bug Fixes

  • blocktrans: allowed closing transblocks to be indented if they have a leading space (d667273)
  • custom tags: fixed issue where end tag for custom block was not de-indented (fb8bf5e), closes #572
  • ignored code: fixed formatting of ignore code inside django comment blocks (120460d), closes #569
  • linter: linter will now ignore {% raw %} {% endraw %} blocks (2a6865e), closes #539
  • max line length: fixes issues around max line length not fully respected on indented lines (1ec6b29), closes #580
  • preserving space: misc improvements for the preserve leading space option (03ee6f0), closes #566

v1.19.16

27 Feb 18:40
Compare
Choose a tag to compare

1.19.16 (2023-02-27)

Bug Fixes

  • ignored rules: prevent ignoring a single rule from ignoring multiple (2c9caaf), closes #560