[haXe] haXe 1.08 Released !

Nicolas Cannasse ncannasse at motion-twin.com
Mon Oct 30 18:03:00 CET 2006


Hi list,

haXe 1.08 has just been released on http://haxe.org/download !

  * there is a new haxe.rtti package to parse XML files
    that haxe -xml will output (containing types and doc).
    you can get complete Runtime Type Informations for your classes
    on all plaforms, see http://haxe.org/tutos/rtti

  * haxedoc has been entirely rewritten and uses the Rtti API

  * some haxe.remoting and neko.io classes has been moved to the
    new neko.net package. See http://haxe.org/changes_08 for
    informations about porting your code

  * all Neko 1.5 distributions now includes both mod_neko for
    Apache 1.3 and mod_neko2 for Apache 2.2

  * A good number of bug have been eliminated

Complete list of changes :
  * fixed bug in flash -debug
  * fixed Sqlite result .length
  * fixed missing "." in OSX/Linux default classpath
  * fixed haxelib NDLL autoloading on OSX
  * fixed bug in deserialization of "\\\r" sequence
  * added inheritance and fields getter/setter to xml output
  * haxedoc 2.0
  * fixed neko native enum serialization
  * fixed "all constructors matched" for enums without params
  * fixed returned value semantics in neko (prevent remoting leak)
  * more documentation
  * added haxe.rtti package (classes can implement haxe.rtti.Infos)
  * fixed windows line endings in exclude files under linux/osx
  * fixed small bug in "cast" syntax
  * added "callback" for partial function application
  * added --auto-xml for future haxeFD usage
  * fixed Reflect.isFunction
  * minor bugfix in JS code generator
  * new neko.net package
  * allow recursive remoting proxys (skip instead of error)

Enjoy !

Nicolas



More information about the Haxe mailing list