summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | pass extra args to setImmediate/nextTick. Fixes #940Alexander Early2016-03-071-1/+6
* | | | Add entry for async.timeout in READMEAugusto Franzoia2016-03-071-0/+23
| |_|/ |/| |
* | | Update README.mdGraeme Yeates2016-03-021-1/+2
* | | Made 2.0 warning more obvious.Alex Early2016-03-021-1/+1
* | | update readme with new call signatureauto-argument-orderingAlexander Early2016-02-271-42/+16
* | | re-fix readmepredicate-standardizationAlexander Early2016-02-271-2/+2
* | | Merge pull request #1039 from lgaticaq/masterAlex Early2016-02-261-4/+4
|\ \ \
| * | | Fix async.filter exampleLeonardo Gatica2016-02-261-4/+4
* | | | Add race methodJorge Bay Gondra2016-02-261-0/+41
|/ / /
* | | added a base implementation for unsaturation event #868Ernie Casilla2016-02-201-2/+3
* | | move es build to separate folder/packageAlexander Early2016-02-161-1/+1
* | | fix readmecharlierudolph2016-02-161-5/+5
* | | filter, reject, detect, some, every with errorcharlierudolph2016-02-161-31/+40
* | | add note about in-progress docs for 2.0Alexander Early2016-02-141-4/+6
* | | pull in readme changes from masterAlexander Early2016-02-141-247/+329
| |/ |/|
* | fix typo in #971Charlie Rudolph2015-12-161-1/+1
* | Bug fix #968: uddate Readme for `async.every()`Kenta Fried2015-12-021-3/+3
* | update README with until/whilst callback resultsben fleis2015-11-261-6/+10
* | Clarify parallel callbackAlexander Early2015-11-051-1/+1
* | Merge pull request #891 from kolomiichenko/masterAlexander Early2015-10-251-0/+1
|\ \
| * | Added workersList() method into queueAndrii Kolomiichenko2015-08-251-0/+1
* | | move concurrency arg position in auto (#637)Alexander Early2015-10-251-3/+2
* | | Add concurrency argument to async.autoTim Vergenz2015-10-251-1/+3
* | | Fixes a typo in the ReadmeGary Ye2015-09-171-1/+1
* | | Fix typoVictor Alvarez2015-09-071-1/+1
* | | update docs to reflect setImmediate in examplewonderdogone2015-09-071-1/+1
* | | Update README.mdDmitriy Lukichev2015-08-271-1/+1
* | | adds caps to JavaScriptDavid Wickes2015-08-231-1/+1
|/ /
* | Fix StackOverflow anchormegawac2015-07-191-3/+1
* | :page_with_curl: Document detectLimitGraeme Yeates2015-07-191-1/+2
* | Fix parameters for filter and reject LimitGraeme Yeates2015-07-191-2/+2
* | updatecharlierudolph2015-07-161-2/+4
* | update READMEcharlierudolph2015-07-161-25/+10
* | Fix missing commaJohn Wu2015-07-161-1/+1
* | clarified auto docs, and added pitfall about multiple callbacks. Closes #811Alexander Early2015-07-051-7/+26
* | added clarifications about parallel. Cwqloses #732Alexander Early2015-07-051-0/+2
* | Added async.someLimitmtone2015-07-021-2/+26
* | Missing detectSeries in the TOS for CollectionsSaiichi Hashimoto2015-06-291-1/+1
* | fix alias formatting for wrapSyncAlexander Early2015-06-291-1/+1
* | Merge branch 'master' into cr-shortenReadmecharlierudolph2015-06-291-2/+103
|\ \
| * | Documentation for during and doDuring.U-Zyn Chua2015-06-281-0/+38
| * | added async.asyncify. closes #671Alexander Early2015-06-281-0/+25
| * | added async.constantAlexander Early2015-06-271-2/+41
* | | make README more concisecharlierudolph2015-06-261-197/+42
|/ /
* | re-order badgesAlexander Early2015-06-241-2/+2
* | Added Gitter badgeThe Gitter Badger2015-06-241-0/+2
* | Merge pull request #793 from ahum/feature/retry-add-optional-intervalAlexander Early2015-06-171-8/+15
|\ \
| * | move interval to options object that may be passed in as the 1st parameteredeustace2015-06-171-3/+9
| * | add millisecondsedeustace2015-06-161-7/+7
| * | add interval option to retryedeustace2015-06-161-1/+2