0.9.0
Breaking changes
The bacon
configuration for the export has changed to be more robust and allow better handling of code actions:
diff --git a/prefs.toml b/prefs.toml
index caebed8..a339a1c 100644
--- a/prefs.toml
+++ b/prefs.toml
@@ -6,5 +6,5 @@ need_stdout = true
[exports.cargo-json-spans]
auto = true
exporter = "analyzer"
-line_format = "{diagnostic.level}:{span.file_name}:{span.line_start}:{span.line_end}:{span.column_start}:{span.column_end}:{diagnostic.message}:{span.suggested_replacement}"
+line_format = "{diagnostic.level}|:|{span.file_name}|:|{span.line_start}|:|{span.line_end}|:|{span.column_start}|:|{span.column_end}|:|{diagnostic.message}|:|{span.suggested_replacement}"
path = ".bacon-locations"
Please see the REAME.md for more info.
What's Changed
- Test multiline by @crisidev in #13
- Validate bacon configuration and improve location format for code actions by @crisidev in #15
Full Changelog: 0.8.0...0.9.0