0.15.1
Changes
Fixes and dependency updates:
- Move forgetting plugin log statements to verbose
- Update fmt --stdin flag to mention it outputs to stdout.
- Upgrade wasmer to 2.0
- Do not error removing file when file does not exist.
- Add DPRINT_CACHE_DIR environment variable for changing the cache directory... oh this is a feature. Don't tell anyone.
- Add environment variables to the help text.
- Support absolute windows file paths in configuration file with forward slashes.
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.15.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.15.1.json@08619bb11ec47eec1aef6267fa3a6967a415e0f21cc3bddef7176b76984226dd"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 12bc594c74e8a1e73da2927bca082acbc6ae7b04b84f212a15c9df400ffd35f7 |
| Mac Zip | 58dd524e22a390b9fb852c0c9f62d96d7804ef0b95744f4ad82f47696e21780f |
| Windows Zip | 484e9677ee711402213ff496f3674cde7f746ec100fa498c3fb98256bb151090 |
| Windows Installer | 3c2b4f44e9165b7443c18ecdd94a743934fbbb7575165ea51b62e1c06f448e46 |