summaryrefslogtreecommitdiff
path: root/lib/autoInject.js
Commit message (Expand)AuthorAgeFilesLines
* fix: address edge case in comment stripping (#1780)Rich Trott2022-01-091-3/+29
* Fix an inefficient regex in autoInject (#1767)meekdenzo2021-12-021-1/+1
* be explicit (#1769)Jimmy Wärting2021-11-161-3/+3
* fix(autoInject): tighten up regex for parsing args. Closes #1663Alexander Early2019-06-221-2/+2
* chore: Add Azure Pipelines for CI (Windows, Linux, Mac) (#1630), Fix async fu...Pablo Núñez2019-04-071-1/+1
* feat: await-able Async methods (#1572)Alex Early2018-09-301-1/+2
* fix autoInject testsAlexander Early2018-07-081-9/+14
* ES6-ify codebase (#1553)Alex Early2018-07-081-10/+8
* Drop arrayMapFederico Brigante2018-04-191-2/+1
* Drop trimFederico Brigante2018-04-191-2/+1
* Drop isArrayFederico Brigante2018-04-191-2/+1
* Drop _baseForOwnFederico Brigante2018-04-191-1/+1
* use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-011-1/+1
* fix small issues from PRAlexander Early2017-03-271-2/+4
* handle async funcs in control flow methodsAlexander Early2017-03-251-5/+10
* Cleanup some of the dependency importslib-import-cleanupsGraeme Yeates2016-11-171-3/+2
* fix autoInject docs. Closes #1216Alexander Early2016-07-071-13/+8
* Avoid including lodash iteratee in builds (saves 60kb :feelsgood:)lodash-useGraeme Yeates2016-07-031-1/+1
* cleanup console.logIvan Seidel2016-06-291-1/+0
* Consider non-explicit parameters in validationIvan Seidel2016-06-291-1/+6
* Allow use es6 object method shorthandIvan Seidel2016-06-291-4/+11
* Genetate import path using jsdoc pluginGraeme Yeates2016-06-291-3/+0
* jsdocs: using proxy modules as categories, modifying minami themeHubert Argasinski2016-06-291-4/+7
* Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-291-2/+3
* Merge branch 'master' into es6arrowsSteve Robb2016-05-161-4/+4
|\
| * handle no-dependency array tasks in auto/autoInject. Closes #1147Alexander Early2016-05-091-1/+1
| * Fix doc linking (see #1135)doc-linkingGraeme Yeates2016-04-291-3/+3
* | Use of lodash/trim instead of String.trim.Steve Robb2016-05-071-1/+2
* | Merge branch 'master' into es6arrowsSteve Robb2016-04-261-17/+1
|\ \ | |/
| * Revert injection of results in the final callack to autoInject.Steve Robb2016-04-251-17/+1
* | Arrow function support in ES6.Steve Robb2016-04-251-2/+2
|/
* jsdoc-style documentation for `Control Flow` methodsHubert Argasinski2016-04-121-0/+86
* Fix for injection into final callback.Steve Robb2016-04-061-1/+17
* use copyArray rather than baseCloneAlexander Early2016-03-291-1/+1
* remove unnecessary cloning in autoInjectAlexander Early2016-03-091-2/+2
* remove ES6 idiomsautoinjectAlexander Early2016-03-091-6/+7
* added autoInject, adapted from #608Alexander Early2016-03-081-0/+45