Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | be explicit (#1769) | Jimmy Wärting | 2021-11-16 | 1 | -2/+2 |
| | |||||
* | V3 Docs :: Fix "unshirtAsync" typo (#1712) | Ilia | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | fix typo (#1707) | Michael Collier | 2020-03-03 | 1 | -1/+1 |
| | |||||
* | feat(queue): add pushAsync and unshiftAsync functions that reject on error. ↵ | Alexander Early | 2019-06-22 | 1 | -2/+6 |
| | | | | Closes #1659 | ||||
* | BREAKING CHANGE: awaitable queues (#1641) | Alex Early | 2019-05-19 | 1 | -19/+35 |
| | | | | | | | | | | | | * BREAKING CHANGE: awaitable queues * fix priorityQueue tests * fix tests in firefox * make the upgrade a bit more user-friendly * clarify docs | ||||
* | sentence fix (#1581) | Tony | 2018-09-21 | 1 | -1/+1 |
| | | | Just a little thing I noticed :) | ||||
* | feat: Iterable queues (#1556) | Alex Early | 2018-07-09 | 1 | -1/+13 |
| | | | | | | * feat: iterable queues * docs | ||||
* | ES6-ify codebase (#1553) | Alex Early | 2018-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | need to demonstrate error cb not just drain cb | Operations Research Engineering Software+ | 2018-06-03 | 1 | -0/+5 |
| | | | need to demonstrate to users how to use a single error callback | ||||
* | clarify q.kill docs [fixes #1422] | Hubert Argasinski | 2017-05-24 | 1 | -1/+2 |
| | |||||
* | add queue.removelinked-list-methods | Alexander Early | 2017-04-06 | 1 | -0/+6 |
| | |||||
* | use the AsyncFunction type in all docs :sweat: | Alexander Early | 2017-04-01 | 1 | -5/+3 |
| | |||||
* | handle async funcs in control flow methods | Alexander Early | 2017-03-25 | 1 | -1/+3 |
| | |||||
* | Fix docs for queue.started boolean (not a function) | Peter Lyons | 2016-07-14 | 1 | -2/+2 |
| | |||||
* | Update queue.js | scottarver | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Genetate import path using jsdoc plugin | Graeme Yeates | 2016-06-29 | 1 | -3/+0 |
| | |||||
* | jsdocs: using proxy modules as categories, modifying minami theme | Hubert Argasinski | 2016-06-29 | 1 | -3/+6 |
| | | | | | | jsdocs: style fix in outputted html jsdoc: added documentation to support script | ||||
* | Initial jsdoc documentation (using minami template) | Hubert Argasinski | 2016-06-29 | 1 | -2/+4 |
| | |||||
* | Update typedef invoke docs | Graeme Yeates | 2016-06-29 | 1 | -10/+10 |
| | |||||
* | Initial esdocs documentation (#1083) | Graeme Yeates | 2016-06-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1170 from jnordberg/queue-error | Alex Early | 2016-05-31 | 1 | -0/+2 |
|\ | | | | | Add optional error handler to queues | ||||
| * | Document queue error callback | Johan Nordberg | 2016-05-31 | 1 | -0/+2 |
| | | |||||
* | | Remove redundant "use strict" directive as ES2015 modules are implicitly in ↵ | John-David Dalton | 2016-05-31 | 1 | -2/+0 |
|/ | | | | strict mode. | ||||
* | jsdoc-style documentation for `Control Flow` methods | Hubert Argasinski | 2016-04-12 | 1 | -0/+96 |
| | | | | this should be the last of the public methods requiring documentaiton | ||||
* | [WIP] modularization (#984) | Graeme Yeates | 2015-12-29 | 1 | -0/+9 |