summaryrefslogtreecommitdiff
path: root/lib/internal/applyEach.js
Commit message (Collapse)AuthorAgeFilesLines
* BREAKING CHANGE: remove partial application feature of applyEach (#1640)Alex Early2019-05-191-8/+5
| | | | | | * BREAKING CHANGE: remove partial application feature of applyEach * add awaitable tests for applyEach
* disallow variable shadowingAlexander Early2018-07-081-6/+4
|
* ES6-ify codebase (#1553)Alex Early2018-07-081-4/+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
* remove rest completelyAlexander Early2017-04-031-3/+4
|
* fix small issues from PRAlexander Early2017-03-271-3/+2
|
* handle async funcs in control flow methodsAlexander Early2017-03-251-1/+3
|
* remove unnecessary arraysoresoftware2016-11-301-1/+1
|
* Cleanup some of the dependency importslib-import-cleanupsGraeme Yeates2016-11-171-1/+1
| | | | Saves 800 bytes on min.js
* Update lodash to 4.14.0Graeme Yeates2016-07-241-1/+1
|
* Remove redundant "use strict" directive as ES2015 modules are implicitly in ↵John-David Dalton2016-05-311-2/+0
| | | | strict mode.
* have applyEach pass results to the callback. Closes #1088Alexander Early2016-04-071-3/+2
|
* use initialParams to simplify callback extractionAlexander Early2016-03-191-2/+2
|
* update locations of lodash methods--global2016-01-131-1/+1
|
* Avoid including lodash string parsing in bundleGraeme Yeates2016-01-041-1/+1
|
* Set up async bundlesGraeme Yeates2015-12-291-3/+5
|
* [WIP] modularization (#984)Graeme Yeates2015-12-291-0/+20