summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make callback optional in retry, refactor a bitretry-optional-callbackAlexander Early2016-03-073-119/+147
|
* delete stray readme fileAlexander Early2016-03-071-1928/+0
|
* Merge pull request #1052 from ajfranzoia/constant-dynamic-argsAlex Early2016-03-072-2/+31
|\ | | | | Support dynamic arguments in async.constant (ref. #1016)
| * Support dynamic arguments in async.constant (ref. #1016)Augusto Franzoia2016-03-082-2/+31
|/
* Merge pull request #1051 from ajfranzoia/timeout-docsAlex Early2016-03-072-0/+1951
|\ | | | | Add entry for async.timeout in README
| * Add entry for async.timeout in READMEAugusto Franzoia2016-03-072-0/+1951
|/
* Merge pull request #1027 from ajfranzoia/support-async-timeoutAlex Early2016-03-064-0/+133
|\ | | | | Support function timeout via async.timeout wrapper
| * Support function timeout via async.timeout wrapperAugusto Franzoia2016-03-074-0/+133
|/
* Merge pull request #1048 from caolan/auto-multiple-callback-defenseGraeme Yeates2016-03-062-3/+16
|\ | | | | Defend against multiple callbacks in auto
| * defend against multiple callbacks. Fixes #814Alexander Early2016-03-062-3/+16
|/
* Merge pull request #847 from charlierudolph/cr-useLimitAlex Early2016-03-0417-122/+56
|\ | | | | implement <name> and <name>Series with <name>Limit
| * implement <name> and <name>Series with <name>Limitcharlierudolph2016-03-0117-122/+56
| |
* | Update README.mdGraeme Yeates2016-03-021-1/+2
| |
* | Made 2.0 warning more obvious.Alex Early2016-03-021-1/+1
|/
* Merge pull request #1042 from caolan/auto-argument-orderingGraeme Yeates2016-02-294-393/+410
|\ | | | | Auto argument ordering
| * update readme with new call signatureauto-argument-orderingAlexander Early2016-02-271-42/+16
| |
| * comment out defunct 'retry' testAlexander Early2016-02-271-5/+8
| |
| * stop running tasks after an error. fixes #1023Alexander Early2016-02-272-8/+28
| |
| * make tests passAlexander Early2016-02-272-21/+39
| |
| * made tests fail with new arg orderingAlexander Early2016-02-271-20/+21
| |
| * separate out auto testsAlexander Early2016-02-272-328/+329
|/
* Merge pull request #1041 from caolan/predicate-standardizationAlex Early2016-02-278-438/+443
|\ | | | | Predicate standardization
| * re-fix readmepredicate-standardizationAlexander Early2016-02-271-2/+2
| |
| * moved tests to separate filesAlexander Early2016-02-277-436/+441
|/
* Merge pull request #1039 from lgaticaq/masterAlex Early2016-02-261-4/+4
|\ | | | | Fix async.filter example
| * Fix async.filter exampleLeonardo Gatica2016-02-261-4/+4
| |
* | Merge pull request #1038 from jorgebay/race-moduleAlex Early2016-02-264-0/+128
|\ \ | |/ |/| async.race module
| * Add race methodJorge Bay Gondra2016-02-264-0/+128
|/
* Merge pull request #1037 from silentroach/patch-2Alex Early2016-02-251-1/+1
|\ | | | | changelog: consructor -> constructor
| * consructor -> constructorKalashnikov Igor2016-02-261-1/+1
|/
* Merge pull request #1034 from suguru03/feat-priority-queueAlex Early2016-02-242-0/+73
|\ | | | | add unsaturation event to `priorityQueue`
| * add unsaturation event to `priorityQueue`Suguru Motegi2016-02-242-0/+73
| |
* | Merge pull request #1033 from suguru03/fix-queue-testGraeme Yeates2016-02-241-2/+22
|\ \ | |/ |/| fix queue test
| * fix queue testSuguru Motegi2016-02-241-2/+22
|/
* Merge pull request #996 from caolan/modularizationAlex Early2016-02-23119-2739/+5194
|\ | | | | Modularization
| * gitignore build directoriesmodularizationAlexander Early2016-02-23177-11348/+2
| |
| * Merge pull request #1030 from ecasilla/modularizationAlex Early2016-02-233-2/+57
| |\ | | | | | | async.queue.unsaturated #868
| | * added a base implementation for unsaturation event #868Ernie Casilla2016-02-203-2/+57
| |/ | | | | | | | | | | updating the README fix readme
| * make the package json main dist/async.jsAlexander Early2016-02-186-14/+14
| |
| * move build/async.js to build/dist/async.jsAlexander Early2016-02-1610-11/+10
| |
| * remove esnext:main from package jsonAlexander Early2016-02-161-2/+1
| |
| * move es build to separate folder/packageAlexander Early2016-02-16105-2495/+7376
| |
| * removed old lib/async.jsAlexander Early2016-02-161-1265/+0
| |
| * Merge pull request #1028 from charlierudolph/cr-withErrorModularAlex Early2016-02-165-114/+227
| |\ | | | | | | filter, reject, detect, some, every with error
| | * fix readmecharlierudolph2016-02-161-5/+5
| | |
| | * filter, reject, detect, some, every with errorcharlierudolph2016-02-165-114/+227
| |/
| * Skip failing test caseGraeme Yeates2016-02-152-2/+10
| |
| * update buildAlexander Early2016-02-1413-2591/+1686
| |
| * merge from masterAlexander Early2016-02-149-4/+2606
| |\ | |/ |/|
* | Merge pull request #1021 from crispen-smith/masterGraeme Yeates2016-02-081-96/+96
|\ \ | | | | | | Update README.md