summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: send proper retry count to retry's interaval funcfix-retry-interval-funcAlexander Early2019-02-132-2/+7
* chore: maybe fix xvfb in travis?Alexander Early2019-02-131-2/+3
* Fixes #1582 (#1597)Hubert Argasinski2018-11-2728-16/+917
* feat: Use heap tree in priority queue (#1595)yemreinci2018-11-204-10/+275
* docs: Set focus on search input on page load (#1591)David Stepanov2018-10-291-1/+1
* --save no longer needed (#1585)Joe Cortopassi2018-10-041-1/+1
* Version 3.0.1-0v3.0.1-0Alexander Early2018-09-301-1/+1
* Update built filesAlexander Early2018-09-303-4/+4
* Update built filesAlexander Early2018-09-304-7031/+6053
* update changelog for 3.0.0-rc1Alexander Early2018-09-301-0/+36
* feat: await-able Async methods (#1572)Alex Early2018-09-3077-201/+987
* sentence fix (#1581)Tony2018-09-211-1/+1
* Small typo :) (#1579)Jake Mingolla2018-09-171-1/+1
* feat: Add cargoQueue type and tests (#1567)Justin Chase2018-08-074-1642/+2037
* update depsAlexander Early2018-08-052-439/+1246
* [wip] initial async generator support (#1560)Alex Early2018-08-0552-198/+1243
* [issue-1568][bug]: make sure error object defined before access its message (...Reed Feng2018-08-022-1/+14
* Updated concat documentation (#1564)Alexander Cerutti2018-07-201-3/+2
* breaking: remove during, make test functions in until/whilst async (#1557)Alex Early2018-07-1012-330/+99
* Add limit value to `mapLimit` example (#1558)Abraham Williams2018-07-091-1/+1
* feat: Iterable queues (#1556)Alex Early2018-07-094-8/+44
* fix autoInject testsAlexander Early2018-07-084-86/+57
* prefer destructuringAlexander Early2018-07-0855-61/+61
* disallow variable shadowingAlexander Early2018-07-0824-133/+120
* add pitfall about array mutation. Closes #1393Alexander Early2018-07-081-0/+4
* clarify applyEach docs. Closes #1501Alexander Early2018-07-081-2/+7
* update transform docs. Closes #1543Alexander Early2018-07-081-2/+2
* ES6-ify codebase (#1553)Alex Early2018-07-08125-3130/+2660
* limits of less than 1 are now an error (#1552)Alex Early2018-07-017-47/+50
* feat: Canceling flows (#1542)Alex Early2018-07-0121-7/+414
* Merge pull request #1540 from ORESoftware/patch-1Alex Early2018-06-031-0/+5
|\
| * need to demonstrate error cb not just drain cbOperations Research Engineering Software+2018-06-031-0/+5
* | force update makeAlexander Early2018-06-031-0/+1
* | wtf make?Alexander Early2018-06-031-0/+1
|/
* clean up debuggingAlexander Early2018-06-032-9/+1
* does travis have xenial?Alexander Early2018-06-031-1/+1
* update makeAlexander Early2018-06-031-0/+3
* update to trusty in travis?Alexander Early2018-06-031-0/+2
* more debugAlexander Early2018-06-032-2/+6
* more debuggingAlexander Early2018-06-031-1/+2
* makefile debuggingAlexander Early2018-06-031-2/+8
* Merge pull request #1538 from suguru03/fix-memoize-testAlex Early2018-06-031-2/+2
|\
| * Fix a memoize test caseSuguru Motegi2018-06-031-2/+2
|/
* stop growlingAlexander Early2018-06-033-105/+2
* refactor makefile, avoid using node in evaled targetsAlexander Early2018-06-036-78/+54
* fix testsAlexander Early2018-06-023-3/+3
* optimize makefile, fix testsAlexander Early2018-06-023-12/+12
* update deps after npm auditAlexander Early2018-06-021-62/+54
* move mocha_tests/ to test/Alexander Early2018-06-0255-12/+12
* Merge pull request #1466 from caolan/1465Alex Early2018-06-022-7/+30
|\