We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e1dad commit 31a579cCopy full SHA for 31a579c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.4.14 (June 5, 2024)
2
+* fixed eval this
3
+
4
## 1.4.13 (June 3, 2024)
5
* improved eval access to class with file/package prefix
6
* added eval support for null-safe field access operator (?.)
package.json
@@ -1,7 +1,7 @@
{
"name": "haxe-hl",
"displayName": "HashLink Debugger",
- "version": "1.4.13",
+ "version": "1.4.14",
"publisher": "HaxeFoundation",
"license": "MIT",
7
"description": "Debugger for Haxe/HashLink applications",
0 commit comments