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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wip] initial async generator support (#1560)
Alex Early
2018-08-05
2
-2
/
+104
*
[issue-1568][bug]: make sure error object defined before access its message (...
Reed Feng
2018-08-02
1
-0
/
+13
*
breaking: remove during, make test functions in until/whilst async (#1557)
Alex Early
2018-07-10
4
-191
/
+23
*
feat: Iterable queues (#1556)
Alex Early
2018-07-09
1
-0
/
+19
*
fix autoInject tests
Alexander Early
2018-07-08
2
-75
/
+42
*
prefer destructuring
Alexander Early
2018-07-08
44
-46
/
+46
*
disallow variable shadowing
Alexander Early
2018-07-08
5
-28
/
+27
*
ES6-ify codebase (#1553)
Alex Early
2018-07-08
46
-1501
/
+1456
*
limits of less than 1 are now an error (#1552)
Alex Early
2018-07-01
5
-45
/
+45
*
feat: Canceling flows (#1542)
Alex Early
2018-07-01
9
-4
/
+351
*
Fix a memoize test case
Suguru Motegi
2018-06-03
1
-2
/
+2
*
stop growling
Alexander Early
2018-06-03
1
-1
/
+0
*
fix tests
Alexander Early
2018-06-02
1
-2
/
+1
*
move mocha_tests/ to test/
Alexander Early
2018-06-02
49
-0
/
+8216
*
Get rid of nodeunit
ezubarev
2016-05-06
2
-30
/
+0
*
Convert console functions tests to mocha
ezubarev
2016-05-06
1
-68
/
+0
*
Convert apply/concat tests to mocha
ezubarev
2016-05-06
1
-84
/
+0
*
Convert during/ensureAsync tests to mocha
ezubarev
2016-05-06
1
-162
/
+0
*
Convert sortBy/whilst/until tests to mocha
ezubarev
2016-05-06
1
-253
/
+0
*
Convert asyncify tests to mocha
ezubarev
2016-05-06
1
-109
/
+0
*
Convert transform/seq/reduce/iterator tests to mocha
ezubarev
2016-05-06
1
-277
/
+0
*
Convert times tests to mocha
ezubarev
2016-05-06
1
-97
/
+0
*
Convert timeout tests to mocha
ezubarev
2016-05-06
1
-73
/
+0
*
Convert series tests to mocha
ezubarev
2016-05-06
1
-224
/
+0
*
Convert parallel tests to mocha
ezubarev
2016-05-06
1
-271
/
+0
*
Convert memoize tests to mocha
ezubarev
2016-05-05
1
-220
/
+0
*
Сonvert each/eachOf tests to mocha
ezubarev
2016-05-05
1
-625
/
+0
*
Сonvert map tests to mocha
ezubarev
2016-05-05
1
-282
/
+0
*
convert applyEach tests to mocha
Alexander Early
2016-04-07
1
-92
/
+0
*
fix spacing...
asilvas
2016-04-05
1
-18
/
+18
*
#1097. Named timeout for tracking purposes
asilvas
2016-04-05
1
-4
/
+31
*
Add back reflect and reflectAll.
JT Turner
2016-04-03
1
-0
/
+125
*
document that collection methods accept maps/sets/iterables
Alexander Early
2016-03-23
1
-1
/
+1
*
ensure map returns an array when an iterable is passed
Alexander Early
2016-03-23
1
-0
/
+15
*
Merge pull request #1074 from ex1st/master
Alex Early
2016-03-23
1
-0
/
+89
|
\
|
*
Remove iterator index (Map).
Ilya Shatokhin
2016-03-22
1
-3
/
+3
|
*
Added new tests
Ilya Shatokhin
2016-03-22
1
-0
/
+59
|
*
Add support for ES2015 iterators
Ilya Shatokhin
2016-03-22
1
-0
/
+30
*
|
convert cargo tests to mocha
Alexander Early
2016-03-22
1
-269
/
+0
*
|
convert priorityQueue tests to mocha
Alexander Early
2016-03-22
1
-112
/
+0
*
|
convert queue tests to mocha
Alexander Early
2016-03-22
1
-617
/
+0
|
/
*
iterator -> iteratee in test/
Alexander Early
2016-03-18
1
-96
/
+96
*
Merge branch 'master' into retryable
Alexander Early
2016-03-11
1
-176
/
+1
|
\
|
*
Merge pull request #1054 from caolan/retry-optional-callback
Alex Early
2016-03-08
1
-73
/
+2
|
|
\
|
*
\
Merge pull request #1053 from caolan/setimmediate-args
Alex Early
2016-03-08
1
-27
/
+0
|
|
\
\
|
|
*
|
pass extra args to setImmediate/nextTick. Fixes #940
Alexander Early
2016-03-07
1
-27
/
+0
|
*
|
|
Merge pull request #1050 from caolan/waterfall-multiple-callback-defense
Alex Early
2016-03-08
1
-149
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
convert test to mocha
Alexander Early
2016-03-06
1
-149
/
+1
*
|
|
|
added retryable wrapper for async tasks
Alexander Early
2016-03-07
1
-42
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
make callback optional in retry, refactor a bit
retry-optional-callback
Alexander Early
2016-03-07
1
-73
/
+2
|
/
/
[next]