Haxe 5.0.0-preview.1 released

Dear Community,

On behalf of the Haxe Foundation, we are proud to announce that Haxe
5.0.0-preview.1 is now officially released! It it available along with the changelog at Haxe 5.0.0-preview.1 - Haxe - The Cross-platform Toolkit.

As a preview release, it should not be considered stable and does, in fact, have
some known issues. However, we appreciate anyone testing this version as it is
going to ultimately help with the real Haxe 5 release. If you have any suggestions or run into any problems, feel free to open an issue on GitHub.

Thanks to everyone involved!


Note: if you are getting this error:

Uncaught exception - is not a valid version string

It means that you are using an older haxelib version that is not compatible with haxe 5.0.0-preview.1.

You can either update it:

haxelib install haxelib

Or remove it (and use the version shipped with Haxe):

haxelib remove haxelib

If that doesn’t work, try running the command with --global.

13 Likes

You guys are awesome, thanks!