|
@@ -25,7 +25,6 @@
|
|
|
all : optimized variable tracking/renaming
|
|
|
all : optimized macro engine (speed x2)
|
|
|
all : added -D macrotimes support
|
|
|
- all : added untyped __this__ support (prepare for 'this' spec. change)
|
|
|
flash9 : store resources in bytes tag instead of bytecode
|
|
|
all : allow $ prefixed identifiers (for macros usage only)
|
|
|
all : allow to access modules subtype statics with pack.Mod.Type.value
|
|
@@ -33,6 +32,8 @@
|
|
|
flash9 : added @:bitmap("file") for simple embedding
|
|
|
all : added haxe.web.Dispatch
|
|
|
js : added js.Storage
|
|
|
+ all : allow this + member variables access in local functions
|
|
|
+ added untyped __this__ support and transition error
|
|
|
|
|
|
2011-01-30: 2.07
|
|
|
all : fixed completion support with --remap
|