-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.28.0](v1.27.2...v1.28.0) (2023-05-18) ### Bug Fixes * **formatter:** allow djlint:off to exluce the rest of a file ([17faf5f](17faf5f)), closes [#649](#649) * **formatter:** don't add blank line to empty files ([8ea5fd2](8ea5fd2)), closes [#635](#635) ### Features * **formatter:** added ability to format objects/arrays in function tags ([d446efc](d446efc)), closes [#370](#370) * **formatter:** format set blocks ([d88371c](d88371c)), closes [#646](#646)
- Loading branch information
1 parent
f7c39a3
commit 16a613d
Showing
7 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name="djlint" | ||
version="1.27.2" | ||
version="1.28.0" | ||
description="HTML Template Linter and Formatter" | ||
license="GPL-3.0-or-later" | ||
authors=["Christopher Pickering <[email protected]>"] | ||
|