Skip to content

Releases: djlint/djLint

v1.19.3

25 Oct 10:48
Compare
Choose a tag to compare

1.19.3 (2022-10-25)

Bug Fixes

  • formatter: fixed poor formatting on long inline blocks (62a8879), closes #432

v1.19.2

21 Oct 07:46
Compare
Choose a tag to compare

1.19.2 (2022-10-21)

Bug Fixes

  • windows+py3.9: fixed an issue on windows with py3.9 and stdin (280e1fc)

v1.19.1

13 Oct 11:34
Compare
Choose a tag to compare

1.19.1 (2022-10-13)

Bug Fixes

  • formatter: fixed indent on inline block followed by inline template block (4a0bee6), closes #425

v1.19.0

12 Oct 09:43
Compare
Choose a tag to compare

1.19.0 (2022-10-12)

Bug Fixes

  • formatter: fixed formatting on nested inline comments (a86df43), closes #423

Features

  • configuration: allow local configuration to override global config (b4cbcb4), closes #422

v1.18.0

26 Sep 18:13
Compare
Choose a tag to compare

1.18.0 (2022-09-26)

Features

  • quiet: updated output of the --quiet flag to reduce unneeded verbose stuff (b53f670)

v1.17.3

26 Sep 07:31
Compare
Choose a tag to compare

1.17.3 (2022-09-26)

Bug Fixes

  • linter: fixed false positive on H017. Added test (17ff881), closes #406
  • linter: fixed false positive on T002. Added tests (67e8c64), closes #405

v1.17.2

22 Sep 09:11
Compare
Choose a tag to compare

1.17.2 (2022-09-22)

Bug Fixes

  • formatter: fixed issue with blank links added between blocks (31161ce), closes #402

v1.17.1

21 Sep 08:51
Compare
Choose a tag to compare

1.17.1 (2022-09-21)

Bug Fixes

  • formatter: fixed poor indentation on span tags with leading text (8f36fec), closes #398
  • t002: fixed false positive in t002. Added test (e23ee46), closes #399

v1.17.0

20 Sep 13:05
Compare
Choose a tag to compare

1.17.0 (2022-09-20)

Features

  • stats: moved linter stats to be appended to lint output (90f023d), closes #396

v1.16.0

19 Sep 09:17
Compare
Choose a tag to compare

1.16.0 (2022-09-19)

Bug Fixes

Features

  • linter: added --statistics flag to print summary of linter findings (489decb), closes #389