summaryrefslogtreecommitdiff
path: root/lib/auto.js
Commit message (Expand)AuthorAgeFilesLines
* be explicit (#1769)Jimmy Wärting2021-11-161-4/+4
* Enhance examples for Collections methods. (#1726)Roman Lorenzo Balayan2021-08-051-11/+77
* feat: await-able Async methods (#1572)Alex Early2018-09-301-6/+7
* prefer destructuringAlexander Early2018-07-081-1/+1
* ES6-ify codebase (#1553)Alex Early2018-07-081-18/+14
* feat: Canceling flows (#1542)Alex Early2018-07-011-1/+7
* Drop noopFederico Brigante2018-04-191-1/+1
* Drop _baseIndexOfFederico Brigante2018-04-191-2/+1
* Drop keysFederico Brigante2018-04-191-3/+1
* Drop isArrayFederico Brigante2018-04-191-3/+2
* Drop _baseForOwnFederico Brigante2018-04-191-1/+1
* Drop _arrayEachFederico Brigante2018-04-191-4/+3
* replace lodash/sliceAlexander Early2017-04-031-1/+1
* optimize auto, parallel, and waterfall by not useing rest()Alexander Early2017-04-021-7/+7
* use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-011-4/+4
* handle async funcs in control flow methodsAlexander Early2017-03-251-1/+2
* fix for #1358Alexander Early2017-01-301-2/+2
* Print the name of the actual missing dependency in `async.auto`Jah Raphael2017-01-081-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
* (nit) auto cleanupGraeme Yeates2016-07-201-1/+1
* Avoid including lodash iteratee in builds (saves 60kb :feelsgood:)lodash-useGraeme Yeates2016-07-031-1/+1
* Merge pull request #1205 from caolan/dllAlex Early2016-07-021-1/+1
|\
| * Implment queues using DLLsGraeme Yeates2016-06-301-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-0/+1
* Remove redundant "use strict" directive as ES2015 modules are implicitly in s...John-David Dalton2016-05-311-2/+0
* handle no-dependency array tasks in auto/autoInject. Closes #1147Alexander Early2016-05-091-2/+3
* Revert lodash/indexOf to lodash/_baseIndexOfB Paul Anderson2016-05-041-2/+2
* Re-introduce nonexistent dependency checkB Paul Anderson2016-05-021-0/+5
* Implement cycle checking with Kahn's algorithmB Paul Anderson2016-05-021-19/+42
* Add linting for jsdocsGraeme Yeates2016-04-121-1/+1
* jsdoc-style documentation for `Control Flow` methodsHubert Argasinski2016-04-121-0/+77
* use simpler once() implementationAlexander Early2016-03-301-3/+3
* refactor auto to not need a deferralauto-no-deferralAlexander Early2016-03-061-75/+88
* defend against multiple callbacks. Fixes #814Alexander Early2016-03-061-2/+3
* stop running tasks after an error. fixes #1023Alexander Early2016-02-271-1/+4
* make tests passAlexander Early2016-02-271-17/+35
* merge from masterAlexander Early2016-02-141-1/+6
* handle moved lodash internal methodsAlexander Early2016-02-101-3/+3
* update locations of lodash methods--global2016-01-131-7/+7
* Avoid including lodash string parsing in bundleGraeme Yeates2016-01-041-3/+5
* Set up async bundlesGraeme Yeates2015-12-291-2/+2
* Fix implementations (test green lights)Graeme Yeates2015-12-291-24/+21
* [WIP] modularization (#984)Graeme Yeates2015-12-291-0/+110