Compare commits

...

2 Commits

Author SHA1 Message Date
AJ ONeal 0c2692f9fb bump v1.0.1 2019-06-13 17:47:44 -06:00
AJ ONeal 42602e34c8 update README 2019-06-13 17:47:27 -06:00
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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": {