Release Notes
Dear Community,
On behalf of the Haxe Foundation, we are proud to announce the official release of Haxe 4.1.4!
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
2020-09-11 4.1.4
General improvements:
- all : allowed
Anyas type parameter incatch(e:SomeType<Any>)(#9641) - all : improved compilation speed for
try..catchexpressions (#9848)
Bugfixes:
- all : fixed
switchtyping error for arrow functions withVoidreturn type (#9813) - all : fixed typing of arrow functions with empty blocks as bodies (#9843)
- macro : fixed
haxe.macro.Context.getResources()(#9838) - php : fixed false detection of
catchvars in anonymous functions as captured from outer scope - php : fixed return type of extern definition for
fseekfunction - cs,java : fixed generation of
@:genericclasses with anonymous functions (#9799) - jvm : fixed sending/reading messages with
sys.thread.Threadsfor threads created outside of Haxe (#9863) - jvm : fixed multiplication of
Null<Float>andInt(#9870) - flash : fixed loading swc libraries containing
Vectorwithout a type parameter (#9805) - hl : fixed messages being send to wrong threads with
sendMessage/readMessageinsys.thread.Thread(#9875) - cpp : fixed
cpp.Lib.stringReference()(#8457)