0.16.1
Changes
Quick release based on globbing issues in 0.16.0 version.
- fix: editor service glob exclusion check - Action: #400
- fix: globbing in real environment - Action: #399
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.16.1.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.16.1.json@bdbac19655c0cb99e32e1bb6245b5d9faa9b9cd748a31df39992475f1ae61d80"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | a8c6033e3efd0a7bfabe577b3de33a716e73aeff70d485f13e537ced143dde76 |
| Mac Zip | 6461ceec32865a7c5b237536c0ac97af6a23c0a15c8fffd1b0d960db543727a1 |
| Windows Zip | 0b17c5f0419ed3cc16f661fc981338649cf754fa092022043316ab2ce353153a |
| Windows Installer | 26f2a9e216385e07b56ab3f50a62d28ca9bd8f6f870d80f6e6cbf87904e7186d |