File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.0.14] - 2025-02-17
10
+
9
11
### Added
10
12
11
13
- Region comment note overlay thingies in the demo, hidden in debug mode or under the ` showRegions ` parameter.
12
14
Once enabled, use ` cfg-overlay-start: My Message ` and ` cfg-overlay-end ` comments to delimit regions and show
13
15
them in the graph.
14
16
- Function rendering is now cached, so that they are only re-rendered when needed.
15
17
This results in faster update times when moving the cursor in the same function.
18
+ - ` finally ` blocks are now supported in TypeScript.
19
+ - Methods are now supported in TypeScript.
20
+ - ` continue label ` is now supported in Go.
16
21
17
22
### Fixed
18
23
19
- - ` finally ` blocks are now supported in TypeScript.
20
- - Methods are now supported in TypeScript.
21
- - ` continue label ` is now supported in Go.
22
24
- Exporting DOT files (in debug mode) no longer results in different-looking graphs
23
25
- The web renderer now supports iOS browsers.
24
26
Original file line number Diff line number Diff line change 82
82
"//" : " START EXTENSION ATTRIBUTES" ,
83
83
"publisher" : " tamir-bahar" ,
84
84
"name" : " function-graph-overview" ,
85
- "version" : " 0.0.13 " ,
85
+ "version" : " 0.0.14 " ,
86
86
"description" : " Function Graph Overview" ,
87
87
"displayName" : " Function Graph Overview" ,
88
88
"icon" : " ./media/icon.png" ,
You can’t perform that action at this time.
0 commit comments