[haXe] haXe Beta 5 Released

Nicolas Cannasse ncannasse at motion-twin.com
Mon Apr 17 13:07:50 CEST 2006


> Hello Nicolas,
> Can we have a changelog? :) (especially to know what has changed in
> the javascript generator)

Changes are the following :
  - fixed bug : continue in do...while
  - changed typing order for do...while (infer condition after block)
  - fixed JS "catch" generation
  - fixed extending flash.* extern class
  - fixed bug in neko generator w/ closures
  - fixed bug in js generator (return switch need correct "this" context)
  - fixed bug in for x in a...b : invalid local variables overridding
  - added properties
  - fixed bug in js generator : while...switch...break
  - new List implementation
  - can use static function __init__ on every platform
  - bug fixes in Reflect.fields
  - added Hash.remove, changed Hash/JS implementation
  - added flash __delete__ support
  - added neko.db.Object, Manager, Transaction
  - fixed neko class.__interfaces__
  - added "assigning a value to itself" error
  - added automatic PosInfos when is last parameter
  - added polymorphic methods
  - added check_flash_args support

If you're interested in the JS generator in particular, you can checkout
the CVS for example and do a "CVS History" command that will give you
useful informations (for example on Windows I recommand that you use
TortoiseCVS).

Nicolas



More information about the Haxe mailing list