Compare commits

..

No commits in common. "0c2692f9fb5de33fe2cc0c3f6a0a1fab74a36604" and "ecdd869e5b5b8e77cea4af2f37f56b481817c665" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
# [batchasync.js](https://git.coolaj86.com/coolaj86/batchasync.js)
Like calling `map()` and resolving with `Promise.all()`,
but handling a bounded number of items at any given time.
Like forEachAsync, or 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.1",
"version": "1.0.0",
"description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.",
"main": "batchasync.js",
"scripts": {