We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84e2d6 commit 174b922Copy full SHA for 174b922
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.4.29 (April 17, 2025)
2
+
3
+* improved display on ValueException, now show inner error
4
+* fixed return I64 display
5
+* fixed missing static var inside @:struct
6
+* allow eval hl.NativeArray similar to an Array
7
+* allow inspect inside hl.CArray with hint
8
9
## 1.4.28 (March 7, 2025)
10
11
* improved support for multi-line string
package.json
@@ -1,7 +1,7 @@
{
"name": "haxe-hl",
"displayName": "HashLink Debugger",
- "version": "1.4.28",
+ "version": "1.4.29",
"publisher": "HaxeFoundation",
"license": "MIT",
"description": "Debugger for Haxe/HashLink applications",
0 commit comments