Skip to content

1.1.0

Compare
Choose a tag to compare
@basro basro released this 19 Jul 17:42
· 35 commits to master since this release
  • Rename JSAsync.func to jsasync and JSAsyncTools.await to jsawait. Trying to keep away from the names await and async since they could become keywords in future haxe versions.
  • Prefix macro-injected calls to static functions with std. to prevent name collisions.