[haXe] haxe 1.04 Released !
Nicolas Cannasse
ncannasse at motion-twin.com
Tue Jul 25 12:41:35 CEST 2006
Hi list,
I'm please to announce that haXe 1.04 is now available to download from
http://haxe.org
Some important changes :
* "signatures" are now "typedef" , see http://haxe.org/ref#typedef
* there is now Just-In-Time support for Neko, which greatly improve
performances. Currently only available for Windows and Linux,
will be later available for Mac/Intel.
All changes :
* added macros in haxe.Template
* allowed static variables access from a signature shortcut
* allowed new Signature when signature is a class
* fixed : modulo priority is now higher than mult and div
* fixed bug in haxe.Proxy generation
* fixed more stack overflows with recursive signatures
* fixed bug in class <: anonymous subtyping (inherited fields)
* override is not mandatory by default (need --override)
* added neko just-in-time
* fixed bugs in haxe.Serializer and haxe.Unserializer
* changed "signature" by "typedef" (more comprehensible)
* restricted objects comparisons
* fixed bug with js operator priority
* improved performances for haxe.Serializer and haxe.Unserializer
* fixed bug in static variable lookup (should look class last)
* prevented several prints of "not enough arguments".
Enjoy !
Nicolas
More information about the Haxe
mailing list