Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow map to return objectsobject-map | Graeme Yeates | 2015-08-01 | 1 | -0/+1 |
| | |||||
* | convert compose tests to mocha | charlierudolph | 2015-07-20 | 1 | -87/+0 |
| | |||||
* | added not about mocha migration, fixed linting | Alexander Early | 2015-07-19 | 1 | -0/+5 |
| | |||||
* | Merge pull request #849 from charlierudolph/cr-splitTests | Alexander Early | 2015-07-19 | 1 | -44/+0 |
|\ | | | | | convert tests to mocha | ||||
| * | mocha tests | charlierudolph | 2015-07-17 | 1 | -44/+0 |
| | | |||||
* | | Merge pull request #844 from megawac/types | Alexander Early | 2015-07-19 | 1 | -0/+11 |
|\ \ | | | | | | | Stricter type checking | ||||
| * | | Asyncify handles null values | Graeme Yeates | 2015-07-11 | 1 | -0/+11 |
| |/ | |||||
* | | Fix linting issue | megawac | 2015-07-20 | 1 | -1/+1 |
| | | |||||
* | | Test coverage for *whilst and *during | megawac | 2015-07-20 | 1 | -0/+50 |
| | | |||||
* | | Test coverage for error in sortBy error | megawac | 2015-07-20 | 1 | -0/+13 |
| | | |||||
* | | Add test coverage of retry errors | Graeme Yeates | 2015-07-20 | 1 | -0/+13 |
|/ | |||||
* | node-only | Aydar Zartdinov | 2015-07-09 | 1 | -0/+4 |
| | |||||
* | unit test for NPO | Aydar Zartdinov | 2015-07-09 | 1 | -2/+10 |
| | |||||
* | not used Promise was fixed | Aydar Zartdinov | 2015-07-09 | 1 | -2/+2 |
| | |||||
* | don't repeat yourself (DRY) | Aydar Zartdinov | 2015-07-09 | 1 | -103/+32 |
| | |||||
* | added "should not get an error here" messages | Aydar Zartdinov | 2015-07-09 | 1 | -3/+3 |
| | |||||
* | test names modified to "promisified by ..." | Aydar Zartdinov | 2015-07-09 | 1 | -3/+3 |
| | |||||
* | unit test for bluebird promisified functions | Aydar Zartdinov | 2015-07-09 | 1 | -0/+33 |
| | |||||
* | ahh, forgot some console.log | Aydar Zartdinov | 2015-07-09 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of https://github.com/caolan/async | Aydar Zartdinov | 2015-07-09 | 1 | -127/+127 |
|\ | | | | | | | | | Conflicts: package.json | ||||
| * | :full_moon_with_face: Adjust style to be consistent with jscs | Graeme Yeates | 2015-07-08 | 1 | -127/+127 |
| | | |||||
* | | callback moved out from try/catch block | Aydar Zartdinov | 2015-07-09 | 1 | -0/+76 |
|/ | | | | unit tests for es6-promise and rsvp | ||||
* | Add filter and reject limit | Graeme Yeates | 2015-07-03 | 1 | -0/+33 |
| | |||||
* | Test short circuiting of every* and some* | Graeme Yeates | 2015-07-02 | 1 | -0/+27 |
| | |||||
* | Add everyLimit | Graeme Yeates | 2015-07-02 | 1 | -0/+18 |
| | |||||
* | Added async.someLimit | mtone | 2015-07-02 | 1 | -0/+18 |
| | | | | | | | | | | When checking if a folder contains subfolders or not (fs.readdir -> fs.stat -> some(is_a_Folder)), getting crashes when listing Windows shares from Ubuntu VM. someLimit avoids the problem. Test for someLimit added anyLimit alias and updated doc. removed anyLimit alias | ||||
* | test callback is now in the form of (err, truth) | U-Zyn Chua | 2015-06-28 | 1 | -2/+2 |
| | |||||
* | Merged from master | U-Zyn Chua | 2015-06-28 | 1 | -28/+193 |
|\ | |||||
| * | added async.asyncify. closes #671 | Alexander Early | 2015-06-28 | 1 | -0/+45 |
| | | |||||
| * | added async.constant | Alexander Early | 2015-06-27 | 1 | -0/+13 |
| | | |||||
| * | expose payload again, and allow it to be changed. Closes #744 | Alexander Early | 2015-06-27 | 1 | -0/+28 |
| | | |||||
| * | make callbacks optional in whilst and family. Closes #642 | Alexander Early | 2015-06-27 | 1 | -0/+13 |
| | | |||||
| * | Add expect statements to (many) tests | Graeme Yeates | 2015-06-24 | 1 | -28/+94 |
| | | |||||
* | | during & doDuring with async test | U-Zyn Chua | 2015-06-23 | 1 | -0/+59 |
|/ | |||||
* | add durations to failure message | Ed Eustace | 2015-06-17 | 1 | -1/+2 |
| | |||||
* | move interval to options object that may be passed in as the 1st parameter | edeustace | 2015-06-17 | 1 | -2/+20 |
| | |||||
* | add interval option to retry | edeustace | 2015-06-16 | 1 | -0/+22 |
| | |||||
* | merge 1.1.x into master | Alexander Early | 2015-06-07 | 1 | -0/+13 |
|\ | |||||
| * | make eachSeries sync w/ single item and a sync iterator. Fixes #782 | Alexander Early | 2015-06-07 | 1 | -0/+13 |
| | | | | | | | | | | Conflicts: test/test-async.js | ||||
* | | make eachSeries sync w/ single item and a sync iterator. Fixes #782 | Alexander Early | 2015-06-07 | 1 | -4/+17 |
| | | |||||
* | | fix(each): each with empty array that has other property never calls final ↵ | RBLU | 2015-06-02 | 1 | -0/+16 |
| | | | | | | | | callback | ||||
* | | Merge pull request #772 from justincy/queue-concurrency | Alexander Early | 2015-06-01 | 1 | -51/+31 |
|\ \ | | | | | | | Queue concurrency | ||||
| * | | failing test for changing queue concurrency; #747 | Justin | 2015-06-01 | 1 | -51/+31 |
| |/ | |||||
* | | add timesLimit. Closes #743 | Alexander Early | 2015-06-01 | 1 | -11/+31 |
| | | |||||
* | | increase timeout for flaky test | Alexander Early | 2015-06-01 | 1 | -2/+2 |
| | | |||||
* | | fixed test issues in browsers | Alexander Early | 2015-06-01 | 1 | -11/+21 |
|/ | |||||
* | seq callback is now optional. closes #618 | Alexander Early | 2015-06-01 | 1 | -0/+20 |
| | |||||
* | make use of _once() function, rather than assigning the callback to noop | Alexander Early | 2015-06-01 | 1 | -0/+15 |
| | |||||
* | set default values for each functions. Fixes #667 | Alexander Early | 2015-05-31 | 1 | -0/+52 |
| | |||||
* | added check to queue.push(). Fixes #593 | Alexander Early | 2015-05-31 | 1 | -0/+8 |
| |