Skip to content

Commit

Permalink
v2023.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jul 1, 2023
1 parent 0544c98 commit 1e86488
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2023.7.0] - 2023-07-01

- Add a new, more reliable linter output parser. It requires djLint ≥ 1.25, but you can use the old parser by disabling `djlint.useNewLinterOutputParser`.
- Improve error messages by adding a command to update djLint.

## [2023.6.2] - 2023-06-30

- Replace `djlint.guessProfile` setting with more flexible `djlint.languages` setting, which allows to control for which files types and with which `--profile` parameter djLint runs.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "djlint",
"displayName": "djLint",
"description": "HTML template formatter and linter (Django, Jinja, Nunjucks, Twig, Handlebars, Mustache)",
"version": "2023.6.2",
"version": "2023.7.0",
"publisher": "monosans",
"license": "MIT",
"homepage": "https://github.com/monosans/djlint-vscode",
Expand Down

0 comments on commit 1e86488

Please sign in to comment.