Skip to content

Releases: dprint/dprint

0.4.4

24 Jun 16:33
Compare
Choose a tag to compare

Linux/Mac/WSL install:

curl -fsSL https://dprint.dev/install.sh | sh

Windows install (use Powershell):

iwr https://dprint.dev/install.ps1 -useb | iex

Homebrew (Mac):

brew tap dprint/dprint
brew install dprint
  • dprint init handles duplicate includes and excludes

0.4.3

20 Jun 21:14
Compare
Choose a tag to compare

Linux/Mac/WSL install:

curl -fsSL https://dprint.dev/install.sh | sh

Windows install (use Powershell):

iwr https://dprint.dev/install.ps1 -useb | iex

Homebrew (Mac):

brew tap dprint/dprint
brew install dprint
  • CLI supports being used with text editor extensions.

0.4.2

18 Jun 03:37
Compare
Choose a tag to compare

Windows install (use Powershell):

iwr https://dprint.dev/install.ps1 -useb | iex

Linux/Mac/WSL install:

curl -fsSL https://dprint.dev/install.sh | sh
  • Improve dprint init to have plugin selection.

0.4.1

17 Jun 21:04
Compare
Choose a tag to compare

Windows install (use Powershell):

iwr https://dprint.dev/install.ps1 -useb | iex

Linux/Mac/WSL install:

curl -fsSL https://dprint.dev/install.sh | sh
  • Fixes a bug in dprint check.

0.4.0

16 Jun 01:06
Compare
Choose a tag to compare

Windows install (use Powershell):

iwr https://dprint.dev/install.ps1 -useb | iex

Linux/Mac/WSL install:

curl -fsSL https://dprint.dev/install.sh | sh

0.4.0-beta2

25 May 15:11
Compare
Choose a tag to compare
0.4.0-beta2 Pre-release
Pre-release

This is a test release for the new Rust-based CLI.

Windows install (use Powershell):

iwr https://dprint.dev/install.ps1 -useb | iex

Linux/Mac install:

curl -fsSL https://dprint.dev/install.sh | sh