summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* clean up code, use ES6waterfall-multiple-callback-defenseAlexander Early2016-03-071-5/+4
|
* defend against multiple callbacksAlexander Early2016-03-061-15/+19
|
* defend against multiple callbacks. Fixes #814Alexander Early2016-03-061-2/+3
|
* implement <name> and <name>Series with <name>Limitcharlierudolph2016-03-0116-120/+52
|
* stop running tasks after an error. fixes #1023Alexander Early2016-02-271-1/+4
|
* make tests passAlexander Early2016-02-271-17/+35
|
* moved tests to separate filesAlexander Early2016-02-271-1/+1
|
* Add race methodJorge Bay Gondra2016-02-262-0/+17
|
* add unsaturation event to `priorityQueue`Suguru Motegi2016-02-241-0/+3
|
* added a base implementation for unsaturation event #868Ernie Casilla2016-02-201-0/+5
| | | | | | updating the README fix readme
* removed old lib/async.jsAlexander Early2016-02-161-1265/+0
|
* filter, reject, detect, some, every with errorcharlierudolph2016-02-163-16/+41
|
* Skip failing test caseGraeme Yeates2016-02-151-2/+2
|
* merge from masterAlexander Early2016-02-143-3/+1274
|\
| * Update (C) to 2016Graeme Yeates2016-01-181-1/+1
| |
| * Merge pull request #998 from dacoozheng/masterAlexander Early2016-01-071-2/+3
| |\ | | | | | | prevent return "undefined" immediately when key is "constructor" for memoize method
| | * Allow "hasOwnProperty" as key for memoize method.dacoozheng2016-01-031-2/+3
| | |
| | * prevent return "undefined" immediately when key is "constructor" for memoize ↵dacoozheng2016-01-031-2/+2
| | | | | | | | | | | | method.
| * | Use `nonexistent` instead of `inexistant` in error message.mattcollier2016-01-061-1/+1
| |/ | | | | Inexistant is not a commonly used English word.
| * Merge pull request #994 from mchapman/patch-1Alexander Early2016-01-021-1/+1
| |\ | | | | | | Add some information to error message
| | * Add some information to error messageMark Chapman2016-01-011-1/+1
| | | | | | | | | I had to put this change in to spot where my typo was, so thought I would make a PR
| * | fix: auto stops after error #988Gregor Martynus2015-12-301-0/+5
| |/
* | handle moved lodash internal methodsAlexander Early2016-02-109-15/+15
| |
* | update locations of lodash methods--global2016-01-1327-51/+51
| |
* | Avoid including lodash string parsing in bundleGraeme Yeates2016-01-0410-16/+19
| |
* | Set up async bundlesGraeme Yeates2015-12-2931-115/+301
| |
* | Fix implementations (test green lights)Graeme Yeates2015-12-2911-49/+52
| |
* | [WIP] modularization (#984)Graeme Yeates2015-12-29493-5689/+903
| |
* | Initial work in progress - modularizationKiko Beats2015-12-29436-1259/+6207
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add .DS_Store Extract util methods Fix createTester callback Fix notid exports Refactor settimediate and nexttick Fix dep path Create bundle using browserify Rename main file Rename main file Rename main file Use browserify standalone mode Modular interface for main methods 📦 Deleted unnecessary test Add script to generate modules package.json Delete noconflict module Improve how to generat browser bundle Update util modules references Add a way to generate module scaffold Fix version Remove unnecessary dependencies Require the dependency Add missing methods Add dependencies for each module Bumped 0.4.0 Add useful scripts Add .npmignore Updated Add npmignore files Refactor Fix little issues Fix library name Fix isarray module Update script Fix typo Fix template links Update deps Revert "Fix template links" This reverts commit 112a3822f5aeab04d3ebec2e286ade10639f4668. Bump 0.5.1 Fix mapseries reference Bump 0.5.2
* Fixed incorrect handling of arguments in "auto" in case of empty callbackIlya Shatokhin2015-11-301-1/+1
|
* pass last result to while/until callbackben fleis2015-11-251-1/+1
| | | | | | incorporate @thanodnl suggestions to pass all args also tidy up the test changes
* Clean upAdam2015-10-291-18/+13
|
* Bug fix #945: pause in queue with concurrency doesn't pauseAdam2015-10-281-0/+4
|
* Merge pull request #891 from kolomiichenko/masterAlexander Early2015-10-251-0/+14
|\ | | | | Added workersList() method into queue
| * Added workersList() method into queueAndrii Kolomiichenko2015-08-251-0/+14
| |
* | move concurrency arg position in auto (#637)Alexander Early2015-10-251-1/+6
| |
* | Add concurrency argument to async.autoTim Vergenz2015-10-251-2/+9
| |
* | Merge pull request #896 from caolan/itersAlexander Early2015-10-241-18/+15
|\ \ | | | | | | Implement eachOf through _keyIterator
| * | Implement eachOf through _keyIteratoritersGraeme Yeates2015-08-291-18/+15
| |/
* | Merge pull request #892 from caolan/transformAlexander Early2015-10-241-1/+15
|\ \ | | | | | | Add async.transform
| * | Add async.transformtransformGraeme Yeates2015-08-241-1/+15
| |/
* | Merge pull request #873 from caolan/object-mapAlexander Early2015-10-241-1/+2
|\ \ | | | | | | Allow map to return objects
| * | Allow map to return objectsobject-mapGraeme Yeates2015-08-011-1/+2
| | |
* | | Use setImmediate consistently over nextTicksetImmGraeme Yeates2015-09-071-2/+2
| |/ |/|
* | prevent old Android from choking on Promise#catch. Closes #870Alexander Early2015-08-071-1/+1
| |
* | Add detectLimitMark Yen2015-07-281-0/+1
|/
* Merge pull request #844 from megawac/typesAlexander Early2015-07-191-4/+10
|\ | | | | Stricter type checking
| * Stricter type checkingGraeme Yeates2015-07-111-4/+10
| |
* | Merge pull request #854 from caolan/unused-conditionGraeme Yeates2015-07-201-1/+0
|\ \ | | | | | | Drop unused restParam case
| * | Drop unused restParam caseunused-conditionGraeme Yeates2015-07-191-1/+0
| |/