0.17.0
Changes
- feat: add
dprint config updatecommand to update plugins in the configuration file - feat(editor-service): improve editor-info to return more information for dynamically creating a JSON schema
- feat: add more context to error when starting process plugin fails
- feat: improve verbose logging when unzipping process plugin
- feat: do not include
"$schema"in json output ofdprint init - fix: log some messages to stderr instead of stdout
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.17.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.17.0.json@e8ca8d688cecd18ae14a0838a81a38816d538914ea5ae9bd94ba4d30d8a38913"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 0369bf22e6bcff3da8ae72b15f7b3b7d44fb9bea91cb989a29c95eb47fe42086 |
| Mac Zip | 46a503f99ba936d0c346d793d64db74b0cb762843dcaf2ff0a6ec21c81a95158 |
| Windows Zip | 7b8d6457421310f673e6f09da6428de4f7bb5431ee06cd7a9d3a2ff42c7eb94a |
| Windows Installer | ec8d1081e013f17b9f9d119b2172ec6734a0babe6bc0c110b62355886033518e |