0.16.3
Changes
- fix: restore searching all directories when glob pattern does not contain a slash at the beginning or middle (#405)
Glob tests are much better now so future releases should have a lower probability of globbing regressions. That said, there is still a performance regression in globbing and that will be looked at and improved in #407 for a future release.
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.3.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.3.json@7412148d7ed063b67ba41d37185b9a4b051126c0d8716e5b215fe352ee5ecf97"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 89e68f2ceaaeec4713c01177452789bf27189665beac40fe61bd819f549fc748 |
| Mac Zip | f2d9a05a8b110ef62891d5de3c5e4d6b564199a41c7523176ae19e0d3b4bd8c5 |
| Windows Zip | 3fd4ae51efcef46d9ee039ea1d2f0e2bb2e45e2d6ed5be6f5eb81034c03f99cc |
| Windows Installer | 3e26b1f3d02a6f357606c0e60a7789587d0a4d67bd0899e40f659e621efd65f6 |