424324a121387c6a6b0b017c9c81fb316c5a9af9
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-index / node_modules / batch / History.md
1
2 0.5.1 / 2014-06-19
3 ==================
4
5  * add repository field to readme (exciting)
6
7 0.5.0 / 2013-07-29
8 ==================
9
10  * add `.throws(true)` to opt-in to responding with an array of error objects
11  * make `new` optional
12
13 0.4.0 / 2013-06-05
14 ==================
15
16  * add catching of immediate callback errors
17
18 0.3.2 / 2013-03-15
19 ==================
20
21   * remove Emitter call in constructor
22
23 0.3.1 / 2013-03-13
24 ==================
25
26   * add Emitter() mixin for client. Closes #8
27
28 0.3.0 / 2013-03-13
29 ==================
30
31   * add component.json
32   * add result example
33   * add .concurrency support
34   * add concurrency example
35   * add parallel example
36
37 0.2.1 / 2012-11-08
38 ==================
39
40   * add .start, .end, and .duration properties
41   * change dependencies to devDependencies
42
43 0.2.0 / 2012-10-04
44 ==================
45
46   * add progress events. Closes #5 (__BREAKING CHANGE__)
47
48 0.1.1 / 2012-07-03
49 ==================
50
51   * change "complete" event to "progress"
52
53 0.1.0 / 2012-07-03
54 ==================
55
56   * add Emitter inheritance and emit "complete" [burcu]
57
58 0.0.3 / 2012-06-02
59 ==================
60
61   * Callback results should be in the order of the queued functions.
62
63 0.0.2 / 2012-02-12
64 ==================
65
66   * any node
67
68 0.0.1 / 2010-01-03
69 ==================
70
71   * Initial release