Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | pass extra args to setImmediate/nextTick. Fixes #940 | Alexander Early | 2016-03-07 | 1 | -1/+6 | |
* | | | | Add entry for async.timeout in README | Augusto Franzoia | 2016-03-07 | 1 | -0/+23 | |
| |_|/ |/| | | ||||||
* | | | Update README.md | Graeme Yeates | 2016-03-02 | 1 | -1/+2 | |
* | | | Made 2.0 warning more obvious. | Alex Early | 2016-03-02 | 1 | -1/+1 | |
* | | | update readme with new call signatureauto-argument-ordering | Alexander Early | 2016-02-27 | 1 | -42/+16 | |
* | | | re-fix readmepredicate-standardization | Alexander Early | 2016-02-27 | 1 | -2/+2 | |
* | | | Merge pull request #1039 from lgaticaq/master | Alex Early | 2016-02-26 | 1 | -4/+4 | |
|\ \ \ | ||||||
| * | | | Fix async.filter example | Leonardo Gatica | 2016-02-26 | 1 | -4/+4 | |
* | | | | Add race method | Jorge Bay Gondra | 2016-02-26 | 1 | -0/+41 | |
|/ / / | ||||||
* | | | added a base implementation for unsaturation event #868 | Ernie Casilla | 2016-02-20 | 1 | -2/+3 | |
* | | | move es build to separate folder/package | Alexander Early | 2016-02-16 | 1 | -1/+1 | |
* | | | fix readme | charlierudolph | 2016-02-16 | 1 | -5/+5 | |
* | | | filter, reject, detect, some, every with error | charlierudolph | 2016-02-16 | 1 | -31/+40 | |
* | | | add note about in-progress docs for 2.0 | Alexander Early | 2016-02-14 | 1 | -4/+6 | |
* | | | pull in readme changes from master | Alexander Early | 2016-02-14 | 1 | -247/+329 | |
| |/ |/| | ||||||
* | | fix typo in #971 | Charlie Rudolph | 2015-12-16 | 1 | -1/+1 | |
* | | Bug fix #968: uddate Readme for `async.every()` | Kenta Fried | 2015-12-02 | 1 | -3/+3 | |
* | | update README with until/whilst callback results | ben fleis | 2015-11-26 | 1 | -6/+10 | |
* | | Clarify parallel callback | Alexander Early | 2015-11-05 | 1 | -1/+1 | |
* | | Merge pull request #891 from kolomiichenko/master | Alexander Early | 2015-10-25 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Added workersList() method into queue | Andrii Kolomiichenko | 2015-08-25 | 1 | -0/+1 | |
* | | | move concurrency arg position in auto (#637) | Alexander Early | 2015-10-25 | 1 | -3/+2 | |
* | | | Add concurrency argument to async.auto | Tim Vergenz | 2015-10-25 | 1 | -1/+3 | |
* | | | Fixes a typo in the Readme | Gary Ye | 2015-09-17 | 1 | -1/+1 | |
* | | | Fix typo | Victor Alvarez | 2015-09-07 | 1 | -1/+1 | |
* | | | update docs to reflect setImmediate in example | wonderdogone | 2015-09-07 | 1 | -1/+1 | |
* | | | Update README.md | Dmitriy Lukichev | 2015-08-27 | 1 | -1/+1 | |
* | | | adds caps to JavaScript | David Wickes | 2015-08-23 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix StackOverflow anchor | megawac | 2015-07-19 | 1 | -3/+1 | |
* | | :page_with_curl: Document detectLimit | Graeme Yeates | 2015-07-19 | 1 | -1/+2 | |
* | | Fix parameters for filter and reject Limit | Graeme Yeates | 2015-07-19 | 1 | -2/+2 | |
* | | update | charlierudolph | 2015-07-16 | 1 | -2/+4 | |
* | | update README | charlierudolph | 2015-07-16 | 1 | -25/+10 | |
* | | Fix missing comma | John Wu | 2015-07-16 | 1 | -1/+1 | |
* | | clarified auto docs, and added pitfall about multiple callbacks. Closes #811 | Alexander Early | 2015-07-05 | 1 | -7/+26 | |
* | | added clarifications about parallel. Cwqloses #732 | Alexander Early | 2015-07-05 | 1 | -0/+2 | |
* | | Added async.someLimit | mtone | 2015-07-02 | 1 | -2/+26 | |
* | | Missing detectSeries in the TOS for Collections | Saiichi Hashimoto | 2015-06-29 | 1 | -1/+1 | |
* | | fix alias formatting for wrapSync | Alexander Early | 2015-06-29 | 1 | -1/+1 | |
* | | Merge branch 'master' into cr-shortenReadme | charlierudolph | 2015-06-29 | 1 | -2/+103 | |
|\ \ | ||||||
| * | | Documentation for during and doDuring. | U-Zyn Chua | 2015-06-28 | 1 | -0/+38 | |
| * | | added async.asyncify. closes #671 | Alexander Early | 2015-06-28 | 1 | -0/+25 | |
| * | | added async.constant | Alexander Early | 2015-06-27 | 1 | -2/+41 | |
* | | | make README more concise | charlierudolph | 2015-06-26 | 1 | -197/+42 | |
|/ / | ||||||
* | | re-order badges | Alexander Early | 2015-06-24 | 1 | -2/+2 | |
* | | Added Gitter badge | The Gitter Badger | 2015-06-24 | 1 | -0/+2 | |
* | | Merge pull request #793 from ahum/feature/retry-add-optional-interval | Alexander Early | 2015-06-17 | 1 | -8/+15 | |
|\ \ | ||||||
| * | | move interval to options object that may be passed in as the 1st parameter | edeustace | 2015-06-17 | 1 | -3/+9 | |
| * | | add milliseconds | edeustace | 2015-06-16 | 1 | -7/+7 | |
| * | | add interval option to retry | edeustace | 2015-06-16 | 1 | -1/+2 |