UNPKG

1.66 kBMarkdownView Raw
10.6.1 / 2017-05-16
2==================
3
4 * fix `process.nextTick` detection in Node.js
5
60.6.0 / 2017-03-25
7==================
8
9 * always invoke end callback asynchronously
10 * fix compatibility with component v1
11 * fix license field
12
130.5.3 / 2015-10-01
14==================
15
16 * fix for browserify
17
180.5.2 / 2014-12-22
19==================
20
21 * add brower field
22 * add license to package.json
23
240.5.1 / 2014-06-19
25==================
26
27 * add repository field to readme (exciting)
28
290.5.0 / 2013-07-29
30==================
31
32 * add `.throws(true)` to opt-in to responding with an array of error objects
33 * make `new` optional
34
350.4.0 / 2013-06-05
36==================
37
38 * add catching of immediate callback errors
39
400.3.2 / 2013-03-15
41==================
42
43 * remove Emitter call in constructor
44
450.3.1 / 2013-03-13
46==================
47
48 * add Emitter() mixin for client. Closes #8
49
500.3.0 / 2013-03-13
51==================
52
53 * add component.json
54 * add result example
55 * add .concurrency support
56 * add concurrency example
57 * add parallel example
58
590.2.1 / 2012-11-08
60==================
61
62 * add .start, .end, and .duration properties
63 * change dependencies to devDependencies
64
650.2.0 / 2012-10-04
66==================
67
68 * add progress events. Closes #5 (__BREAKING CHANGE__)
69
700.1.1 / 2012-07-03
71==================
72
73 * change "complete" event to "progress"
74
750.1.0 / 2012-07-03
76==================
77
78 * add Emitter inheritance and emit "complete" [burcu]
79
800.0.3 / 2012-06-02
81==================
82
83 * Callback results should be in the order of the queued functions.
84
850.0.2 / 2012-02-12
86==================
87
88 * any node
89
900.0.1 / 2010-01-03
91==================
92
93 * Initial release