Released: 2019-06-13
Thank you for choosing Haxe!
Download for your platform and start developing today.
A newer version is available!
The latest stable version is Haxe 4.3.6.
Dear Community,
On behalf of the Haxe Foundation, we are proud to announce the official release of the Haxe 4.0.0-rc.3! It is available along with the changelog at https://haxe.org/download.
The new Java Virtual Machine target is available! Generate JVM byte code directly from Haxe bypassing Java compilation step by adding -D jvm
to your project targeting Java.
Unicode support was greatly improved across all targets.
Other than that, we fixed a lot of bugs and improved the quality of IDE services (compilation and completion server).
Also, we are considering different options about inline markup. The feature is subject to change in the future: https://github.com/HaxeFoundation/haxe-evolution/issues/60
See the changelog below for further details. Please report any issues here: https://github.com/HaxeFoundation/haxe/issues
Thank you very much for your help!
New features:
General improvements and optimizations:
#if target.sys
@:bypassAccessor
@:op(a = b)
(#6903)@:using
actually workfinal
(#8335)@:pure(false)
on variable fields (#8338)final
, enum abstract
and haxe.extern.Rest
)Standard Library:
Std.downcast
as replacement for Std.instance
(#8301)UnicodeString
, deprecated haxe.Utf8
(#8298)@:generic
type parameters not being bound to Dynamic (#8102)@:structInit
inline new
handling (#8240)@:allow(package)
allowing too much (#8306)protected
handling and method overloadingRemovals: