Skip to content

v1.36.0

Compare
Choose a tag to compare
@monosans monosans released this 05 Nov 06:02
· 115 commits to master since this release

Feature

  • Add support for djlint.toml config file. The format is identical to pyproject.toml, but it does not use [tool.djlint] table.

Fix

  • Do not format HTML in attributes. Thanks, @oliverhaas.
  • Fix using js_config instead of css_config.

Performance

  • Increase performance by ~30% by using regex more efficiently and caching more stuff.