summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* more debuggingAlexander Early2018-06-031-1/+2
|
* makefile debuggingAlexander Early2018-06-031-2/+8
|
* Merge pull request #1538 from suguru03/fix-memoize-testAlex Early2018-06-031-2/+2
|\ | | | | Fix a memoize test case
| * Fix a memoize test caseSuguru Motegi2018-06-031-2/+2
|/
* stop growlingAlexander Early2018-06-033-105/+2
|
* refactor makefile, avoid using node in evaled targetsAlexander Early2018-06-036-78/+54
|
* fix testsAlexander Early2018-06-023-3/+3
|
* optimize makefile, fix testsAlexander Early2018-06-023-12/+12
|
* update deps after npm auditAlexander Early2018-06-021-62/+54
|
* move mocha_tests/ to test/Alexander Early2018-06-0255-12/+12
|
* Merge pull request #1466 from caolan/1465Alex Early2018-06-022-7/+30
|\ | | | | Don't memoize results that had an error
| * #1465; don't memoize results that had an error1465Graeme Yeates2017-08-212-7/+30
| |
* | Merge pull request #1528 from bfred-it/drop-lodashAlex Early2018-06-0244-102/+103
|\ \ | | | | | | Drop lodash
| * \ Merge branch 'master' into drop-lodashAlex Early2018-06-029-4535/+7214
| |\ \ | |/ / |/| |
* | | update test matrix, drop unsupported nodesAlexander Early2018-05-201-5/+2
| | |
* | | Version 2.6.1v2.6.1Alexander Early2018-05-201-1/+1
| | |
* | | Update built filesAlexander Early2018-05-203-6/+20
| | |
* | | update changelogAlexander Early2018-05-201-0/+6
| | |
* | | update deps per npm auditAlexander Early2018-05-204-3805/+3811
| | |
* | | Merge pull request #1533 from chrisdukakis/update-lodashAlex Early2018-05-202-2626/+5283
|\ \ \ | | | | | | | | Update lodash
| * | | update lodash-es to match lodash@4.17Chris Dukakis2018-05-182-4/+4
| | | |
| * | | update lodash in deps & dev depsChris Dukakis2018-05-162-2622/+5279
|/ / /
* | | Add node 10 to the tests matrix (#1530)Matteo Figus2018-04-301-0/+1
| | |
| * | Build: restore COPY_ESFederico Brigante2018-04-201-0/+2
| | |
| * | Drop isObject /2Federico Brigante2018-04-201-5/+1
| | |
| * | Drop lodash transform in makefileFederico Brigante2018-04-191-3/+0
| | |
| * | Drop lodash.isarraylikeFederico Brigante2018-04-196-8/+11
| | |
| * | Move lodash and lodash-es to devDependencies 🎉Federico Brigante2018-04-191-2/+2
| | |
| * | Drop _baseRangeFederico Brigante2018-04-192-2/+9
| | |
| * | Drop constantFederico Brigante2018-04-191-1/+6
| | |
| * | Drop arrayMapFederico Brigante2018-04-195-12/+6
| | |
| * | Drop _basePropertyFederico Brigante2018-04-193-2/+7
| | |
| * | Drop trimFederico Brigante2018-04-191-2/+1
| | |
| * | Drop identityFederico Brigante2018-04-196-8/+8
| | |
| * | Drop noopFederico Brigante2018-04-1925-27/+25
| | |
| * | Drop _baseIndexOfFederico Brigante2018-04-192-4/+2
| | |
| * | Drop keysFederico Brigante2018-04-192-5/+2
| | |
| * | Use lodash.isarraylikeFederico Brigante2018-04-195-5/+6
| | | | | | | | | | | | | | | package size minified gzipped lodash.isarraylike@4.2.0 4.54 kB 376 B 161 B
| * | Drop isArrayFederico Brigante2018-04-198-17/+9
| | |
| * | Drop _baseForOwnFederico Brigante2018-04-194-3/+11
| | |