index
:
delta/npm-packages/async.git
1.1.x
1465
2.0-doc-callouts
2.x
DELETE_THIS_BRANCH
add_missing_return_docs
applyeach-no-partial
async-fn-support
async-generator-support
async-q-process
async-retry-interval
auto-argument-ordering
auto-no-deferral
autoinject
awaitable
awaitable-queues
batch-push-queue
break-tester-loops
browser-ci
browser-ma
browser-setimmediate
build-refactor
building
canceling
concat-order
concatLimit
dependabot/npm_and_yarn/babel/eslint-parser-7.19.1
dependabot/npm_and_yarn/chai-4.3.7
dependabot/npm_and_yarn/eslint-8.35.0
dependabot/npm_and_yarn/fs-extra-11.1.0
dependabot/npm_and_yarn/jsdoc-4.0.2
dependabot/npm_and_yarn/karma-6.4.1
dependabot/npm_and_yarn/rollup-3.17.3
dependabot/npm_and_yarn/semver-7.3.8
dependabot/npm_and_yarn/yargs-17.7.1
dll
doc-linking
docs
docs-folder
each-cleanup
each-iter
eachOfLimitImpl
ensure_async
es5-dep
es6-iterators
es6ify
eslint
fast-path-eachOf
filter-array-specific
fix-build
fix-retry-interval-func
generate-index
gh-pages
include-source-map-in-build
initial-params
issue-template
iterable-docs
iterator-jit
iters
jsdoc
kill-iterator
lib-import-cleanups
linked-list-methods
lodash-use
loops
map-objects
master
modularization
module-pkg
object-map
optimize-page-load
pr/1267
pr/1297
predicate-standardization
promisify_priority_queue
propagate-err
queue-724
queue-hard-kill
queue-opts
queue-tests
queue-workerslist-fix
retry
retry-optional-callback
retryable
schedule-drain
setImm
setimmediate-args
test-build
test-retry
timeout-fix
token-bucket
transform
unused-condition
update-dependencies
v1.4
waterfall-multiple-callback-defense
waterfall-optimization
whilst-first-it-fix
github.com: caolan/async
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
1.1.x
update package.jsons and changelog
Alexander Early
9 years
1465
#1465; don't memoize results that had an error
Graeme Yeates
7 years
2.0-doc-callouts
call out breaking changes inline in readme
Alexander Early
9 years
2.x
Version 2.6.4
Hubert Argasinski
3 years
DELETE_THIS_BRANCH
Merge branch 'master' into DELETE_THIS_BRANCH
Alexander Early
7 years
add_missing_return_docs
docs: add missing return definitions for awaitable functions
Hubert Argasinski
3 years
applyeach-no-partial
BREAKING CHANGE: remove partial application feature of applyEach
Alexander Early
5 years
async-fn-support
missed some docs
Alexander Early
8 years
async-generator-support
tighten up implementation
Alexander Early
6 years
async-q-process
Defer q.process until the next tick
Graeme Yeates
8 years
async-retry-interval
#1226, make retry interval asynchronous
Graeme Yeates
8 years
auto-argument-ordering
update readme with new call signature
Alexander Early
9 years
auto-no-deferral
refactor auto to not need a deferral
Alexander Early
9 years
autoinject
remove ES6 idioms
Alexander Early
9 years
awaitable
cleanup, remove noop and unused internal functions
Alexander Early
6 years
awaitable-queues
clarify docs
Alexander Early
5 years
batch-push-queue
prevent overwriting q.process from pausing the queue
Hubert Argasinski
7 years
break-tester-loops
Add short circuit test for every
Graeme Yeates
8 years
browser-ci
Fix visibility of tests
Graeme Yeates
8 years
browser-ma
Set "browser" to index to allow tree-shaking
Graeme Yeates
9 years
browser-setimmediate
wrap async import in setup block
Alexander Early
9 years
build-refactor
enable Make parallelizaion
Alexander Early
8 years
building
Source map output
megawac
9 years
canceling
docs
Alexander Early
6 years
concat-order
PR fixes
Hubert Argasinski
7 years
concatLimit
add concatLimit [fixes #1426]
Hubert Argasinski
7 years
dependabot/npm_and_yarn/babel/eslint-parser-7.19.1
Bump @babel/eslint-parser from 7.18.9 to 7.19.1
dependabot[bot]
2 years
dependabot/npm_and_yarn/chai-4.3.7
Bump chai from 4.3.6 to 4.3.7
dependabot[bot]
23 months
dependabot/npm_and_yarn/eslint-8.35.0
Bump eslint from 8.21.0 to 8.35.0
dependabot[bot]
20 months
dependabot/npm_and_yarn/fs-extra-11.1.0
Bump fs-extra from 10.1.0 to 11.1.0
dependabot[bot]
23 months
dependabot/npm_and_yarn/jsdoc-4.0.2
Bump jsdoc from 3.6.11 to 4.0.2
dependabot[bot]
20 months
dependabot/npm_and_yarn/karma-6.4.1
Bump karma from 6.4.0 to 6.4.1
dependabot[bot]
2 years
dependabot/npm_and_yarn/rollup-3.17.3
Bump rollup from 2.77.2 to 3.17.3
dependabot[bot]
20 months
dependabot/npm_and_yarn/semver-7.3.8
Bump semver from 7.3.7 to 7.3.8
dependabot[bot]
2 years
dependabot/npm_and_yarn/yargs-17.7.1
Bump yargs from 17.5.1 to 17.7.1
dependabot[bot]
20 months
dll
Minor cleanup
Graeme Yeates
8 years
doc-linking
Fix doc linking (see #1135)
Graeme Yeates
9 years
docs
Merge pull request #1192 from hargasinski/docs
Graeme Yeates
8 years
docs-folder
fix logo link
Alexander Early
5 years
each-cleanup
Minor cleanups to eachOfLimit
Graeme Yeates
8 years
each-iter
Implement each as iterator
Graeme Yeates
9 years
eachOfLimitImpl
implement eachof via eachOfLimit
Graeme Yeates
9 years
ensure_async
use ensureAsync with forever. Fixes #622
Alexander Early
9 years
es5-dep
Add dependency on ES5 stubs
Graeme Yeates
9 years
es6-iterators
Add support for ES2015 iterators
Graeme Yeates
9 years
es6ify
moar arrows
Alexander Early
6 years
eslint
simplify global defs
Alexander Early
8 years
fast-path-eachOf
Add a fast path for eachOf
Graeme Yeates
8 years
filter-array-specific
Implement array specific filter function
Graeme Yeates
8 years
fix-build
manually bump ansi-styles to 2.2.1
Hubert Argasinski
7 years
fix-retry-interval-func
fix: send proper retry count to retry's interaval func
Alexander Early
6 years
generate-index
include individual module files for aliases
Alexander Early
7 years
gh-pages
gh-pages update
Alexander Early
5 years
include-source-map-in-build
update Makefile to include source map in build dir [fixes #1452]
Hubert Argasinski
7 years
initial-params
simplify implementation
Alexander Early
9 years
issue-template
Add a issue template for users filing new issues
Graeme Yeates
8 years
iterable-docs
Document reduceRight as taking array
Graeme Yeates
8 years
iterator-jit
Make iterator more prone to JIT optimizations
Graeme Yeates
8 years
iters
Implement eachOf through _keyIterator
Graeme Yeates
9 years
jsdoc
[WIP] setup jsdoc
Graeme Yeates
8 years
kill-iterator
Remove async.iterator (#1237)
Graeme Yeates
8 years
lib-import-cleanups
Cleanup some of the dependency imports
Graeme Yeates
8 years
linked-list-methods
add queue.remove
Alexander Early
8 years
lodash-use
Avoid including lodash iteratee in builds (saves 60kb :feelsgood:)
Graeme Yeates
8 years
loops
Add filter benchmark
Graeme Yeates
8 years
map-objects
simplify index tracking
Alexander Early
8 years
master
Bump eslint from 8.20.0 to 8.21.0 (#1857)
dependabot[bot]
2 years
modularization
gitignore build directories
Alexander Early
9 years
module-pkg
update docs
Alexander Early
5 years
object-map
Allow map to return objects
Graeme Yeates
9 years
optimize-page-load
Optimize asset loading for docs
Graeme Yeates
8 years
pr/1267
Avoid unnessary queuing of *concurrency processes on resume
Graeme Yeates
8 years
pr/1297
Handle iterators
Graeme Yeates
8 years
predicate-standardization
re-fix readme
Alexander Early
9 years
promisify_priority_queue
fix: update priorityQueue functionality to match queue
Hubert Argasinski
3 years
propagate-err
fix test descriptions
Hubert Argasinski
6 years
queue-724
fix cargo events test
Alexander Early
9 years
queue-hard-kill
hard kill #1335 :volcano:
Graeme Yeates
8 years
queue-opts
use each instead of some
Alexander Early
8 years
queue-tests
tweak retry tests to be more descriptive when they fail
Alexander Early
8 years
queue-workerslist-fix
remove newline
Hubert Argasinski
7 years
retry
Update changelog
Graeme Yeates
8 years
retry-optional-callback
make callback optional in retry, refactor a bit
Alexander Early
9 years
retryable
add docs for retryable
Alexander Early
9 years
schedule-drain
add a guard to the task callback drain
Hubert Argasinski
3 years
setImm
Use setImmediate consistently over nextTick
Graeme Yeates
9 years
setimmediate-args
support extra args for nextTick in older versions of node
Alexander Early
9 years
test-build
Run unit tests on build
Graeme Yeates
8 years
test-retry
Add retries to a flakey retries test case
Graeme Yeates
8 years
timeout-fix
allow fn wrapped in timeout to be called multiple times (fixes #1418)
Hubert Argasinski
7 years
token-bucket
Add eachOfRateLimit example
Graeme Yeates
8 years
transform
Add async.transform
Graeme Yeates
9 years
unused-condition
Drop unused restParam case
Graeme Yeates
9 years
update-dependencies
Tweak travis config
Graeme Yeates
8 years
v1.4
fix formatting, change a couple words
Alexander Early
9 years
waterfall-multiple-callback-defense
clean up code, use ES6
Alexander Early
9 years
waterfall-optimization
one more style fix
Alexander Early
8 years
whilst-first-it-fix
initialize results in whilst [fixes #1626]
Hubert Argasinski
6 years
Tag
Download
Author
Age
v3.2.4
async-3.2.4.tar.gz
Hubert Argasinski
2 years
v2.6.4
async-2.6.4.tar.gz
Hubert Argasinski
3 years
v3.2.3
async-3.2.3.tar.gz
Alexander Early
3 years
v3.2.2
async-3.2.2.tar.gz
Alexander Early
3 years
v3.2.1
async-3.2.1.tar.gz
Alexander Early
3 years
v3.2.0
async-3.2.0.tar.gz
Alexander Early
5 years
v3.1.1
async-3.1.1.tar.gz
Alexander Early
5 years
v2.6.3
async-2.6.3.tar.gz
Alexander Early
5 years
v3.1.0
async-3.1.0.tar.gz
Alexander Early
5 years
v3.0.1
async-3.0.1.tar.gz
Alexander Early
5 years
v3.0.0
async-3.0.0.tar.gz
Alexander Early
5 years
v2.6.2
async-2.6.2.tar.gz
Alexander Early
6 years
v3.0.1-0
async-3.0.1-0.tar.gz
Alexander Early
6 years
v2.6.1
async-2.6.1.tar.gz
Alexander Early
6 years
v2.6.0
async-2.6.0.tar.gz
Alexander Early
7 years
v2.5.0
async-2.5.0.tar.gz
Alexander Early
7 years
v2.4.1
async-2.4.1.tar.gz
Alexander Early
7 years
v2.4.0
async-2.4.0.tar.gz
Alexander Early
8 years
v2.3.0
async-2.3.0.tar.gz
Alexander Early
8 years
v2.2.0
async-2.2.0.tar.gz
Alexander Early
8 years
v2.1.5
async-2.1.5.tar.gz
Graeme Yeates
8 years
v2.1.4
async-2.1.4.tar.gz
Graeme Yeates
8 years
v2.1.3
async-2.1.3.tar.gz
Graeme Yeates
8 years
v2.1.2
async-2.1.2.tar.gz
Graeme Yeates
8 years
v2.1.1
async-2.1.1.tar.gz
Graeme Yeates
8 years
v2.1.0
async-2.1.0.tar.gz
Hubert Argasinski
8 years
v2.0.1
async-2.0.1.tar.gz
Graeme Yeates
8 years
v2.0.0
async-2.0.0.tar.gz
Alexander Early
8 years
v2.0.0-rc.6
async-2.0.0-rc.6.tar.gz
Alexander Early
8 years
v2.0.0-rc.5
async-2.0.0-rc.5.tar.gz
Graeme Yeates
8 years
v2.0.0-rc.4
async-2.0.0-rc.4.tar.gz
Alexander Early
9 years
v2.0.0-rc.3
async-2.0.0-rc.3.tar.gz
Alexander Early
9 years
v2.0.0-rc.2
async-2.0.0-rc.2.tar.gz
Alexander Early
9 years
v2.0.0-rc.1
async-2.0.0-rc.1.tar.gz
Alexander Early
9 years
v2.0.0-alpha.0
async-2.0.0-alpha.0.tar.gz
Alexander Early
9 years
v1.5.2
async-1.5.2.tar.gz
Alexander Early
9 years
v1.5.1
async-1.5.1.tar.gz
Alexander Early
9 years
v1.5.0
async-1.5.0.tar.gz
Alexander Early
9 years
v1.4.2
async-1.4.2.tar.gz
Graeme Yeates
9 years
v1.4.1
async-1.4.1.tar.gz
Alexander Early
9 years
v1.4.0
async-1.4.0.tar.gz
Graeme Yeates
9 years
v1.3.0
async-1.3.0.tar.gz
Alexander Early
9 years
1.2.1
async-1.2.1.tar.gz
Alexander Early
9 years
1.1.1
async-1.1.1.tar.gz
Alexander Early
9 years
1.2.0
async-1.2.0.tar.gz
Alexander Early
9 years
v1.2.0
async-v1.2.0.tar.gz
Alexander Early
9 years
1.1.0
async-1.1.0.tar.gz
Alexander Early
9 years
1.0.0
async-1.0.0.tar.gz
Alexander Early
9 years
0.9.2
async-0.9.2.tar.gz
Beau Gunderson
10 years
0.9.1
async-0.9.1.tar.gz
Beau Gunderson
10 years
0.9.0
async-0.9.0.tar.gz
Caolan McMahon
10 years
0.8.0
async-0.8.0.tar.gz
Caolan McMahon
11 years
0.7.0
async-0.7.0.tar.gz
Caolan McMahon
11 years
0.6.2
async-0.6.2.tar.gz
Caolan McMahon
11 years
0.6.1
async-0.6.1.tar.gz
Caolan McMahon
11 years
0.6.0
async-0.6.0.tar.gz
Caolan McMahon
11 years
0.5.0
async-0.5.0.tar.gz
Caolan McMahon
11 years
0.4.1
async-0.4.1.tar.gz
Caolan McMahon
11 years
0.4.0
async-0.4.0.tar.gz
Caolan McMahon
11 years
0.3.0
async-0.3.0.tar.gz
Caolan McMahon
11 years
0.2.10
async-0.2.10.tar.gz
Caolan McMahon
11 years
0.2.9
async-0.2.9.tar.gz
Caolan McMahon
11 years
0.2.8
async-0.2.8.tar.gz
Caolan McMahon
12 years
0.2.7
async-0.2.7.tar.gz
Caolan McMahon
12 years
0.2.6
async-0.2.6.tar.gz
Caolan McMahon
12 years
v0.2.5
async-0.2.5.tar.gz
Caolan McMahon
12 years
v0.2.4
async-0.2.4.tar.gz
Caolan McMahon
12 years
v0.2.3
async-0.2.3.tar.gz
Caolan McMahon
12 years
v0.2.2
async-0.2.2.tar.gz
Caolan McMahon
12 years
v0.2.1
async-0.2.1.tar.gz
Caolan McMahon
12 years
v0.2.0
async-0.2.0.tar.gz
Caolan McMahon
12 years
0.1.24
async-0.1.24.tar.gz
jkroso
12 years
v0.1.23
async-0.1.23.tar.gz
jkroso
12 years
v0.1.22
async-0.1.22.tar.gz
Caolan McMahon
12 years
v0.1.21
async-0.1.21.tar.gz
Caolan McMahon
12 years
v0.1.20
async-0.1.20.tar.gz
Caolan McMahon
12 years
v0.1.19
async-0.1.19.tar.gz
Caolan McMahon
12 years
v0.1.17
async-0.1.17.tar.gz
Caolan McMahon
13 years
v0.1.15
async-0.1.15.tar.gz
Caolan McMahon
13 years
v0.1.6
async-0.1.6.tar.gz
Caolan McMahon
14 years
v0.1.5
async-0.1.5.tar.gz
Caolan McMahon
14 years
v0.1.4
async-0.1.4.tar.gz
Caolan McMahon
14 years
v0.1.3
async-0.1.3.tar.gz
Caolan McMahon
14 years
v0.1.2
async-0.1.2.tar.gz
Caolan McMahon
14 years
v0.1.1
async-0.1.1.tar.gz
Caolan McMahon
14 years
v0.1.0
async-0.1.0.tar.gz
Caolan McMahon
14 years