LSP4E 0.30.0 released
What's Changed
- feat: Add svg icons for key, event and operator by @FlorianKroiss in #1483
- feat: render Github Markdown Tables in the text hover by @rubenporras in #1488
- feat: Add SVG icons for field / hide fields by @FlorianKroiss in #1492
- feat: Add SVG icons for array, object and DAP launch configuration by @FlorianKroiss in #1491
- feat: Adapt LSP4E to LSP4J vers. 1.0.0 by @travkin79 in #1421
Fixes
- fix: reenable test in DocumentLinkReconcilingTest. Fixes #1470 by @RedeemerSK in #1477
- fix: Handle Diagnostic with
nullseverity by @FlorianKroiss in #1482 - fix: Create singleton instances of Markdown Parser and Renderer and add some tests by @FlorianKroiss in #1493
- fix(deps): Update to tycho 5.0.2 and JUnit 6 by @FlorianKroiss in #1489
- fix(tests): Use JUnit @tempdir to create temporary files by @FlorianKroiss in #1490
- fix: Abort completion computations when encountering a
BadLocationExceptionby @FlorianKroiss in #1486 - fix: Cancel computation when Thread has been interrupted by @FlorianKroiss in #1495
Breaking changes
- refactor: Get rid of some deprecated APIs by @FlorianKroiss in #1496
Full Changelog: 0.29.5...0.30.0