summaryrefslogtreecommitdiff
Commit message (Collapse)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
|
* 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
|\
| * Version 2.2.0v2.2.0Alexander Early2017-03-251-1/+1
| |
| * Update built filesAlexander Early2017-03-253-16/+129
| |
| * Update changelogHubert Argasinski2017-03-241-2/+7
| |
* | 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
| |
* | initial experiment with async fn supportAlexander Early2017-03-2213-11/+139
|/
* Merge pull request #1385 from PierreFritsch/parallel-hint-reflectGraeme Yeates2017-03-161-0/+2
|\ | | | | Add a hint to `reflect` in the documentation of `parallel`
| * Add a hint to `reflect` in the documentation of `parallel`Pierre Fritsch2017-03-161-0/+2
|/ | | | | | | | | | | How to continue *parallel* processing in case of a failing task seems to be a frequently asked question. It was mentioned in several issues: - https://github.com/caolan/async/issues/334 - https://github.com/caolan/async/issues/675 - https://github.com/caolan/async/issues/798 - https://github.com/caolan/async/issues/942 Adding a hint to the documentation might help users of the library to find out about the answer to this question.
* Merge pull request #1381 from webbiesdk/patch-1Graeme Yeates2017-03-143-1/+25
|\ | | | | Make async.transform actually support 2 arguments
| * Added test for filter with an object-collection, where the filtering fails. ↵Erik Krogh Kristensen2017-03-141-0/+13
| | | | | | | | To improve coverage.
| * Added test for calling transform with two argumentsErik Krogh Kristensen2017-03-131-0/+11
| |
| * Make async.transform actually support 2 argumentswebbiesdk2017-03-131-1/+1
|/ | | | | | The documentation suggests that both the `accumulator` and `callback` arguments to transform is optional. However, if both are left out (and transform therefore is called with only 2 arguments), transform crashes with a `iteratee is not a function` exception. This fixes that.
* [#1348] initial groupBy implementation (#1364)Hubert Argasinski2017-02-276-1/+478
| | | | * initial groupBy implementation
* Version 2.1.5v2.1.5Graeme Yeates2017-02-181-1/+1
|
* Update built filesGraeme Yeates2017-02-183-60/+60
|
* Update changelogGraeme Yeates2017-02-181-0/+7
|
* Merge pull request #1370 from libHive/masterGraeme Yeates2017-02-141-0/+2
|\ | | | | Added libhive badge to README
| * Added libhive badge to READMElibHive2017-02-141-0/+2
|/
* fix for #1358Alexander Early2017-01-302-2/+41
|
* Merge pull request #1360 from hargasinski/createrTester-use-doLimitHubert Argasinski2017-01-309-48/+38
|\ | | | | standardize detect, every, and some implementations to use doParallel & equivalents
| * standardize detect, every, and some implementationsHubert Argasinski2017-01-299-48/+38
|/
* Merge pull request #1349 from jahraphael/masterGraeme Yeates2017-01-082-2/+3
|\ | | | | Print the name of the actual missing dependency in `async.auto`
| * enhance "inexistent dependencies" test to check that exception message ↵Jah Raphael2017-01-081-1/+1
| | | | | | | | contains the missing dependency name
| * Print the name of the actual missing dependency in `async.auto`Jah Raphael2017-01-081-1/+2
|/
* Merge pull request #1347 from isabellatea/copyright-yearHubert Argasinski2017-01-041-1/+1
|\ | | | | Update year range to 2017
| * Update year range to 2017Bella2017-01-041-1/+1
|/
* docs: added searching aliases (see #1339)Hubert Argasinski2016-12-114-45/+82
|
* Merge pull request #1334 from megawac/pr/1267Graeme Yeates2016-12-021-6/+9
|\ | | | | Pr/1267
| * Avoid unnessary queuing of *concurrency processes on resumepr/1267Graeme Yeates2016-12-011-6/+1
| |
| * Slightly different approach to avoiding starting to processing tasks with ↵Graeme Yeates2016-11-301-11/+9
| | | | | | | | sync callbacks
| * prevent stack growth if queue callback is called synchronouslyJames Crosby2016-11-301-1/+11
| |
* | Merge pull request #1333 from ORESoftware/mGraeme Yeates2016-11-306-17/+17
|\ \ | | | | | | remove unnecessary arrays
| * | remove unnecessary arraysoresoftware2016-11-306-17/+17
|/ /
* | docs-intro: made UMD file location note more concise @megawacHubert Argasinski2016-11-261-4/+2
| |
* | docs-intro: added note about UMD file locationHubert Argasinski2016-11-241-0/+5
| |
* | docs: make style consistent for intro examplesHubert Argasinski2016-11-241-12/+11
| |