multi-tasks 2.1.1 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,7 +111,8 @@ let processTask = (task, helper)=>{
|
|
|
111
111
|
|
|
112
112
|
Changelog:
|
|
113
113
|
|
|
114
|
-
- 2.1.
|
|
114
|
+
- 2.1.2 Update readme
|
|
115
|
+
- 2.1.1 Fix: recreate a new one when a worker collapsed unexpectedly.
|
|
115
116
|
- 2.1.0 Add a new output directory "log" where you can view the process time of each subtask
|
|
116
117
|
- 2.0.9 Update readme examples
|
|
117
118
|
- 2.0.8 Update readme examples
|
|
@@ -144,3 +145,7 @@ Changelog:
|
|
|
144
145
|
Github:
|
|
145
146
|
|
|
146
147
|
[https://github.com/zhanglei923/multi-tasks](https://github.com/zhanglei923/multi-tasks)
|
|
148
|
+
|
|
149
|
+
Support / Bug Report:
|
|
150
|
+
|
|
151
|
+
[mailto:zhangleisupport923@163.com](zhangleisupport923@163.com)
|