0.17.2
Changes
- fix: includes globbing should support ignoring then selectively opting in
- fix: do not error if wildcardless glob in config file doesn't match anything
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.2.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.2.json@4149496b23ce7b1635dbb461842e140646bbd1c04819e29b0a9d0aaf3bd5f0b8"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 4c40db2ea98c8c950568a4883054ce950ee523346936ed9e200e3b2ae86b0e3b |
| Mac Zip | 1dbc3c47243d4a55db719a7bc67218eabf8693d14b3e54dbf7eab6c9efed6493 |
| Windows Zip | 322af517b437ab2719f66993f6b1dde6fbfc885cb541846b8a311f022f5e0519 |
| Windows Installer | 08b23318c14490964b2e3252146e309f6b5fa1784a6248c47947ce0dffe23cbe |