Skip to content

v0.0.14 - Bugfix, TS & Go fixes, Perf

Compare
Choose a tag to compare
@tmr232 tmr232 released this 17 Feb 12:32
· 189 commits to main since this release
f53d194

Added

  • finally blocks are now supported in TypeScript.
  • Methods are now supported in TypeScript.
  • continue label is now supported in Go.
  • Region comment note overlay thingies in the demo, hidden in debug mode or under the showRegions parameter.
    Once enabled, use cfg-overlay-start: My Message and cfg-overlay-end comments to delimit regions and show
    them in the graph.
  • Function rendering is now cached, so that they are only re-rendered when needed.
    This results in faster update times when moving the cursor in the same function.

Fixed

  • Exporting DOT files (in debug mode) no longer results in different-looking graphs
  • The web renderer now supports iOS browsers.

Changed

  • VSCode and JetBrains now use the same WebView content.
  • Placeholder ("Hello, World!") graph colors are now determined by the color scheme.
  • VSCode settings now applied instantly to the graph.
  • Flat-Switch is now the default for rendering switch-like control-flow structures.