Skip to content

0.2.4 - 2025-12-15

Choose a tag to compare

@UnknownPlatypus UnknownPlatypus released this 15 Dec 21:50
· 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 smacss ordering 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 style tags 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 | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/UnknownPlatypus/djangofmt/releases/download/0.2.4/djangofmt-installer.ps1 | iex"

Download djangofmt 0.2.4

File Platform Checksum
djangofmt-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
djangofmt-x86_64-apple-darwin.tar.gz Intel macOS checksum
djangofmt-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
djangofmt-i686-pc-windows-msvc.zip x86 Windows checksum
djangofmt-x86_64-pc-windows-msvc.zip x64 Windows checksum
djangofmt-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
djangofmt-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
djangofmt-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
djangofmt-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
djangofmt-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
djangofmt-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
djangofmt-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
djangofmt-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
djangofmt-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
djangofmt-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
djangofmt-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
djangofmt-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum