Skip to content

Releases: djlint/djlint-vscode

v2022.7.2

29 Jul 08:22
Compare
Choose a tag to compare
  • Add support for --format-css and --format-js options.

v2022.7.1

02 Jul 17:14
Compare
Choose a tag to compare
  • Add No such option error handling.

v2022.7.0

02 Jul 16:12
Compare
Choose a tag to compare
  • Add djlint.preserveLeadingSpace option.
  • Add djlint.preserveBlankLines option.
  • Add djlint.requirePragma option.
  • Lower the minimum required version of VSCode from 1.66 to 1.64.

v2022.6.1

16 Jun 14:15
Compare
Choose a tag to compare
  • Add djlint.guessProfile option to disable automatic djLint profile guessing.

v2022.6.0

14 Jun 14:44
Compare
Choose a tag to compare
  • Replace the djlint.indent option with djlint.useEditorIndentation, which is more flexible and more consistent with the VS Code API.

v2022.5.2

19 May 20:07
Compare
Choose a tag to compare
  • Minor bug fix.

v2022.5.1

19 May 15:37
Compare
Choose a tag to compare
  • Minor performance fix.

v2022.5.0

18 May 17:11
Compare
Choose a tag to compare
  • Huge refactoring.
  • Remove the djLint installer because it was causing problems. It was decided that it is better to let users install it themselves.
  • Fix venv detection.
  • Switch to webpack for module bundling.

v1.1.0

04 May 13:58
Compare
Choose a tag to compare
  • Add support for Nunjucks, Twig, Handlebars and Mustache templates.

v1.0.7

13 Apr 10:59
Compare
Choose a tag to compare
  • Minor improvements.