0.2.11 - 2026-06-26
Immutable
release. Only release title and notes can be modified.
Release Notes
⛰️ Features
- (format) Preserve single-line Django blocks inside attribute lists (#360) - (ca3d825)
- (format) Support
.editorconfigconfiguration files (#349) - (0df2c71) - (lint) Add duplicate-block-name lint rule - (4fe9aef)
- (lint) Add rule selection (select/ignore + preview) (#350) - (7d0eb76)
- (playground) Add documentation link to navbar (#351) - (0923257)
🐛 Bug Fixes
- (format) Fix formatting of multiline django template tags (#359) - (2908461)
- (lint) Restore correct ANSI display in error messages (#346) - (d4c21ba)
🚜 Refactor
- (lint) Avoid double parse when fixing (#362) - (621980e)
- (lint) Drop redundant help on empty-attr-value rule (#357) - (e10ed1e)
- (lint) Cleanup RuleSet implementation and simplify (#336) - (17c0668)
- (misc) Minor cleanup (#356) - (2b1346b)
- (tests) Misc test simplification (#348) - (cdda76a)
🧪 Testing
- (bench) Isolate check_ast cost from parsing (#364) - (8251c11)
- (clippy) Enable more clippy restriction rules (#363) - (539450c)
- (ecosystem-check) Select all rules + preview in check ecosystem run (#352) - (17110ef)
⚙️ Miscellaneous Tasks
Install djangofmt 0.2.11
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/UnknownPlatypus/djangofmt/releases/download/v0.2.11/djangofmt-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/UnknownPlatypus/djangofmt/releases/download/v0.2.11/djangofmt-installer.ps1 | iex"