[haXe] haXe 1.17 Released !
Nicolas Cannasse
ncannasse at motion-twin.com
Sun Jan 13 14:06:09 CET 2008
Hi list,
I'm please to announce the 1.17 release of haXe !
Major changes are the following :
- added "inline" , see http://haxe.org/ref#inline
- big optimizations and bugfixes for Flash9 support
- more possibilities to use Flash 8/9 SWFs from F9 haXe code :
http://haxe.org/tutos/flash9#using_the_library
All changes are the following :
* fixed Int32.compare, added Int32.read and Int32.write
* fixed type of unitialized registers in flash9
* fixed Sqlite transactions
* several flash9 optimizations
* flash9 debug support (with -D fdb)
* set align to TopLeft if not defined for flash9
* added neko.vm.Gc
* fixed Null should not be a value
* bugfix in serialization format with USE_ENUM_INDEXES
* added apis in DateTools for time manipulation
* bugfix in flash9 : strictly typed local vars used in local functions
* always force swf version and sandbox redefinition
* added as3hl layer
* merge as3 classes
* use flash9 fast switch for enums
* always use match for enums (no switch even if constant)
* fixed DateTools.format %I and %l in Flash/JS
* securized Hash for JS and Flash
* compiletime F9 class generation for F8 swflib
* optimized for loops (Array and IntIter)
* added #line support
* more f9 Null<T> support for "if" and array declarations
* more neko.Web.setCookie parameters
* added "inline" for methods and static vars
* fixed % type in flash9
Best,
Nicolas
More information about the Haxe
mailing list