|
@@ -9,6 +9,7 @@
|
|
all : does not allow overriding var/prop
|
|
all : does not allow overriding var/prop
|
|
flash : removed wrapping for Xml nodes, use instead specific compare when comparing two typed nodes
|
|
flash : removed wrapping for Xml nodes, use instead specific compare when comparing two typed nodes
|
|
js : use new haxe.xml.Parser (faster, not based on Regexp)
|
|
js : use new haxe.xml.Parser (faster, not based on Regexp)
|
|
|
|
+ flash : fixed completion issue with for( x in Vector )
|
|
|
|
|
|
2012-04-14: 2.09
|
|
2012-04-14: 2.09
|
|
all : optimized const == const and const != const (with different const types)
|
|
all : optimized const == const and const != const (with different const types)
|
|
@@ -54,6 +55,9 @@
|
|
cpp : Default arguments now use Null<T> for performance increase and interface compatibility
|
|
cpp : Default arguments now use Null<T> for performance increase and interface compatibility
|
|
cpp : Added metadata options for injecting native cpp code into headers, classes and functions
|
|
cpp : Added metadata options for injecting native cpp code into headers, classes and functions
|
|
php : added php.Lib.mail
|
|
php : added php.Lib.mail
|
|
|
|
+ (hotfix) fixed bug in completion and disabled profiling on Linux
|
|
|
|
+ (hotfix) fixed $ssize when doing new String(v) in neko
|
|
|
|
+ (hotfix) fixed bug with properties in interfaces for Flash & PHP
|
|
|
|
|
|
2011-09-25: 2.08
|
|
2011-09-25: 2.08
|
|
js : added js.JQuery
|
|
js : added js.JQuery
|