summaryrefslogtreecommitdiff
path: root/lib/timesSeries.js
Commit message (Collapse)AuthorAgeFilesLines
* be explicit (#1769)Jimmy Wärting2021-11-161-1/+1
|
* feat: await-able Async methods (#1572)Alex Early2018-09-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-011-2/+2
|
* 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
| | | | | | 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-3/+3
|
* jsdoc-style documentation for `Control Flow` methodsHubert Argasinski2016-04-121-1/+1
| | | | this should be the last of the public methods requiring documentaiton
* jsdoc-style documentation began documenting `Util` methodsHubert Argasinski2016-04-121-0/+13
| | | | | | | | | | | | | | remaining `Util` methods to document (10): - ensureAsync - constant - asyncify - wrapSync - log - dir - noConflict - timeout - reflect - reflectAll
* implement <name> and <name>Series with <name>Limitcharlierudolph2016-03-011-5/+3
|
* handle moved lodash internal methodsAlexander Early2016-02-101-1/+1
|
* Avoid including lodash string parsing in bundleGraeme Yeates2016-01-041-2/+2
|
* [WIP] modularization (#984)Graeme Yeates2015-12-291-0/+8