|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | 0.6.1 / 2017-05-16
|
|---|
| 2 | ==================
|
|---|
| 3 |
|
|---|
| 4 | * fix `process.nextTick` detection in Node.js
|
|---|
| 5 |
|
|---|
| 6 | 0.6.0 / 2017-03-25
|
|---|
| 7 | ==================
|
|---|
| 8 |
|
|---|
| 9 | * always invoke end callback asynchronously
|
|---|
| 10 | * fix compatibility with component v1
|
|---|
| 11 | * fix license field
|
|---|
| 12 |
|
|---|
| 13 | 0.5.3 / 2015-10-01
|
|---|
| 14 | ==================
|
|---|
| 15 |
|
|---|
| 16 | * fix for browserify
|
|---|
| 17 |
|
|---|
| 18 | 0.5.2 / 2014-12-22
|
|---|
| 19 | ==================
|
|---|
| 20 |
|
|---|
| 21 | * add brower field
|
|---|
| 22 | * add license to package.json
|
|---|
| 23 |
|
|---|
| 24 | 0.5.1 / 2014-06-19
|
|---|
| 25 | ==================
|
|---|
| 26 |
|
|---|
| 27 | * add repository field to readme (exciting)
|
|---|
| 28 |
|
|---|
| 29 | 0.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 |
|
|---|
| 35 | 0.4.0 / 2013-06-05
|
|---|
| 36 | ==================
|
|---|
| 37 |
|
|---|
| 38 | * add catching of immediate callback errors
|
|---|
| 39 |
|
|---|
| 40 | 0.3.2 / 2013-03-15
|
|---|
| 41 | ==================
|
|---|
| 42 |
|
|---|
| 43 | * remove Emitter call in constructor
|
|---|
| 44 |
|
|---|
| 45 | 0.3.1 / 2013-03-13
|
|---|
| 46 | ==================
|
|---|
| 47 |
|
|---|
| 48 | * add Emitter() mixin for client. Closes #8
|
|---|
| 49 |
|
|---|
| 50 | 0.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 |
|
|---|
| 59 | 0.2.1 / 2012-11-08
|
|---|
| 60 | ==================
|
|---|
| 61 |
|
|---|
| 62 | * add .start, .end, and .duration properties
|
|---|
| 63 | * change dependencies to devDependencies
|
|---|
| 64 |
|
|---|
| 65 | 0.2.0 / 2012-10-04
|
|---|
| 66 | ==================
|
|---|
| 67 |
|
|---|
| 68 | * add progress events. Closes #5 (__BREAKING CHANGE__)
|
|---|
| 69 |
|
|---|
| 70 | 0.1.1 / 2012-07-03
|
|---|
| 71 | ==================
|
|---|
| 72 |
|
|---|
| 73 | * change "complete" event to "progress"
|
|---|
| 74 |
|
|---|
| 75 | 0.1.0 / 2012-07-03
|
|---|
| 76 | ==================
|
|---|
| 77 |
|
|---|
| 78 | * add Emitter inheritance and emit "complete" [burcu]
|
|---|
| 79 |
|
|---|
| 80 | 0.0.3 / 2012-06-02
|
|---|
| 81 | ==================
|
|---|
| 82 |
|
|---|
| 83 | * Callback results should be in the order of the queued functions.
|
|---|
| 84 |
|
|---|
| 85 | 0.0.2 / 2012-02-12
|
|---|
| 86 | ==================
|
|---|
| 87 |
|
|---|
| 88 | * any node
|
|---|
| 89 |
|
|---|
| 90 | 0.0.1 / 2010-01-03
|
|---|
| 91 | ==================
|
|---|
| 92 |
|
|---|
| 93 | * Initial release
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.