Releases: djlint/djlint-vscode
Releases · djlint/djlint-vscode
v2022.7.2
- Add support for
--format-css
and --format-js
options.
v2022.7.1
- Add
No such option
error handling.
v2022.7.0
- 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
- Add
djlint.guessProfile
option to disable automatic djLint profile guessing.
v2022.6.0
- Replace the
djlint.indent
option with djlint.useEditorIndentation
, which is more flexible and more consistent with the VS Code API.
v2022.5.0
- 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
- Add support for Nunjucks, Twig, Handlebars and Mustache templates.