summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* link to docs in readme, move old readme to intro.mdAlexander Early2016-07-011-209/+3
|
* Switch github content URL's to kaolinIvan Seidel2016-06-291-1/+1
|
* Fix filename (again)Ivan Seidel2016-06-291-1/+1
|
* fix filenameIvan Seidel2016-06-291-1/+1
|
* Generate Header and update ReadmeIvan Seidel2016-06-291-1/+1
|
* Fix search, WIP search linkingGraeme Yeates2016-06-291-3/+9
|
* Initial esdocs documentation (#1083)Graeme Yeates2016-06-291-1992/+2
|
* add callbacks to quick examplesTobias Baunbæk2016-06-151-5/+7
|
* Merge pull request #1185 from xbrightmatterx/readme-patchGraeme Yeates2016-06-131-2/+2
|\ | | | | Update README, syntax correction
| * Update README, syntax correctionBrian Graham2016-06-121-2/+2
| |
* | fix race() anchor in readmeNathan Friedly2016-06-131-1/+1
|/ | | (Anchor tags cannot be self-closing. GitHub corrects it, but npm doesn't)
* Add docs for retry interval functionAlex Ianus2016-05-211-1/+16
|
* adds missing argument in function signature: `reflect(tasks)`Sean Massa2016-05-111-1/+1
|
* Clarify doWhilst/doUntil docs. Closes #1107Alexander Early2016-05-051-2/+2
|
* Add docs for transform. Closes #1134Alexander Early2016-05-051-0/+1
|
* Update README URLs based on HTTP redirectsReadmeCritic2016-05-031-3/+3
|
* call out breaking changes inline in readme2.0-doc-calloutsAlexander Early2016-04-261-14/+8
|
* Updated description of duringWaeCo2016-04-261-3/+11
|
* Revert injection of results in the final callack to autoInject.Steve Robb2016-04-251-8/+8
|
* Fix broken download linkXavier Zhou2016-04-231-2/+2
|
* Removed SPM from readme as it is dead (#1108)William Overton2016-04-141-1/+0
| | | SPM is no longer running as of the 15th March 2016, see http://spmjs.io/.
* Clarify what applyEach accepts. Closes #1087Alexander Early2016-04-071-1/+1
|
* Merge pull request #1100 from steverobb/autoInjectPRAlex Early2016-04-071-3/+6
|\ | | | | Fix for autoInject argument injection into final callback
| * Docs updated to include injected results into final callback.Steve Robb2016-04-061-2/+5
| |
| * Duplicate section removed and typo fixed.Steve Robb2016-04-061-68/+1
| |
| * Merge branch 'master' into autoInjectPRSteve Robb2016-04-061-94/+366
| |\
| * \ Merge branch 'master' into autoInjectPRSteve Robb2016-03-061-311/+421
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md lib/async.js test/test-async.js
| * \ \ Merge branch 'master' into autoInjectPRSteve Robb2016-01-061-298/+447
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/async.js test/test-async.js
| * | | | autoInject - dependency injection for auto.Steve Robb2014-08-311-0/+68
| | | | |
* | | | | Merge pull request #1098 from asilvas/named-timeoutAlex Early2016-04-071-2/+4
|\ \ \ \ \ | | | | | | | | | | | | #1097. Named timeout for tracking purposes
| * | | | | #1097. Named timeout for tracking purposesasilvas2016-04-051-2/+4
| | |_|_|/ | |/| | |
* | | | | Clarify async.reflect descriptionEric Zhang2016-04-061-1/+1
| | | | |
* | | | | Spelling mistake in README.mdEric Zhang2016-04-061-1/+1
|/ / / / | | | | | | | | `ether` => `either`
* | | | Add back reflect and reflectAll.JT Turner2016-04-031-0/+81
| | | |
* | | | Update README, spelling correctionMartin Josefsson2016-03-241-1/+1
| | | |
* | | | fix docs re: setImmediate in node. Closes #1079Alexander Early2016-03-231-4/+1
| | | |
* | | | document that collection methods accept maps/sets/iterablesAlexander Early2016-03-231-71/+73
| | | |
* | | | clarify saturated/unsaturatedAlexander Early2016-03-221-2/+2
| | | |
* | | | Add link to 1.5.x docsAlex Early2016-03-221-0/+1
| | | |
* | | | [DOC] remove unexpected backquoteisayme2016-03-221-1/+1
| | | |
* | | | Update README.mdDaniel Hritzkiv2016-03-211-2/+2
| | | | | | | | | | | | Fix final callback documented arguments for `filter`method, to reflect changes in 2.0. (adds the `err` argument before the `results` argument)
* | | | update readme with details that have changed in 2.0Alexander Early2016-03-181-13/+36
| | | |
* | | | Merge pull request #1058 from caolan/retryableAlex Early2016-03-181-0/+26
|\ \ \ \ | | | | | | | | | | added retryable wrapper for async tasks
| * | | | add docs for retryableretryableAlexander Early2016-03-111-0/+26
| | | | |
* | | | | update readme - iteratee - callback(null, truthValue)Patrick Hogan2016-03-131-1/+1
|/ / / / | | | | | | | | See https://github.com/caolan/async/pull/1060 - either that one is correct or this one is. Cannot both be true.
* | | | Update changelog for 2.0Alexander Early2016-03-111-1/+1
| | | |
* | | | add newline after anchors to fix npm formatting issues. Closes #1015Alexander Early2016-03-091-0/+43
| | | |
* | | | add find alias, apply *Limit, *Series more consistently. Closes #835Alexander Early2016-03-091-2/+6
| | | |
* | | | remove ES6 idiomsautoinjectAlexander Early2016-03-091-5/+1
| | | |
* | | | added autoInject, adapted from #608Alexander Early2016-03-081-1/+73
| | | |