Skip to content

v0.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 19:16
· 11 commits to main since this release

Changed

  • Removed support for escaped quotes (\", \') and backslashes (\\) in quoted strings and map keys, reversing the 0.4.1 feature. The TableTest format has no escape sequences: quote characters cannot be escaped inside quoted values, and backslashes are ordinary characters. The plugin now matches the core parser.

Fixed

  • An unclosed quote no longer swallows the rest of the row: the lenient literal now stops at the next pipe, and cells split the same way as the core parser. Inside lists, sets, and maps an unclosed quote is now highlighted as an error, matching the core parser's rejection.
  • Fixed a crash in the "Unused declaration" suppressor when the Kotlin plugin is disabled: Kotlin-aware suppression now loads only when the Kotlin plugin is available.