You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: downloads/5.0.0-preview.1/CHANGES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,20 +38,20 @@ __General improvements__:
38
38
* all : allow modification of loop var in IntIterator loop ([#8581](https://github.com/HaxeFoundation/haxe/issues/8581))
39
39
* all : support overloading true extern constructors ([#11979](https://github.com/HaxeFoundation/haxe/issues/11979))
40
40
* all : support f?.bind() ([#11571](https://github.com/HaxeFoundation/haxe/issues/11571))
41
-
* all : rework defines ([#12130](https://github.com/HaxeFoundation/haxelib/issues/12130), [#12251](https://github.com/HaxeFoundation/haxelib/issues/12251))
41
+
* all : rework defines ([#12130](https://github.com/HaxeFoundation/haxe/issues/12130), [#12251](https://github.com/HaxeFoundation/haxe/issues/12251))
42
42
* all : abort compilation on first error with -D fail-fast ([#11609](https://github.com/HaxeFoundation/haxe/issues/11609))
43
43
* all : add position and error message to decode_error.txt ([#12128](https://github.com/HaxeFoundation/haxe/issues/12128))
44
44
* all : add configuration options for -D dump, set -D dump-ignore-var-ids by default ([#12150](https://github.com/HaxeFoundation/haxe/issues/12150), [#12130](https://github.com/HaxeFoundation/haxe/issues/12130))
45
45
* all : add support for binary literal ([#11627](https://github.com/HaxeFoundation/haxe/issues/11627))
46
46
* all : add support for --undefine to remove define ([#11400](https://github.com/HaxeFoundation/haxe/issues/11400))
47
47
* all : add optional WUnsafeEnumEquality ([#11813](https://github.com/HaxeFoundation/haxe/issues/11813))
48
48
* all : build macOS universal binaries ([#11572](https://github.com/HaxeFoundation/haxe/issues/11572))
49
-
* all : [experiments] run parts of the compiler in parallel with `-D enable-parallelism` ([#12070](https://github.com/HaxeFoundation/haxelib/issues/12070), [#12134](https://github.com/HaxeFoundation/haxelib/issues/12134), [#12081](https://github.com/HaxeFoundation/haxelib/issues/12081), [#12252](https://github.com/HaxeFoundation/haxelib/issues/12252))
49
+
* all : [experiments] run parts of the compiler in parallel with `-D enable-parallelism` ([#12070](https://github.com/HaxeFoundation/haxe/issues/12070), [#12134](https://github.com/HaxeFoundation/haxe/issues/12134), [#12081](https://github.com/HaxeFoundation/haxe/issues/12081), [#12252](https://github.com/HaxeFoundation/haxe/issues/12252))
50
50
* all : [std] add enum as haxe.Unit ([#11563](https://github.com/HaxeFoundation/haxe/issues/11563))
51
51
* all : [std] add BigInteger type ([#10750](https://github.com/HaxeFoundation/haxe/issues/10750))
52
52
* all : [std] add haxe.runtime.Copy ([#11863](https://github.com/HaxeFoundation/haxe/issues/11863))
53
53
* all : [std] haxe.Timer.milliseconds ([#12260](https://github.com/HaxeFoundation/haxe/issues/12260))
54
-
* all : [std] String.indexOf ([#7402](https://github.com/HaxeFoundation/haxelib/issues/7402), [#11569](https://github.com/HaxeFoundation/haxelib/issues/11569))
54
+
* all : [std] String.indexOf ([#7402](https://github.com/HaxeFoundation/haxe/issues/7402), [#11569](https://github.com/HaxeFoundation/haxe/issues/11569))
55
55
* all : [std] add StringBuf.clear() ([#11848](https://github.com/HaxeFoundation/haxe/issues/11848))
56
56
* all : [std] allow setting haxe.Exception.stack ([#12213](https://github.com/HaxeFoundation/haxe/issues/12213))
57
57
* all : [std] Serializer: implement reset method ([#12068](https://github.com/HaxeFoundation/haxe/issues/12068))
0 commit comments