Skip to content

Releases: djlint/djLint

v1.12.0

24 Aug 14:50
Compare
Choose a tag to compare

1.12.0 (2022-08-24)

Bug Fixes

  • h006: prevented false positives on H006 (215bd23), closes #344 #333
  • h012: prevent H012 from matching the contents of tags or attributes (4480cff), closes #348
  • t001: fixed false positive on multiline template tags (ea76672), closes #350

Features

  • h021: allow inline styles that contain template syntax (f1a39ed), closes #351
  • t002: allow variables names to be used in the {% extends tag (a5d96e7), closes #349

v1.11.1

22 Aug 17:24
Compare
Choose a tag to compare

1.11.1 (2022-08-22)

Bug Fixes

  • formatter: fixed runaway regex on templates with many template attriutes inside html tags (79cd013), closes #340
  • linter: fixed false positive on T032 with jinja multi line set (f9dac86), closes #342
  • linter: fixed false postive on rule H008 (79618a5), closes #339
  • linter: prevent linter matches that overlap ignored blocks of code such as comments (90cf576), closes #343

v1.11.0

18 Aug 20:22
Compare
Choose a tag to compare

1.11.0 (2022-08-18)

Features

  • jinja call: added support for jinja call blocks (7a70e39), closes #337

v1.10.0

17 Aug 12:50
Compare
Choose a tag to compare

1.10.0 (2022-08-17)

Features

  • linter: updated rule 18 to allow "tel:" (f08e3ac), closes #334

v1.9.5

16 Aug 12:57
Compare
Choose a tag to compare

1.9.5 (2022-08-16)

Bug Fixes

  • formatter: fix IndexError while adding indentation to attributes (a3ccc19), closes #290

v1.9.4

02 Aug 16:49
Compare
Choose a tag to compare

1.9.4 (2022-08-02)

Bug Fixes

  • requirements: removed optional deps from requirements section. Cleaned up tox (237e844), closes #322

v1.9.3

01 Aug 13:58
Compare
Choose a tag to compare

1.9.3 (2022-08-01)

Bug Fixes

  • formatter: fix to prevent formatter from breaking malformed attribute tags (80263b2), closes #317
  • linter: disabling linter rules should not disable formatting (69ef16a), closes #316

v1.9.2

29 Jul 15:43
Compare
Choose a tag to compare

1.9.2 (2022-07-29)

Bug Fixes

  • t027: fixed test and regression in T027 (6f84539), closes #141

v1.9.1

28 Jul 19:35
Compare
Choose a tag to compare

1.9.1 (2022-07-28)

Bug Fixes

  • formatter: fixed greedy regex issue when finding script and style tags (ca7ff3a)

v1.9.0

28 Jul 19:06
Compare
Choose a tag to compare

1.9.0 (2022-07-28)

Features

  • formatter: added options to format css and js using jsbeautifier (99b5ee2)