Skip to content

v1.33.0

Compare
Choose a tag to compare
@christopherpickering christopherpickering released this 18 Sep 09:46
· 45 commits to master since this release

1.33.0 (2023-09-18)

Bug Fixes

  • formatter: fixed extra breaks added around html tags inside template tags (6091ffb), closes #742
  • formatter: fixed extra indend in script tags (9d04d51), closes #733
  • formatter: fixed formatting on functions that used python keywords as the param name (183a7c0), closes #756
  • h033: fix rull to not match data-action (f6881e0)
  • linter: fixed false positive on DJ018 (78d81dc), closes #755

Features

  • formatter: added support for nunjucks async loop tags (5a32bb3)