summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cleanup, remove noop and unused internal functionsawaitableAlexander Early2018-09-0318-46/+15
|
* lintAlexander Early2018-09-032-2/+1
|
* awaitable waterfall (lol)Alexander Early2018-09-032-3/+17
|
* awaitable tryEachAlexander Early2018-09-032-2/+18
|
* awaitable series (lol)Alexander Early2018-09-022-2/+14
|
* awaitable retryAlexander Early2018-09-027-10/+63
|
* awaitable parallel/raceAlexander Early2018-09-025-12/+49
|
* awaitable foreverAlexander Early2018-09-022-4/+26
|
* awaitable whilst/until (lol)Alexander Early2018-09-025-9/+82
|
* awaitable compose/seqAlexander Early2018-09-023-3/+31
|
* awaitable autoAlexander Early2018-09-024-9/+54
|
* awaitable timesAlexander Early2018-09-024-7/+30
|
* awaitable transformAlexander Early2018-09-022-4/+19
|
* awaitable someAlexander Early2018-09-026-9/+55
|
* awaitable rejectAlexander Early2018-09-025-11/+46
|
* awaitable reduceAlexander Early2018-09-023-3/+22
|
* awaitable map/mapValuesAlexander Early2018-09-027-19/+77
|
* awaitable groupByAlexander Early2018-09-024-7/+34
|
* awaitable every/filterAlexander Early2018-09-027-16/+84
|
* awaitable detectAlexander Early2018-09-028-14/+52
|
* awaitable concatAlexander Early2018-09-024-8/+38
|
* ensure function name is preserved somehowAlexander Early2018-09-025-11/+34
|
* check errorsAlexander Early2018-08-051-0/+17
|
* dont pretend they're AsyncFunctionsAlexander Early2018-08-052-11/+7
|
* make each and family awaitableAlexander Early2018-08-0510-10/+133
|
* update depsAlexander Early2018-08-052-439/+1246
|
* [wip] initial async generator support (#1560)Alex Early2018-08-0552-198/+1243
| | | feat: initial async generator support
* [issue-1568][bug]: make sure error object defined before access its message ↵Reed Feng2018-08-022-1/+14
| | | | (#1569)
* Updated concat documentation (#1564)Alexander Cerutti2018-07-201-3/+2
| | | Concat function, since v2.5.0, returns back array results in the original order.
* breaking: remove during, make test functions in until/whilst async (#1557)Alex Early2018-07-1012-330/+99
| | | | | | | | * remove during, make test functions in until/whilst async * add during aliases fix docs * regenerate index
* Add limit value to `mapLimit` example (#1558)Abraham Williams2018-07-091-1/+1
|
* feat: Iterable queues (#1556)Alex Early2018-07-094-8/+44
| | | | | | * feat: iterable queues * docs
* fix autoInject testsAlexander Early2018-07-084-86/+57
|
* prefer destructuringAlexander Early2018-07-0855-61/+61
|
* disallow variable shadowingAlexander Early2018-07-0824-133/+120
|
* add pitfall about array mutation. Closes #1393Alexander Early2018-07-081-0/+4
|
* clarify applyEach docs. Closes #1501Alexander Early2018-07-081-2/+7
|
* update transform docs. Closes #1543Alexander Early2018-07-081-2/+2
|
* ES6-ify codebase (#1553)Alex Early2018-07-08125-3130/+2660
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests
* limits of less than 1 are now an error (#1552)Alex Early2018-07-017-47/+50
| | | | | | * BREAKING CHANGE: limits of less than 1 are now an error * fix lint
* feat: Canceling flows (#1542)Alex Early2018-07-0121-7/+414
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * auto should not start other tasks once canceled * simplify waterfall, add test for arrays * simplify eachOf * cancelable retry * cancelable eachOf for arrays * revert test tweak
* Merge pull request #1540 from ORESoftware/patch-1Alex Early2018-06-031-0/+5
|\ | | | | need to demonstrate error cb not just drain cb
| * need to demonstrate error cb not just drain cbOperations Research Engineering Software+2018-06-031-0/+5
| | | | | | need to demonstrate to users how to use a single error callback
* | force update makeAlexander Early2018-06-031-0/+1
| |
* | wtf make?Alexander Early2018-06-031-0/+1
|/
* clean up debuggingAlexander Early2018-06-032-9/+1
|
* does travis have xenial?Alexander Early2018-06-031-1/+1
|
* update makeAlexander Early2018-06-031-0/+3
|
* update to trusty in travis?Alexander Early2018-06-031-0/+2
|
* more debugAlexander Early2018-06-032-2/+6
|