Thank you for choosing Haxe!
Download for your platform and start developing today.
These are automated development builds
The current preview version is Haxe 5.0.0-preview.1.
The current stable release version is Haxe 4.3.7.
Dear Community,
We are currently working towards Haxe 5.0 which, as a major version, will include a number of breaking change.
To ease the migration from Haxe 4, we introduced -D haxe-next
in Haxe 4.3.
This define activates a number of warnings about things that will not work anymore in Haxe 5.0.
Main features that are currently being worked on:
See also:
Removal:
sys.db
, php.Web
and neko.Web
to hx4compat
lib (#11385)haxe.remoting
to hx4compat
lib (#11387)Breaking changes:
bind
(#11533)Other changes:
The full list of released changes is available on preview release pages:
For the changes that are only available on nightlies for now, a changelog draft
is available on Haxe repository wiki
and is being updated as we add major changes to development
branch.