aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/batch/History.md
blob: 424324a121387c6a6b0b017c9c81fb316c5a9af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
0.5.1 / 2014-06-19
==================

 * add repository field to readme (exciting)

0.5.0 / 2013-07-29
==================

 * add `.throws(true)` to opt-in to responding with an array of error objects
 * make `new` optional

0.4.0 / 2013-06-05
==================

 * add catching of immediate callback errors

0.3.2 / 2013-03-15
==================

  * remove Emitter call in constructor

0.3.1 / 2013-03-13
==================

  * add Emitter() mixin for client. Closes #8

0.3.0 / 2013-03-13
==================

  * add component.json
  * add result example
  * add .concurrency support
  * add concurrency example
  * add parallel example

0.2.1 / 2012-11-08
==================

  * add .start, .end, and .duration properties
  * change dependencies to devDependencies

0.2.0 / 2012-10-04
==================

  * add progress events. Closes #5 (__BREAKING CHANGE__)

0.1.1 / 2012-07-03
==================

  * change "complete" event to "progress"

0.1.0 / 2012-07-03
==================

  * add Emitter inheritance and emit "complete" [burcu]

0.0.3 / 2012-06-02
==================

  * Callback results should be in the order of the queued functions.

0.0.2 / 2012-02-12
==================

  * any node

0.0.1 / 2010-01-03
==================

  * Initial release