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
...
*
update changelog
Alexander Early
2019-05-19
1
-1
/
+2
*
BREAKING CHANGE: awaitable queues (#1641)
Alex Early
2019-05-19
9
-211
/
+310
*
update changelog
Alexander Early
2019-05-19
1
-0
/
+1
*
BREAKING CHANGE: remove partial application feature of applyEach (#1640)
Alex Early
2019-05-19
6
-53
/
+34
*
chore: Add Azure Pipelines for CI (Windows, Linux, Mac) (#1630), Fix async fu...
Pablo Núñez
2019-04-07
19
-83
/
+315
*
feat: add flatMap aliases for concat
Alexander Early
2019-03-09
4
-0
/
+6
*
fix: Reflect passes value on error (#1633)
Alex Early
2019-03-09
4
-17
/
+38
*
initialize results in whilst [fixes #1626] (#1628)
Hubert Argasinski
2019-03-01
2
-1
/
+19
*
Remove --save option as it isn't required anymore (#1624)
Steve Moser
2019-03-01
1
-3
/
+3
*
fix: stop priorityQueue from draining while items still pending (#1623)
André Guedes
2019-02-20
2
-1
/
+37
*
fix: send proper retry count to retry's interaval func (#1621)
Alex Early
2019-02-13
2
-2
/
+7
*
Fixes #1610 (#1615)
Sam Radhakrishnan
2019-02-13
1
-0
/
+3
*
chore: maybe fix xvfb in travis?
Alexander Early
2019-02-13
1
-2
/
+3
*
Fixes #1582 (#1597)
Hubert Argasinski
2018-11-27
28
-16
/
+917
*
feat: Use heap tree in priority queue (#1595)
yemreinci
2018-11-20
4
-10
/
+275
*
docs: Set focus on search input on page load (#1591)
David Stepanov
2018-10-29
1
-1
/
+1
*
--save no longer needed (#1585)
Joe Cortopassi
2018-10-04
1
-1
/
+1
*
Version 3.0.1-0
v3.0.1-0
Alexander Early
2018-09-30
1
-1
/
+1
*
Update built files
Alexander Early
2018-09-30
3
-4
/
+4
*
Update built files
Alexander Early
2018-09-30
4
-7031
/
+6053
*
update changelog for 3.0.0-rc1
Alexander Early
2018-09-30
1
-0
/
+36
*
feat: await-able Async methods (#1572)
Alex Early
2018-09-30
77
-201
/
+987
*
sentence fix (#1581)
Tony
2018-09-21
1
-1
/
+1
*
Small typo :) (#1579)
Jake Mingolla
2018-09-17
1
-1
/
+1
*
feat: Add cargoQueue type and tests (#1567)
Justin Chase
2018-08-07
4
-1642
/
+2037
*
update deps
Alexander Early
2018-08-05
2
-439
/
+1246
*
[wip] initial async generator support (#1560)
Alex Early
2018-08-05
52
-198
/
+1243
*
[issue-1568][bug]: make sure error object defined before access its message (...
Reed Feng
2018-08-02
2
-1
/
+14
*
Updated concat documentation (#1564)
Alexander Cerutti
2018-07-20
1
-3
/
+2
*
breaking: remove during, make test functions in until/whilst async (#1557)
Alex Early
2018-07-10
12
-330
/
+99
*
Add limit value to `mapLimit` example (#1558)
Abraham Williams
2018-07-09
1
-1
/
+1
*
feat: Iterable queues (#1556)
Alex Early
2018-07-09
4
-8
/
+44
*
fix autoInject tests
Alexander Early
2018-07-08
4
-86
/
+57
*
prefer destructuring
Alexander Early
2018-07-08
55
-61
/
+61
*
disallow variable shadowing
Alexander Early
2018-07-08
24
-133
/
+120
*
add pitfall about array mutation. Closes #1393
Alexander Early
2018-07-08
1
-0
/
+4
*
clarify applyEach docs. Closes #1501
Alexander Early
2018-07-08
1
-2
/
+7
*
update transform docs. Closes #1543
Alexander Early
2018-07-08
1
-2
/
+2
*
ES6-ify codebase (#1553)
Alex Early
2018-07-08
125
-3130
/
+2660
*
limits of less than 1 are now an error (#1552)
Alex Early
2018-07-01
7
-47
/
+50
*
feat: Canceling flows (#1542)
Alex Early
2018-07-01
21
-7
/
+414
*
Merge pull request #1540 from ORESoftware/patch-1
Alex Early
2018-06-03
1
-0
/
+5
|
\
|
*
need to demonstrate error cb not just drain cb
Operations Research Engineering Software+
2018-06-03
1
-0
/
+5
*
|
force update make
Alexander Early
2018-06-03
1
-0
/
+1
*
|
wtf make?
Alexander Early
2018-06-03
1
-0
/
+1
|
/
*
clean up debugging
Alexander Early
2018-06-03
2
-9
/
+1
*
does travis have xenial?
Alexander Early
2018-06-03
1
-1
/
+1
*
update make
Alexander Early
2018-06-03
1
-0
/
+3
*
update to trusty in travis?
Alexander Early
2018-06-03
1
-0
/
+2
*
more debug
Alexander Early
2018-06-03
2
-2
/
+6
[prev]
[next]