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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add short circuit test for every
Graeme Yeates
2016-10-15
2
-2
/
+30
*
Short circuit loops completely for some,every,detect when ready [fixes #1293]
Graeme Yeates
2016-10-15
5
-17
/
+72
*
Merge pull request #1304 from mikermcneil/patch-1
Graeme Yeates
2016-10-14
3
-7
/
+10
|
\
|
*
Verbiage: same as previous commit: use "value" instead of "result" for clarity
Mike McNeil
2016-10-13
1
-1
/
+1
|
*
verbiage: use "value" instead of "result" to avoid confusion and be more cons...
Mike McNeil
2016-10-13
1
-1
/
+1
|
*
update docs for mapValueEach
Mike McNeil
2016-10-13
1
-2
/
+3
|
*
update docs for mapValuesLimit
Mike McNeil
2016-10-13
1
-2
/
+3
|
*
docs: fix copy/paste typo
Mike McNeil
2016-10-13
1
-3
/
+4
|
/
*
Version 2.1.1
v2.1.1
Graeme Yeates
2016-10-12
1
-1
/
+1
*
Update built files
Graeme Yeates
2016-10-12
3
-4928
/
+5275
*
Version 2.1.0
v2.1.0
Hubert Argasinski
2016-10-12
1
-1
/
+1
*
Update built files
Hubert Argasinski
2016-10-12
3
-39
/
+78
*
fix style error in doc generation script
Hubert Argasinski
2016-10-12
1
-1
/
+0
*
Update changelog
Hubert Argasinski
2016-10-12
1
-0
/
+8
*
fix second minor typo in race docs
Hubert Argasinski
2016-10-12
1
-1
/
+1
*
Merge pull request #1302 from Nicholaiii/patch-1
Hubert Argasinski
2016-10-12
1
-1
/
+1
|
\
|
*
Minor typo fix
Nicholai Nissen
2016-10-12
1
-1
/
+1
|
/
*
Merge pull request #1300 from hargasinski/scrollspy
Hubert Argasinski
2016-10-11
4
-22
/
+113
|
\
|
*
docs: update searching to use new ids
Hubert Argasinski
2016-10-11
1
-3
/
+3
|
*
docs: using jQuery/cheerio builtins for adding class
Hubert Argasinski
2016-10-09
1
-3
/
+1
|
*
docs: update old id links to new ones
Hubert Argasinski
2016-10-07
1
-0
/
+12
|
*
docs: highlight current method in toc when viewing source file
Hubert Argasinski
2016-10-07
1
-0
/
+6
|
*
docs: added Bootstrap scroll-spy
Hubert Argasinski
2016-10-07
3
-25
/
+55
|
*
docs: combine toc sublists into one list
Hubert Argasinski
2016-10-07
2
-3
/
+48
|
/
*
Fix perf suite
Graeme Yeates
2016-10-05
2
-20
/
+20
*
apply #1282 to master, fixes misspelled word
Hubert Argasinski
2016-09-13
1
-1
/
+1
*
Merge pull request #1280 from hairyhenderson/fix-whilst-doc-inconsistency
Alex Early
2016-09-09
1
-4
/
+4
|
\
|
*
Fixing inconsistency in whilst jsdoc
Dave Henderson
2016-09-09
1
-4
/
+4
|
/
*
clarified applyEach arguments, fixes #1278
Hubert Argasinski
2016-09-06
1
-7
/
+9
*
Merge pull request #1271 from brismuth/master
Alex Early
2016-08-25
1
-1
/
+1
|
\
|
*
Adding closing parenthesis to parallel example.
Brian Smith
2016-08-25
1
-1
/
+1
|
/
*
Merge pull request #1261 from bojand/master
Graeme Yeates
2016-08-08
3
-5
/
+142
|
\
|
*
fix errorFilter comment to reflect that we only pass err argument. Removed se...
Bojan Djurkovic
2016-08-08
2
-7
/
+1
|
*
rename the new retry option to errorFilter and consolidate retry attempt cond...
Bojan Djurkovic
2016-08-04
3
-20
/
+16
|
*
changed the error test function to continueOperation. improved comment docume...
Bojan Djurkovic
2016-08-03
3
-30
/
+26
|
*
add filter option to retry() and retryable() to allow for error filtering and...
Bojan Djurkovic
2016-08-02
3
-3
/
+154
*
|
improved timeout example, fixes #1264
Hubert Argasinski
2016-08-06
1
-4
/
+23
*
|
Merge pull request #1263 from ieatfood/patch-1
Hubert Argasinski
2016-08-04
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Documentation typo
Kuba Holuj
2016-08-04
1
-2
/
+2
|
/
*
Merge pull request #1253 from caolan/loops
Graeme Yeates
2016-07-29
4
-22
/
+56
|
\
|
*
Add filter benchmark
loops
Graeme Yeates
2016-07-23
1
-0
/
+37
|
*
Unroll simple loop abstractions
Graeme Yeates
2016-07-23
3
-22
/
+19
*
|
Clean other built files
Graeme Yeates
2016-07-25
1
-1
/
+2
*
|
Merge pull request #1254 from hargasinski/master
Graeme Yeates
2016-07-25
2
-2
/
+16
|
\
\
|
*
|
added alias documentation, fixes #1251
Hubert Argasinski
2016-07-24
2
-2
/
+16
|
/
/
*
|
Fix once import
Graeme Yeates
2016-07-24
4
-5094
/
+4903
*
|
Update lodash to 4.14.0
Graeme Yeates
2016-07-24
21
-396
/
+370
|
/
*
Version 2.0.1
v2.0.1
Graeme Yeates
2016-07-22
1
-1
/
+1
*
Update built files
Graeme Yeates
2016-07-22
3
-5020
/
+5118
*
Update changelog
Graeme Yeates
2016-07-22
1
-0
/
+4
[next]