[haXe] haXe 1.0 Release Candidate

Nicolas Cannasse ncannasse at motion-twin.com
Tue May 2 16:27:48 CEST 2006


> Hi lists,
> 
> I'm please to announce that the haXe 1.0 Release Candidate is now
> available for download on http://haxe.org

List of changes :
  - added the Socket class
  - fixed a bug of returned value in neko with 6 or more parameters
  - added "Missing type" error for catchs.
  - added regular expressions (still missing Flash implementation)
  - fixed type printing and parenthesis in type declarations
  - different behavior when elements removed during Array.iteration
  - fixed genswf : local variables used in for...function
  - improved type parameters structure coherency
  - enable usage of Spod without Transaction
  - implemented neko.db.Transaction.isDeadlock
  - slighly relaxed one of the javascript generator constraint
  - added haxe.Template
  - moved Log , PosInfos and ImportAll to haxe package
  - completed private class/interface/enum support
  - removed Array.indexes
  - added __resolve compile-time support when class implement Dynamic
  - added haxe Remoting
  - added "module with different case" error (for windows)
  - added Reflect.resolveClass,Reflect.resolveEnum,Reflect.setPrototype
  - added access to classes by name in genneko
  - added enum.__ename__
  - fixed Std.is(e,enum)
  - fixed infinite loop in neko EReg split/replace and epsilon matching
  - added neko native serialization support
  - fixed syntax for multiple constraints in type parameter
  - added recursive type parameters contraints (T : C<T> constraints)
  - updated Xml handling

Nicolas



More information about the Haxe mailing list