Skip to content

Commit f53d194

Browse files
authored
Merge pull request #96 from tmr232/prep-for-0.14
Prep for 0.0.14
2 parents b7f7e28 + e385b65 commit f53d194

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.14] - 2025-02-17
10+
911
### Added
1012

1113
- Region comment note overlay thingies in the demo, hidden in debug mode or under the `showRegions` parameter.
1214
Once enabled, use `cfg-overlay-start: My Message` and `cfg-overlay-end` comments to delimit regions and show
1315
them in the graph.
1416
- Function rendering is now cached, so that they are only re-rendered when needed.
1517
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.
1621

1722
### Fixed
1823

19-
- `finally` blocks are now supported in TypeScript.
20-
- Methods are now supported in TypeScript.
21-
- `continue label` is now supported in Go.
2224
- Exporting DOT files (in debug mode) no longer results in different-looking graphs
2325
- The web renderer now supports iOS browsers.
2426

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"//": "START EXTENSION ATTRIBUTES",
8383
"publisher": "tamir-bahar",
8484
"name": "function-graph-overview",
85-
"version": "0.0.13",
85+
"version": "0.0.14",
8686
"description": "Function Graph Overview",
8787
"displayName": "Function Graph Overview",
8888
"icon": "./media/icon.png",

0 commit comments

Comments
 (0)