[haXe] Haxe 1.1 Released !
Nicolas Cannasse
ncannasse at motion-twin.com
Thu May 25 00:34:31 CEST 2006
Hi list !
I'm pleased to announce the 1.1 Release of haXe.
This release includes some backward incompatible changes in syntax
(properties), commandline parameters, and packages (all remoting classes
have been moved in the haxe.remoting package). I will try not to have
such changes in the future if possible.
New features :
* added AMF remoting
* added LocalConnection remoting
* added Flash Player 6.0 support
* the compiler will now display several parsing and typing errors
All changes :
* added neko.Utf8
* Serializer/Unserializer now support utf8 strings
* allowed subtyping of prop. and pub/priv when implementing interface
* removed "eval" from Remoting APIs (only calls, less code)
* added flash6 support
* fixed Std.is (interfaces implements interface)
* added AsyncConnection.amfConnect for flash
* added SWF overflow checks
* changed "property" to "var"
* don't allow monorph unification with Dynamic (more safe)
* allowed multiple parsing and typing errors
* review and completed commandline options
* error on backwards constant integer iterators
* remoting proxy constructor is now public
* fixed -swf-header override the swflib background color
* moved all remoting classes into the haxe.remoting package
* added haxe.remoting.LocalConnection
Nicolas
More information about the Haxe
mailing list