summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tweak retry tests to be more descriptive when they failqueue-testsAlexander Early2017-04-081-13/+10
* tweaked queue timeouts, removed redundant testAlexander Early2017-04-081-54/+4
* refactor flaky queue testsAlexander Early2017-04-082-45/+51
* Merge pull request #1397 from caolan/linked-list-methodsAlex Early2017-04-085-1/+138
|\
| * rename filter to removeAlexander Early2017-04-083-17/+15
| * add queue.removelinked-list-methodsAlexander Early2017-04-063-0/+30
| * added tests for DLL, filter(), non-leaking empty()Alexander Early2017-04-062-1/+110
* | handle async functions in tryEachAlexander Early2017-04-063-7/+21
* | Merge pull request #1365 from alFReD-NSH/tryAlex Early2017-04-063-0/+147
|\ \
| * | Add async.tryEach, Fixes #687Farid Neshat2017-03-023-0/+147
* | | Merge pull request #1395 from caolan/waterfall-optimizationAlex Early2017-04-0626-265/+281
|\ \ \
| * | | one more style fixwaterfall-optimizationAlexander Early2017-04-041-1/+2
| * | | small fixes from reviewAlexander Early2017-04-044-23/+19
| * | | simplify waterfall, commit built filesAlexander Early2017-04-034-165/+123
| * | | fix ellipsis in commentsAlexander Early2017-04-033-3/+3
| * | | add a test for a unique waterfall fail caseAlexander Early2017-04-031-1/+31
| * | | replace lodash/sliceAlexander Early2017-04-032-2/+2
| * | | fix deprecation warningAlexander Early2017-04-031-2/+1
| * | | remove rest completelyAlexander Early2017-04-0312-57/+57
| * | | fix lint errorAlexander Early2017-04-031-1/+0
| * | | optimize whilst and family, seq, and reflectAlexander Early2017-04-035-22/+22
| * | | optimize auto, parallel, and waterfall by not useing rest()Alexander Early2017-04-024-17/+28
| * | | add auto benchmarkAlexander Early2017-04-021-0/+22
| | |/ | |/|
* | | Add changelog to navGraeme Yeates2017-04-041-0/+1
* | | linkify changelogGraeme Yeates2017-04-041-106/+106
|/ /
* | add list of related libraries to docs intro. Closes #1314Alexander Early2017-04-021-0/+7
* | use async.setImmediateAlexander Early2017-04-021-1/+1
* | change timing of q.empty() so that q.idle() will be false. Fixes #1367Alexander Early2017-04-022-2/+32
* | Merge pull request #1394 from kunagpal/patch-1Alex Early2017-04-021-1/+1
|\ \
| * | :memo: Minor typo fixesKunal Nagpal2017-04-031-1/+1
|/ /
* | Version 2.3.0v2.3.0Alexander Early2017-04-021-1/+1
* | Update built filesAlexander Early2017-04-023-445/+495
* | update changelog for 2.3.0Alexander Early2017-04-021-0/+4
* | Merge pull request #1390 from caolan/async-fn-supportAlex Early2017-04-0286-417/+1256
|\ \
| * | missed some docsasync-fn-supportAlexander Early2017-04-022-8/+8
| * | fix lint errorAlexander Early2017-04-012-11/+10
| * | use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-0166-248/+237
| * | clarify AsyncFunction docsAlexander Early2017-03-312-7/+11
| * | custom typedef doc testAlexander Early2017-03-272-10/+43
| * | fix small issues from PRAlexander Early2017-03-272-5/+6
| * | re-enable xvfb for travisAlexander Early2017-03-271-3/+3
| * | fix travis yamlAlexander Early2017-03-271-7/+5
| * | re-enable firefox testingAlexander Early2017-03-271-9/+11
| * | merge from masterAlexander Early2017-03-254-5/+10
| |\ \
| * | | add test case for autoInject holy grailAlexander Early2017-03-251-0/+20
| * | | handle async functions in relevant utility methodsAlexander Early2017-03-257-5/+80
| * | | handle async funcs in control flow methodsAlexander Early2017-03-2519-40/+418
| * | | wrapped all collections methodsAlexander Early2017-03-2410-16/+196
| * | | factor out async support check, make wrapAsync identity() in non-supported envsAlexander Early2017-03-225-115/+260
| * | | disable browser test for nowAlexander Early2017-03-221-9/+9