summaryrefslogtreecommitdiff
path: root/lib/auto.js
Commit message (Expand)AuthorAgeFilesLines
* 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