比較提交

...

2 次程式碼提交

作者 SHA1 備註 日期
0c2692f9fb bump v1.0.1 2019-06-13 17:47:44 -06:00
42602e34c8 update README 2019-06-13 17:47:27 -06:00
共有 2 個檔案被更改,包括 3 行新增2 行删除

查看文件

@ -1,6 +1,7 @@
# [batchasync.js](https://git.coolaj86.com/coolaj86/batchasync.js)
Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.
Like calling `map()` and resolving with `Promise.all()`,
but handling a bounded number of items at any given time.
## Install

查看文件

@ -1,6 +1,6 @@
{
"name": "batchasync",
"version": "1.0.0",
"version": "1.0.1",
"description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.",
"main": "batchasync.js",
"scripts": {