0.22.0
Changes
- feat:
dprint config add <user-or-org>/<repo>(#458) - feat: support for plugins to specify how to update (#457)
- fix: improve error message when canonicalizing a path fails
Install
Linux/Mac/WSL:
curl -fsSL https://dprint.dev/install.sh | shWindows (use Powershell or installer below):
iwr https://dprint.dev/install.ps1 -useb | iexHomebrew (Mac):
brew install dprintCargo (builds and installs the cargo package from source):
cargo install dprintnpm:
npm install dprint
npx dprint help
# or install globally
npm install -g dprint
dprint helpbvm (Experimental):
bvm install https://bvm.land/dprint/0.22.0.json
# or install via the registry
bvm registry add https://bvm.land/dprint/registry.json
bvm install dprintOr project specific in bvm.json:
{
"dependencies": [
"https://bvm.land/dprint/0.22.0.json@cb09e2db5502e9b360f3b8646d744af8436da534d0195128037d1d359b163fd3"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | cf0f87fca34c6f1727da7737b1d8accdb705e8660023d031a35eced91a87aa9f |
| Mac Zip | a37079fdc21fb662e47a62c46e0f53823ebe69025c514ca575a4ac52f3e619f7 |
| Windows Zip | 39fcf2672d551f3c783e5deb3ed0fb79dca5131006c5a56ff86f6b1ecea42732 |
| Windows Installer | 845aeb5c24d786995fb7e879d94a382a8fb951615074cf57d14b5331779e1c15 |