Haxe 2.06 Available !
Posted on Aug 14 2010
I'm please to announce on behalf of the whole Haxe compiler team that the 2.06 release of Haxe is now available on http://haxe.org/download !
The main changes in 2.06 are :
- metadata support, see http://haxe.org/manual/metadata
- allow custom Haxe serialization, see http://haxe.org/manual/serialization
- allow to directly access the classes in SWF libraries in Flash9, and also allow several
-swf-lib
parameters - flash9+ now use native Xml parser : a lot faster, but more strict with namespaces
- improvements in code generation for PHP and C++ platforms
https
support in Haxe/PHP- a lot of bugfixes and improvements on all platforms
See the whole list of changes here : http://haxe.org/file/CHANGES.txt
Enjoy !
9 comments
Thanks Nicolas, and Haxe team!
Haxe Rocks!
allow to directly access the classes in SWF libraries in Flash9, and also allow several -swf-lib parameters
Does that means SWC support ?
some things seem to be pretty cool! thanks haxe team!
do you have an idea when haxe will support flash 10.1?
I am going to check it out now!!!
Please I hope that all the Library are compatible.
Physaxe is my bread and butter for game development.
(This is a really Wonderfull library, awesome 2D Game engine.
So please Nicolas make it compatible if it is not.
Thank you very much for your hard work and....
Long Life to Haxe and it creators!!!
Awesome, the metadata feature will allow for a higher level of software development!
One feature I am still hoping for is that the DB-connector be changed, so that we can get columns by column names instead of indices in ResultSet objects in Neko.
Good to see an improvement in the PHP target as well, as I'm using that one a lot.
Few answers :
a) SWC input is not yet supported but you can already input some SWF containing AS3 code. The only issue is that the whole SWF is linked, and not the only classes used
b) Haxe already support FP 10.1
c) Physaxe is still compatible with 2.06
allow several -swf-lib parameters
Thank you, I was secretly wishing for this :D
I meant:
when the new api released with flash 10.1 will be available (multi touch, etc.) ?
Finally downloaded and installed it. It compiled my PHP projects fine, and it's a good thing that https is supported now.