summaryrefslogtreecommitdiff
path: root/lib/reflectAll.js
Commit message (Collapse)AuthorAgeFilesLines
* ES6-ify codebase (#1553)Alex Early2018-07-081-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests
* Drop arrayMapFederico 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-3/+4
|
* Avoid including lodash iteratee in builds (saves 60kb :feelsgood:)lodash-useGraeme Yeates2016-07-031-1/+1
|
* _arrayMap addedAndrés Aldana2016-07-021-2/+2
|
* Replace forIn for forOwnAndrés Aldana2016-07-021-2/+2
|
* Use lodash functions instead native functionsAndrés Aldana2016-07-011-4/+5
|
* Merge pull request #1207 from andalm/reflectall-accept-objectAlex Early2016-06-301-2/+39
|\ | | | | ReflectAll allow to accept object of functions
| * Add object of tasks documentationAndrés Aldana2016-06-301-2/+28
| |
| * First commit, reflectAll allow to accept object of functionsAndrés Aldana2016-06-301-1/+12
| |
* | Genetate import path using jsdoc pluginGraeme Yeates2016-06-291-3/+0
| |
* | jsdocs: using proxy modules as categories, modifying minami themeHubert Argasinski2016-06-291-2/+5
| | | | | | | | | | | | jsdocs: style fix in outputted html jsdoc: added documentation to support script
* | Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-291-2/+3
|/
* Remove redundant "use strict" directive as ES2015 modules are implicitly in ↵John-David Dalton2016-05-311-2/+0
| | | | strict mode.
* Fix doc linking (see #1135)doc-linkingGraeme Yeates2016-04-291-1/+1
|
* jsdoc-style documentation finished documenting `Util` methodsHubert Argasinski2016-04-121-0/+39
| | | | | | | | | need to rebase to master before I can document the recently added reflect functions jsdoc-style documentation finished for 'Util' methods documented the new `reflect` and `reflectAll` functions
* Add back reflect and reflectAll.JT Turner2016-04-031-0/+7