UNPKG

859 BMarkdownView Raw
1
21.5.1 / 2013-08-11
3==================
4
5 * remove setImmediate() usage - ~110% perf increase. Closes #14
6
70.5.0 / 2013-08-10
8==================
9
10 * add receiver propagation support
11 * examples: update streams.js example to use `http.get()` and streams2 API
12
131.4.1 / 2013-07-01
14==================
15
16 * fix gen.next(val) for latest v8. Closes #8
17
181.4.0 / 2013-06-21
19==================
20
21 * add promise support to joins
22 * add `yield generatorFunction` support
23 * add `yield generator` support
24 * add nested join support
25
261.3.0 / 2013-06-10
27==================
28
29 * add passing of arguments
30
311.2.1 / 2013-06-08
32==================
33
34 * fix join() of zero thunks
35
361.2.0 / 2013-06-08
37==================
38
39 * add array yielding support. great suggestion by @domenic
40
411.1.0 / 2013-06-06
42==================
43
44 * add promise support
45 * change nextTick to setImmediate