Releases: dprint/dprint-plugin-toml
Releases · dprint/dprint-plugin-toml
0.6.4
Changes
- fix: handle doc-like comments when forcing a leading space (#25)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "plugins": [ "https://plugins.dprint.dev/toml-0.6.4.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.6.3
Changes
- fix: improve formatting array with only comments (#21)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "plugins": [ "https://plugins.dprint.dev/toml-0.6.3.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.6.2
Changes
- fix: strip utf-8 bom (#17)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "plugins": [ "https://plugins.dprint.dev/toml-0.6.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.6.1
Changes
- perf: reduce memory usage (#13)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "plugins": [ "https://plugins.dprint.dev/toml-0.6.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.6.0
Changes
- feat(npm): update npm distribution to have getPath export instead
- feat: sort workspace dependencies in Cargo.toml (#11)
- fix: handle multi-line strings (#12)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "plugins": [ "https://plugins.dprint.dev/toml-0.6.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.5.4
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "plugins": [ "https://plugins.dprint.dev/toml-0.5.4.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.5.3
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.toml
file extensions are matched in an"includes"
pattern. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.5.3.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.5.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.toml
file extensions are matched in an"includes"
pattern. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.5.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.5.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.toml
file extensions are matched in an"includes"
pattern. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.5.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.5.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.toml
file extensions are matched in an"includes"
pattern. - Add a
"toml"
configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.5.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package