summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix cargo events testqueue-724Alexander Early2016-03-221-2/+4
* convert cargo tests to mochaAlexander Early2016-03-222-269/+262
* clarify saturated/unsaturatedAlexander Early2016-03-221-2/+2
* changed saturated and unsaturated to better reflect realityAlexander Early2016-03-223-20/+29
* convert priorityQueue tests to mochaAlexander Early2016-03-224-122/+119
* convert queue tests to mochaAlexander Early2016-03-222-617/+598
* Add link to 1.5.x docsAlex Early2016-03-221-0/+1
* Merge pull request #1075 from isayme/masterAlex Early2016-03-211-1/+1
|\
| * [DOC] remove unexpected backquoteisayme2016-03-221-1/+1
|/
* Merge pull request #1070 from caolan/initial-paramsAlex Early2016-03-218-31/+27
|\
| * simplify implementationinitial-paramsAlexander Early2016-03-211-4/+3
| * use copyArray instead of toArrayAlexander Early2016-03-201-2/+2
| * use initialParams to simplify callback extractionAlexander Early2016-03-198-31/+28
* | Merge pull request #1073 from dhritzkiv/patch-1Alex Early2016-03-211-2/+2
|\ \ | |/ |/|
| * Update README.mdDaniel Hritzkiv2016-03-211-2/+2
|/
* fix issue numbers in changelogAlexander Early2016-03-191-2/+2
* add retryable to changelogAlexander Early2016-03-191-1/+2
* use more accurate rc tagv2.0.0-rc.1Alexander Early2016-03-182-2/+2
* Version 2.0.0-alpha.0v2.0.0-alpha.0Alexander Early2016-03-182-2/+2
* update minified buildAlexander Early2016-03-183-58/+76
* iterator -> iteratee in test/Alexander Early2016-03-181-96/+96
* iterator -> iteratee in mocha_test/Alexander Early2016-03-183-13/+13
* iterator -> iteratee in lib/Alexander Early2016-03-1823-56/+56
* update readme with details that have changed in 2.0Alexander Early2016-03-181-13/+36
* Merge pull request #1058 from caolan/retryableAlex Early2016-03-185-42/+113
|\
| * add docs for retryableretryableAlexander Early2016-03-111-0/+26
| * re-enable test, handle omitted retry optionsAlexander Early2016-03-112-4/+12
| * Merge branch 'master' into retryableAlexander Early2016-03-1125-2734/+4480
| |\
| * | remove splatAlexander Early2016-03-111-1/+1
| * | added retryable wrapper for async tasksAlexander Early2016-03-074-42/+79
* | | Update CHANGELOG.mdGraeme Yeates2016-03-171-3/+3
* | | Fix import specifier examplesGraeme Yeates2016-03-171-2/+2
* | | Update CHANGELOG.mdGraeme Yeates2016-03-171-1/+1
* | | Merge pull request #1061 from askhogan/patch-2Alex Early2016-03-141-1/+1
|\ \ \ | |_|/ |/| |
| * | update readme - iteratee - callback(null, truthValue)Patrick Hogan2016-03-131-1/+1
|/ /
* | add prerelease to makefileAlexander Early2016-03-111-2/+2
* | fix xyzAlexander Early2016-03-111-3/+3
* | update built filesAlexander Early2016-03-113-2427/+3759
* | Update changelog for 2.0Alexander Early2016-03-112-3/+53
* | add newline after anchors to fix npm formatting issues. Closes #1015Alexander Early2016-03-091-0/+43
* | remove unnecessary cloning in autoInjectAlexander Early2016-03-091-2/+2
* | add find alias, apply *Limit, *Series more consistently. Closes #835Alexander Early2016-03-097-2/+63
* | remove es6 idiomsAlexander Early2016-03-092-6/+7
* | fix autoInject testAlexander Early2016-03-091-1/+1
* | Merge pull request #1049 from caolan/auto-no-deferralAlex Early2016-03-092-91/+113
|\ \
| * | refactor auto to not need a deferralauto-no-deferralAlexander Early2016-03-062-91/+113
* | | Merge pull request #1055 from caolan/autoinjectAlex Early2016-03-094-1/+195
|\ \ \
| * | | remove ES6 idiomsautoinjectAlexander Early2016-03-092-11/+8
| * | | added autoInject, adapted from #608Alexander Early2016-03-084-1/+198
* | | | Merge pull request #1054 from caolan/retry-optional-callbackAlex Early2016-03-083-119/+147
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|