|
@@ -40,12 +40,16 @@
|
|
swf : added @:font support (beta)
|
|
swf : added @:font support (beta)
|
|
all : added GADT support in enums
|
|
all : added GADT support in enums
|
|
all : added pattern matching (beta)
|
|
all : added pattern matching (beta)
|
|
- all : changed callback(func, args) to func.callback(args)
|
|
|
|
|
|
+ all : changed callback(func, args) to func.bind(args)
|
|
macro : added haxe.macro.ExprTools/ComplexTypeTools/TypeTools
|
|
macro : added haxe.macro.ExprTools/ComplexTypeTools/TypeTools
|
|
- macro : changed reification syntax
|
|
|
|
|
|
+ macro : changed reification syntax to ${expr}, $a{array}, $p{path}, $v{value}
|
|
all : added array comprehension
|
|
all : added array comprehension
|
|
flash : Vector.length is now Int instead of UInt
|
|
flash : Vector.length is now Int instead of UInt
|
|
all : moved haxe.BaseCode to haxe.crypto.BaseCode
|
|
all : moved haxe.BaseCode to haxe.crypto.BaseCode
|
|
|
|
+ all : disallow Void variables and arguments (still allow S -> T to S -> Void)
|
|
|
|
+ all : added Array.map/filter
|
|
|
|
+ all : added spell check suggestions for enum constructors and fields
|
|
|
|
+ all : added opaque abstract(T) types
|
|
|
|
|
|
2012-07-16: 2.10
|
|
2012-07-16: 2.10
|
|
java/cs : added two new targets (beta)
|
|
java/cs : added two new targets (beta)
|