summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.9.20.9.2Beau Gunderson2014-12-183-3/+3
|
* Add node 0.11Beau Gunderson2014-12-181-0/+1
|
* List alternate package managersBeau Gunderson2014-12-181-2/+10
| | | | Closes #641
* Add categories for jamjsBeau Gunderson2014-12-182-1/+5
|
* 0.9.10.9.1Beau Gunderson2014-12-183-3/+3
|
* Update package manager infoBeau Gunderson2014-12-183-48/+104
| | | | | | | | Fixes #544 Fixes #565 Fixes #660 Closes #653 Closes #677
* Add script to sync package manager infoBeau Gunderson2014-12-181-0/+55
|
* Add keywordsBeau Gunderson2014-12-181-0/+6
|
* Add lodash to devDependenciesBeau Gunderson2014-12-181-1/+2
|
* licenses → licenseBeau Gunderson2014-12-181-6/+4
|
* Merge branch 'RyanCopley-master'Beau Gunderson2014-12-181-3/+0
|\
| * Fix incorrect test & favor Date valueOf for old IEBeau Gunderson2014-12-181-4/+8
| | | | | | | | Fixes #666.
| * Document drain removal from kill(), fixes #550Beau Gunderson2014-12-181-1/+1
| |
| * Remove errant debugger statements, fixes #563Beau Gunderson2014-12-181-4/+0
| |
| * #524 async.queue documentation typoJoanna Trela2014-12-181-1/+1
| |
| * Update README.mdFritz Lin2014-12-181-1/+0
| | | | | | | | remove excess `}`
| * Further clarification, link composeBeau Gunderson2014-12-181-2/+2
| |
| * Fix incorrect sample codeAnup Bishnoi2014-12-181-2/+2
| |
| * Improve documentation for async.seqBeau Gunderson2014-12-181-15/+8
| | | | | | | | | | - seq requires the last argument to be a function - seq short-circuits on errors which means using handleError is redundant
| * improved seq() documentation wordingQix2014-12-181-1/+2
| | | | | | | | | | | | | | | | Two changes were made here: - `latter` was changed to `former` (that caused a good deal of headache the other day) - added some clarification as to what exactly differs from the `compose()` function Since it's not entirely clear that `compose()` doesn't work left to right, `seq()` should better indicate that it does.
| * chmod -x on lib/async.jsjsdevel2014-12-181-0/+0
| |
| * Removed the slower forEach in async.eachRyan Copley2014-11-131-3/+0
| |
* | Fix incorrect test & favor Date valueOf for old IEBeau Gunderson2014-11-301-4/+8
| | | | | | | | Fixes #666.
* | Document drain removal from kill(), fixes #550Beau Gunderson2014-11-291-1/+1
| |
* | Remove errant debugger statements, fixes #563Beau Gunderson2014-11-291-4/+0
| |
* | Merge pull request #569 from jsdevel/removing-execute-permissions-on-async.jsBeau Gunderson2014-11-211-0/+0
|\ \ | | | | | | chmod -x on lib/async.js
| * | chmod -x on lib/async.jsjsdevel2014-07-031-0/+0
| |/
* | #524 async.queue documentation typoJoanna Trela2014-11-211-1/+1
| |
* | Merge branch 'fritx-patch-1'Beau Gunderson2014-11-211-1/+0
|\ \
| * | Update README.mdFritz Lin2014-11-211-1/+0
|/ / | | | | | | remove excess `}`
* | Merge branch 'Qix--patch-1'Beau Gunderson2014-11-211-1/+2
|\ \
| * | Further clarification, link composeBeau Gunderson2014-11-211-2/+2
| | |
| * | Fix incorrect sample codeAnup Bishnoi2014-11-211-2/+2
| | |
| * | Improve documentation for async.seqBeau Gunderson2014-11-211-15/+8
| | | | | | | | | | | | | | | - seq requires the last argument to be a function - seq short-circuits on errors which means using handleError is redundant
| * | improved seq() documentation wordingQix2014-09-151-1/+2
| |/ | | | | | | | | | | | | | | Two changes were made here: - `latter` was changed to `former` (that caused a good deal of headache the other day) - added some clarification as to what exactly differs from the `compose()` function Since it's not entirely clear that `compose()` doesn't work left to right, `seq()` should better indicate that it does.
* | Merge pull request #648 from asyncanup/patch-1Beau Gunderson2014-11-211-2/+2
|\ \ | | | | | | Fix incorrect sample code
| * | Fix incorrect sample codeAnup Bishnoi2014-10-281-2/+2
| |/
* | Merge pull request #643 from beaugunderson/masterBeau Gunderson2014-11-211-15/+8
|\ \ | |/ |/| Simple fix for incorrect documentation for async.seq
| * Improve documentation for async.seqBeau Gunderson2014-10-131-15/+8
|/ | | | | - seq requires the last argument to be a function - seq short-circuits on errors which means using handleError is redundant
* Merge pull request #533 from nazomikan/patchCaolan McMahon2014-05-271-0/+81
|\ | | | | add spec for #303
| * Merge branch 'master' into patchnazomikan2014-05-243-13/+61
| |\ | |/ |/|
* | Merge pull request #536 from vsivsi/queue-pause-concurrency-issueCaolan McMahon2014-05-232-10/+58
|\ \ | | | | | | async.queue() can lose concurrency after .pause() / .resume()
| * | Add var to declare loop index as localVaughn Iverson2014-05-221-1/+1
| | |
| * | Fixes loss of concurrency after pausing an async.queue(...)Vaughn Iverson2014-05-211-2/+5
| | |
| * | Remove trailing spacesVaughn Iverson2014-05-211-8/+8
| | |
| * | Failing test for pausing with concurrrencyVaughn Iverson2014-05-211-0/+45
| | |
* | | Merge pull request #538 from valorkin/patch-1Caolan McMahon2014-05-231-3/+3
|\ \ \ | |/ / |/| | Minor misprints fix
| * | Minor misprints fixDmitriy Schekhovtsov2014-05-231-3/+3
|/ /
| * detect a browser environment and not attempt to run of require vm spec.nazomikan2014-05-241-0/+16
| |
| * add spec for #303nazomikan2014-05-201-0/+65
|/ | | | | | * waterfall call in another context * parallel call in another context * series call in another context