summaryrefslogtreecommitdiff
path: root/lib/eachOfLimit.js
Commit message (Collapse)AuthorAgeFilesLines
* be explicit (#1769)Jimmy Wärting2021-11-161-3/+3
|
* feat: await-able Async methods (#1572)Alex Early2018-09-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make each and family awaitable * dont pretend they're AsyncFunctions * check errors * ensure function name is preserved somehow * awaitable concat * awaitable detect * awaitable every/filter * awaitable groupBy * awaitable map/mapValues * awaitable reduce * awaitable reject * awaitable some * awaitable transform * awaitable times * awaitable auto * awaitable compose/seq * awaitable whilst/until (lol) * awaitable forever * awaitable parallel/race * awaitable retry * awaitable series (lol) * awaitable tryEach * awaitable waterfall (lol) * lint * cleanup, remove noop and unused internal functions
* [wip] initial async generator support (#1560)Alex Early2018-08-051-1/+1
| | | feat: initial async generator support
* use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-011-5/+3
|
* initial experiment with async fn supportAlexander Early2017-03-221-1/+2
|
* Document methods which take iterablesGraeme Yeates2016-07-121-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-3/+6
| | | | | | jsdocs: style fix in outputted html jsdoc: added documentation to support script
* Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-291-2/+3
|
* fix new lint errorsAlexander Early2016-06-071-2/+2
|
* 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 wrapped @see info in backticksHubert Argasinski2016-04-121-1/+1
|
* jsdoc-style documentation for 'collection' methodsHubert Argasinski2016-04-121-0/+21
| | | | | | | | | | | Converted documentation from README to jsdoc-style for respective methods. Currently, only done for 'collection' methods. jsdoc-style documentation - fixed 'collection' methods documentation Only the base functions now contain an example, while the `series` and `limit` versions simply contain a reference to the base function. Fixed styling issue and misspelled tag.
* iterator -> iteratee in lib/Alexander Early2016-03-181-2/+2
|
* [WIP] modularization (#984)Graeme Yeates2015-12-291-0/+7