Skip to content

Commit a5ceb17

Browse files
committed
1.4.33
1 parent a99eab8 commit a5ceb17

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.33 (September 9, 2025)
2+
3+
* fixed unknown value length for haxe.io.Bytes
4+
* fixed eval not treat std prefix correctly
5+
* exposed allowEval config which allow auto getter call on non-physical fields
6+
* added OCatch support for haxe nightly
7+
* added array hint for bytes
8+
19
## 1.4.32 (June 30, 2025)
210

311
* fixed filepath resolution on breakpoint for haxe nightly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "haxe-hl",
33
"displayName": "HashLink Debugger",
4-
"version": "1.4.32",
4+
"version": "1.4.33",
55
"publisher": "HaxeFoundation",
66
"license": "MIT",
77
"description": "Debugger for Haxe/HashLink applications",

0 commit comments

Comments
 (0)