Releases: djlint/djlint-vscode
Releases · djlint/djlint-vscode
v2023.5.1
- Add support for
--no-line-after-yaml
option added in djLint v1.29.0.
v2023.5.0
- Add support for CLI arguments added in djLint 1.26.0 & 1.27.0.
- Lower minimum required version of VSCode to 1.72.0.
- Make the package smaller by eliminating unnecessary files.
v2023.4.2
- Add support for CLI arguments added in djLint 1.24.0 & 1.25.0.
v2023.4.1
- Add support for
--ignore-case
option.
v2023.4.0
- Add support for
--include
option.
v2023.3.1
- Remove debug console.log.
v2022.10.0
- Fix usage of config file when it is not in the project root (#82).
v2022.9.0
- Add support for
--configuration
option.
- Some refactoring to make the code more readable and understandable.