summaryrefslogtreecommitdiff
path: root/lib/waterfall.js
Commit message (Expand)AuthorAgeFilesLines
* feat: await-able Async methods (#1572)Alex Early2018-09-301-3/+5
* ES6-ify codebase (#1553)Alex Early2018-07-081-6/+4
* feat: Canceling flows (#1542)Alex Early2018-07-011-0/+1
* Drop noopFederico Brigante2018-04-191-1/+1
* Drop isArrayFederico Brigante2018-04-191-2/+1
* small fixes from reviewAlexander Early2017-04-041-8/+4
* simplify waterfall, commit built filesAlexander Early2017-04-031-15/+13
* fix lint errorAlexander Early2017-04-031-1/+0
* optimize auto, parallel, and waterfall by not useing rest()Alexander Early2017-04-021-4/+6
* missed some docsasync-fn-supportAlexander Early2017-04-021-4/+4
* handle async funcs in control flow methodsAlexander Early2017-03-251-1/+2
* Cleanup some of the dependency importslib-import-cleanupsGraeme Yeates2016-11-171-1/+1
* Update lodash to 4.14.0Graeme Yeates2016-07-241-1/+1
* Genetate import path using jsdoc pluginGraeme Yeates2016-06-291-3/+0
* jsdocs: using proxy modules as categories, modifying minami themeHubert Argasinski2016-06-291-1/+4
* Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-291-1/+2
* fix new lint errorsAlexander Early2016-06-071-6/+7
* Remove redundant "use strict" directive as ES2015 modules are implicitly in s...John-David Dalton2016-05-311-2/+0
* jsdoc-style documentation began documenting `Control Flow` methodsHubert Argasinski2016-04-121-0/+55
* use simpler once() implementationAlexander Early2016-03-301-1/+1
* remove es6 idiomsAlexander Early2016-03-091-3/+3
* clean up code, use ES6waterfall-multiple-callback-defenseAlexander Early2016-03-071-5/+4
* defend against multiple callbacksAlexander Early2016-03-061-15/+19
* update locations of lodash methods--global2016-01-131-4/+4
* Set up async bundlesGraeme Yeates2015-12-291-2/+2
* Fix implementations (test green lights)Graeme Yeates2015-12-291-7/+8
* [WIP] modularization (#984)Graeme Yeates2015-12-291-0/+31