Release Notes

Dear Community,

On behalf of the Haxe Foundation, we are proud to announce the official release of Haxe 4.2.5!

This is a bugfix release. Check out the changelog below for more information.

If you have any suggestions or run into any problems, feel free to open an issue on GitHub.

Thanks to everyone involved!

Change Log

2022-03-06 4.2.5:

New features:

  • php : support PHP attributes generation #9964

Bugfixes:

  • all : fixed compiler crash in complex constraints chains #10445
  • all : fixed timers execution order for timers with small time delta #10567
  • js : fixed constructors with rest arguments when compiling for ES3, ES5 #10490
  • php : excluded E_DEPRECATED notices from error reporting #10502
  • php : fixed safe casts to native arrays #10576
  • nullsafety : fixed false error on extern var fields without initialization #10448