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
*
Merge branch 'master' into awaitable-queues
Alex Early
2019-05-19
3
-38
/
+22
|
\
|
*
BREAKING CHANGE: remove partial application feature of applyEach (#1640)
Alex Early
2019-05-19
4
-44
/
+28
*
|
make the upgrade a bit more user-friendly
Alexander Early
2019-05-19
1
-2
/
+9
*
|
fix tests in firefox
Alexander Early
2019-05-19
1
-5
/
+11
*
|
fix priorityQueue tests
Alexander Early
2019-05-18
2
-24
/
+24
*
|
BREAKING CHANGE: awaitable queues
Alexander Early
2019-05-18
5
-106
/
+135
|
/
*
chore: Add Azure Pipelines for CI (Windows, Linux, Mac) (#1630), Fix async fu...
Pablo Núñez
2019-04-07
12
-78
/
+77
*
fix: Reflect passes value on error (#1633)
Alex Early
2019-03-09
3
-12
/
+29
*
initialize results in whilst [fixes #1626] (#1628)
Hubert Argasinski
2019-03-01
1
-0
/
+18
*
fix: stop priorityQueue from draining while items still pending (#1623)
André Guedes
2019-02-20
1
-0
/
+36
*
fix: send proper retry count to retry's interaval func (#1621)
Alex Early
2019-02-13
1
-1
/
+6
*
Fixes #1582 (#1597)
Hubert Argasinski
2018-11-27
21
-10
/
+909
*
feat: Use heap tree in priority queue (#1595)
yemreinci
2018-11-20
1
-0
/
+124
*
feat: await-able Async methods (#1572)
Alex Early
2018-09-30
3
-1
/
+583
*
feat: Add cargoQueue type and tests (#1567)
Justin Chase
2018-08-07
1
-0
/
+333
*
[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
|
\
[next]