Haxe 3.2.1

Released: 2015-10-12

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.4.

Release Notes

Dear community,

We just released Haxe 3.2.1 with various bug fixes. It is available at https://haxe.org/download/version/3.2.1

Make sure to check the changelog. In particular, this release fixes installation issues on OS X 10.11 'El Capitan', alongside with some C++, Java, C# and JS bug fixes.

Thank you for your support

Change Log

Bugfixes:

  • cs/java : fixed -dce no issues
  • cs/java : fixed how KExpr type parameters are generated
  • cs : fixed enum creation by reflection problem
  • cpp : do not rely in reflection to make interfaces work for non-first interface parents
  • cpp : fixed setting of static variables via reflection when class has no member variables
  • cpp : make sure StringMap's h field is kept if we use StringMap*
  • js : Avoid the use of eval/Function to get the top-level defined type/var to not break ContentSecurityPolicy