Skip to content

Releases: djlint/djLint

v1.32.0

19 Jul 02:19
Compare
Choose a tag to compare

1.32.0 (2023-07-19)

Bug Fixes

  • formatter: fixed formatting on chained function (7c2756d), closes #704
  • linter: fixed false positive on h026 data-id (400882a), closes #711
  • linter: fixed golang false positive on T027 (232f4bc), closes #712

Features

  • formatter: added support for jazzband's sorl-thumbnail tags (86122dc), closes #714

v1.31.1

26 Jun 18:34
Compare
Choose a tag to compare

1.31.1 (2023-06-26)

Bug Fixes

  • formatter: fixed formatter formatting ignored code (5c75d87), closes #655
  • formatter: fixed function formatting with nested quoted parenthesis (6d63a6a), closes #698
  • formatter: fixed overgrabbing on template tag condensing (75c3134), closes #686
  • formatter: function index was not formatted correctly (a197200), closes #693

v1.31.0

12 Jun 21:37
Compare
Choose a tag to compare

1.31.0 (2023-06-12)

Bug Fixes

  • formatter: fixed line_break_after_multiline_tag to force break in all cases (3b37ec8), closes #680
  • formatter: fixed isolated quotes being deleted from attributes (19425f9), closes #652
  • formatter: fixed wild match on template tags (d288b78), closes #686
  • linter: fixed false positive on t001 (1caf4c4), closes #606

Features

  • formatter: added max-blank-lines flag to consolidate blank lines (4a7897f), closes #675
  • formatter: added support for symphony forms (e716ddc), closes #476

v1.30.2

02 Jun 18:55
Compare
Choose a tag to compare

1.30.2 (2023-06-02)

Bug Fixes

  • formatter: added quotes to json keys, added option to disable set/function formatting (6f7df03), closes #682

v1.30.1

02 Jun 15:02
Compare
Choose a tag to compare

1.30.1 (2023-06-02)

Bug Fixes

  • linter: added missing positive on H021 (221c31f), closes #678
  • linter: fixed false positive on H037 (3b2e522), closes #679

v1.30.0

30 May 18:40
Compare
Choose a tag to compare

1.30.0 (2023-05-30)

Bug Fixes

  • formatter: fixed endset indent level (cdebe42), closes #670
  • formatter: fixed issue with spaceless macro tags having spacess added before - (5593937), closes #667
  • npm: install exact version of djlint (0727279)

Features

  • npm: add script to update djlint version in postinstall using semantic-release/exec (040ffc6)

v1.29.0

22 May 15:38
Compare
Choose a tag to compare

1.29.0 (2023-05-22)

Bug Fixes

  • formatter: fix cases where ignore was still formatting set and function code (ab878ea), closes #659
  • formatter: fix extra parenth being added in a function call (faba4f4), closes #660
  • linter: fixed missing positive on a few <img rules (5f33d08)

Features

  • formatter: added option to disable newlines after yaml front matter (9bf64ac), closes #662
  • linter: allow codes to be ignored for remainder of file (4637a0f), closes #655

v1.28.0

18 May 16:20
Compare
Choose a tag to compare

1.28.0 (2023-05-18)

Bug Fixes

  • formatter: allow djlint:off to exluce the rest of a file (17faf5f), closes #649
  • formatter: don't add blank line to empty files (8ea5fd2), closes #635

Features

  • formatter: added ability to format objects/arrays in function tags (d446efc), closes #370
  • formatter: format set blocks (d88371c), closes #646

v1.27.2

11 May 14:37
Compare
Choose a tag to compare

1.27.2 (2023-05-11)

Bug Fixes

  • formatter: fixed an edge case wild regex grab (0d57e75), closes #640
  • formatter: fixed formatting of plural tag in blocktrans (92c083b), closes #641
  • formatter: fixed js/css being formatted even inside ignored blocks (cbf5796), closes #613
  • linter: fixed a few false positives/missing positives, added tests (30f8d31), closes #643 #642
  • linter: fixed false postive in alpinejs tags for H037 (6520f63), closes #639

v1.27.1

10 May 21:35
Compare
Choose a tag to compare

1.27.1 (2023-05-10)

Bug Fixes

  • formatter: fixed set_ tags being broken (5cf1e1c), closes #634
  • linter: fixed false positive on H037 (e65558c), closes #633