summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle async functions in relevant utility methodsAlexander Early2017-03-256-5/+15
* handle async funcs in control flow methodsAlexander Early2017-03-2518-40/+76
* wrapped all collections methodsAlexander Early2017-03-249-16/+27
* factor out async support check, make wrapAsync identity() in non-supported envsAlexander Early2017-03-221-5/+22
* initial experiment with async fn supportAlexander Early2017-03-228-7/+26
* Add a hint to `reflect` in the documentation of `parallel`Pierre Fritsch2017-03-161-0/+2
* Make async.transform actually support 2 argumentswebbiesdk2017-03-131-1/+1
* [#1348] initial groupBy implementation (#1364)Hubert Argasinski2017-02-275-1/+124
* fix for #1358Alexander Early2017-01-301-2/+2
* standardize detect, every, and some implementationsHubert Argasinski2017-01-299-48/+38
* Print the name of the actual missing dependency in `async.auto`Jah Raphael2017-01-081-1/+2
* Merge pull request #1334 from megawac/pr/1267Graeme Yeates2016-12-021-6/+9
|\
| * Avoid unnessary queuing of *concurrency processes on resumepr/1267Graeme Yeates2016-12-011-6/+1
| * Slightly different approach to avoiding starting to processing tasks with syn...Graeme Yeates2016-11-301-11/+9
| * prevent stack growth if queue callback is called synchronouslyJames Crosby2016-11-301-1/+11
* | remove unnecessary arraysoresoftware2016-11-305-8/+8
|/
* Merge pull request #1327 from caolan/lib-import-cleanupsGraeme Yeates2016-11-1721-27/+29
|\
| * Cleanup some of the dependency importslib-import-cleanupsGraeme Yeates2016-11-1721-27/+29
* | Implement array specific filter functionfilter-array-specificGraeme Yeates2016-11-171-4/+25
|/
* Merge pull request #1320 from caolan/pr/1297Graeme Yeates2016-11-141-4/+2
|\
| * Revert back to previous filter implementationGraeme Yeates2016-11-141-17/+19
| * Handle iteratorspr/1297Graeme Yeates2016-11-111-5/+8
| * Avoid importing lodash/filter in async.filterGraeme Yeates2016-11-111-7/+12
| * Test filtering an object.Cody Taylor2016-10-161-4/+4
| * Improve filter by reducing complexity.Cody Taylor2016-10-051-20/+8
* | Add short circuit test for everyGraeme Yeates2016-10-151-2/+3
* | Short circuit loops completely for some,every,detect when ready [fixes #1293]Graeme Yeates2016-10-153-16/+18
* | Verbiage: same as previous commit: use "value" instead of "result" for clarityMike McNeil2016-10-131-1/+1
* | verbiage: use "value" instead of "result" to avoid confusion and be more cons...Mike McNeil2016-10-131-1/+1
* | update docs for mapValueEachMike McNeil2016-10-131-2/+3
* | update docs for mapValuesLimitMike McNeil2016-10-131-2/+3
* | docs: fix copy/paste typoMike McNeil2016-10-131-3/+4
* | fix second minor typo in race docsHubert Argasinski2016-10-121-1/+1
* | Minor typo fixNicholai Nissen2016-10-121-1/+1
|/
* apply #1282 to master, fixes misspelled wordHubert Argasinski2016-09-131-1/+1
* Fixing inconsistency in whilst jsdocDave Henderson2016-09-091-4/+4
* clarified applyEach arguments, fixes #1278Hubert Argasinski2016-09-061-7/+9
* Merge pull request #1261 from bojand/masterGraeme Yeates2016-08-081-2/+21
|\
| * fix errorFilter comment to reflect that we only pass err argument. Removed se...Bojan Djurkovic2016-08-081-1/+1
| * rename the new retry option to errorFilter and consolidate retry attempt cond...Bojan Djurkovic2016-08-041-15/+11
| * changed the error test function to continueOperation. improved comment docume...Bojan Djurkovic2016-08-031-13/+9
| * add filter option to retry() and retryable() to allow for error filtering and...Bojan Djurkovic2016-08-021-2/+29
* | improved timeout example, fixes #1264Hubert Argasinski2016-08-061-4/+23
* | Documentation typoKuba Holuj2016-08-041-2/+2
|/