Comparar commits

..

Nenhum commit em comum. "0c2692f9fb5de33fe2cc0c3f6a0a1fab74a36604" e "ecdd869e5b5b8e77cea4af2f37f56b481817c665" tem históricos completamente diferentes.

2 arquivos alterados com 2 adições e 3 exclusões

Ver arquivo

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

Ver arquivo

@ -1,6 +1,6 @@
{ {
"name": "batchasync", "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.", "description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.",
"main": "batchasync.js", "main": "batchasync.js",
"scripts": { "scripts": {