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
path:
root
/
lib
/
async.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed old lib/async.js
Alexander Early
2016-02-16
1
-1265
/
+0
*
Update (C) to 2016
Graeme Yeates
2016-01-18
1
-1
/
+1
*
Merge pull request #998 from dacoozheng/master
Alexander Early
2016-01-07
1
-2
/
+3
|
\
|
*
Allow "hasOwnProperty" as key for memoize method.
dacoozheng
2016-01-03
1
-2
/
+3
|
*
prevent return "undefined" immediately when key is "constructor" for memoize ...
dacoozheng
2016-01-03
1
-2
/
+2
*
|
Use `nonexistent` instead of `inexistant` in error message.
mattcollier
2016-01-06
1
-1
/
+1
|
/
*
Merge pull request #994 from mchapman/patch-1
Alexander Early
2016-01-02
1
-1
/
+1
|
\
|
*
Add some information to error message
Mark Chapman
2016-01-01
1
-1
/
+1
*
|
fix: auto stops after error #988
Gregor Martynus
2015-12-30
1
-0
/
+5
|
/
*
Fixed incorrect handling of arguments in "auto" in case of empty callback
Ilya Shatokhin
2015-11-30
1
-1
/
+1
*
pass last result to while/until callback
ben fleis
2015-11-25
1
-1
/
+1
*
Clean up
Adam
2015-10-29
1
-18
/
+13
*
Bug fix #945: pause in queue with concurrency doesn't pause
Adam
2015-10-28
1
-0
/
+4
*
Merge pull request #891 from kolomiichenko/master
Alexander Early
2015-10-25
1
-0
/
+14
|
\
|
*
Added workersList() method into queue
Andrii Kolomiichenko
2015-08-25
1
-0
/
+14
*
|
move concurrency arg position in auto (#637)
Alexander Early
2015-10-25
1
-1
/
+6
*
|
Add concurrency argument to async.auto
Tim Vergenz
2015-10-25
1
-2
/
+9
*
|
Merge pull request #896 from caolan/iters
Alexander Early
2015-10-24
1
-18
/
+15
|
\
\
|
*
|
Implement eachOf through _keyIterator
iters
Graeme Yeates
2015-08-29
1
-18
/
+15
|
|
/
*
|
Merge pull request #892 from caolan/transform
Alexander Early
2015-10-24
1
-1
/
+15
|
\
\
|
*
|
Add async.transform
transform
Graeme Yeates
2015-08-24
1
-1
/
+15
|
|
/
*
|
Merge pull request #873 from caolan/object-map
Alexander Early
2015-10-24
1
-1
/
+2
|
\
\
|
*
|
Allow map to return objects
object-map
Graeme Yeates
2015-08-01
1
-1
/
+2
*
|
|
Use setImmediate consistently over nextTick
setImm
Graeme Yeates
2015-09-07
1
-2
/
+2
|
|
/
|
/
|
*
|
prevent old Android from choking on Promise#catch. Closes #870
Alexander Early
2015-08-07
1
-1
/
+1
*
|
Add detectLimit
Mark Yen
2015-07-28
1
-0
/
+1
|
/
*
Merge pull request #844 from megawac/types
Alexander Early
2015-07-19
1
-4
/
+10
|
\
|
*
Stricter type checking
Graeme Yeates
2015-07-11
1
-4
/
+10
*
|
Merge pull request #854 from caolan/unused-condition
Graeme Yeates
2015-07-20
1
-1
/
+0
|
\
\
|
*
|
Drop unused restParam case
unused-condition
Graeme Yeates
2015-07-19
1
-1
/
+0
|
|
/
*
|
Add test coverage of retry errors
Graeme Yeates
2015-07-20
1
-1
/
+1
|
/
*
Reuse identity
Graeme Yeates
2015-07-10
1
-6
/
+2
*
unit test for bluebird promisified functions
Aydar Zartdinov
2015-07-09
1
-1
/
+1
*
Merge branch 'master' of https://github.com/caolan/async
Aydar Zartdinov
2015-07-09
1
-29
/
+29
|
\
|
*
:full_moon_with_face: Adjust style to be consistent with jscs
Graeme Yeates
2015-07-08
1
-29
/
+29
*
|
callback moved out from try/catch block
Aydar Zartdinov
2015-07-09
1
-9
/
+10
*
|
asyncify Promises
zartdinov
2015-07-08
1
-1
/
+9
|
/
*
Add filter and reject limit
Graeme Yeates
2015-07-03
1
-5
/
+7
*
Simplify nextTick and setImmediate definitions
Graeme Yeates
2015-07-03
1
-29
/
+13
*
Merge #833 'sans-internal-map'
Graeme Yeates
2015-07-03
1
-6
/
+2
|
\
|
*
Remove interal mapLimit helper
Graeme Yeates
2015-07-03
1
-6
/
+2
*
|
Merge #832 'filter-simpl'
Graeme Yeates
2015-07-03
1
-5
/
+2
|
\
\
|
*
|
Avoid unnecessary loop in filter
Graeme Yeates
2015-07-03
1
-5
/
+2
|
|
/
*
|
once: ensure fn is gced
Graeme Yeates
2015-07-03
1
-6
/
+4
*
|
Add _indexOf helper
Graeme Yeates
2015-07-03
1
-7
/
+10
*
|
Remove unnecessary abs() in auto
Graeme Yeates
2015-07-03
1
-1
/
+1
*
|
Reduce duplication of forEachOf implentation
Graeme Yeates
2015-07-03
1
-2
/
+2
|
/
*
Merge pull request #829 from megawac/find-tester
Alexander Early
2015-07-02
1
-25
/
+16
|
\
|
*
Implement _detect via tester
Graeme Yeates
2015-07-02
1
-25
/
+16
*
|
Merge pull request #828 from megawac/arr-testers
Alexander Early
2015-07-02
1
-26
/
+37
|
\
\
|
|
/
[next]