summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* clean up code, use ES6waterfall-multiple-callback-defenseAlexander Early2016-03-071-5/+4
|
* defend against multiple callbacksAlexander Early2016-03-062-33/+38
|
* convert test to mochaAlexander Early2016-03-062-149/+148
|
* 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
| * | Update README.mdCrispen Smith2016-02-081-96/+96
|/ / | | | | Replaced references to "iterator" in function signatures with "iteratee"
* | Merge pull request #1010 from silentroach/patch-1Alex Early2016-01-231-1/+1
|\ \ | | | | | | readme fix after last change
| * | missed closing braceKalashnikov Igor2016-01-231-1/+1
|/ /
* | Merge pull request #1008 from Kikobeats/patch-1Graeme Yeates2016-01-181-8/+7
|\ \ | | | | | | Fix Utils header section
| * | Fix Utils header sectionKiko Beats2016-01-181-8/+7
|/ /