0.10.0
Changes
See https://github.com/dprint/dprint/milestone/5?closed=1 -- Will do a blog post soon.
Breaking:
- Process plugin and editor service (vscode plugin) communication interface has changed. Use at least the plugins shown here and upgrade your vscode editor extension:
{ "plugins": [ "https://plugins.dprint.dev/prettier-0.2.0.exe-plugin@5fc84274198107b5464477803eea335ab3c978738ff40058294b105d2e32d5ae", "https://plugins.dprint.dev/roslyn-0.2.2.exe-plugin@44d9f8fc4db50b07196672e857dc0244f3f274374db0d188df464dc0aae487c7", "https://plugins.dprint.dev/yapf-0.2.0.exe-plugin@14c42b703709e81f813c6674a8110c522af0ea78b6298f4f73721121a1a03701" ] } dprint stdin-fmt --file-name <file-name>is nowdprint fmt --stdin <file-path/file-name>
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 tap dprint/dprint
brew install dprintbvm (experimental):
bvm install https://bvm.land/dprint/0.10.0.jsonOr project specific in .bvmrc.json:
{
"dependencies": [
"https://bvm.land/dprint/0.10.0.json@86384eb9cc4beccc55cc5cd7dc8633e7b0fc3bae123a67cb5d4e137652466786"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | d459ace41a816314d6cdc90c7eba44c40079d35520f10393d4d87c28248f9b64 |
| Mac Zip | 85805951f5828930c2b93b381a3f468f82bc82c4b339e429388aa74b9aa5fbd1 |
| Windows Zip | 580514a27ae1ef1c880e0f84124ff63419ae115e05ffdd7723f28d2b8d4bb00e |
| Windows Installer | 6f2e440dc7864cdeb9c4947ec3e5585b4f51ae98de25fb21ff2070a939f3d215 |