0.2.4 - 2025-12-15
·
36 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Release Notes
⛰️ Features
- (format) Auto-sort css statements using
smacssordering and enforce%in keyframes (#114) - (1dd641f) - (format) Auto-indent
<script>tag content (#115) - (d959cf0) - (format) Keep style attribute value on a single line (#113) - (7c2f33c)
- (format) Skip file parsing if there is a top-level
<!-- djangofmt:ignore -->(#112) - (fcbab9b) - (format) Improve formatting of
styletags and attributes (#111) - (24920db) - (playground) Add playground deploy to release workflow (#124) - (124b149)
- (playground) Add an online playground (#118) - (a655190)
- (playground) Expose a wasm format command (#122) - (847d3d8)
🚜 Refactor
⚙️ Miscellaneous Tasks
Install djangofmt 0.2.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/UnknownPlatypus/djangofmt/releases/download/0.2.4/djangofmt-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/UnknownPlatypus/djangofmt/releases/download/0.2.4/djangofmt-installer.ps1 | iex"