- Fix
...
(akaOverload.More
) bug when it matches 0 arguments and thus should be recognized as emptyArray
. - Fix bug when comparing
...
(akaOverload.More
) with numbers of*
(akaOverload.Any
).
- Added support for exporting as YUI module.
- Replaced all
.yield
in Async and List with["yield"]
in order to avoid the use of reserved word. - Minor code tweak.
- Fixed the misuse of module causing all scripts stop working for browsers.
- Added
Async.collect
for parallel operations.
- Redesign
...
(akaOverload.More
) usage to make it work like CoffeeScript's.
- Added
Async.instant
as a short-cut toAsync.wait(0, content)
.
- First stable release.