summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.5Caolan McMahon2010-09-171-1/+1
* added concatSeriesCaolan McMahon2010-09-173-12/+45
* added the concat functionCaolan McMahon2010-09-163-4/+68
* release v0.1.4v0.1.4Caolan McMahon2010-08-161-1/+1
* return value from functions in async.applyCaolan McMahon2010-08-162-2/+8
* Release 0.1.3v0.1.3Caolan McMahon2010-08-021-1/+1
* added noConflict to READMECaolan McMahon2010-08-021-0/+10
* added noConflictCaolan McMahon2010-08-022-47/+88
* exposed browser-compatible nextTick functionCaolan McMahon2010-08-024-14/+72
* added log and dir functionsCaolan McMahon2010-08-023-0/+142
* updated READMECaolan McMahon2010-07-111-71/+90
* added browser supportv0.1.2Caolan McMahon2010-07-074-297/+408
* added apply functionv0.1.1Caolan McMahon2010-07-064-3/+68
* added npm install command to READMECaolan McMahon2010-06-301-0/+4
* added license and package.jsonv0.1.0Caolan McMahon2010-06-302-0/+35
* Updated README to include detect, reject, reduceRight and sortBy functions, a...Caolan McMahon2010-06-161-7/+97
* Added detect, reject, reduceRight and sortBy functions and added a few common...Caolan McMahon2010-06-162-7/+216
* better support empty objects and arrays as argumentsCaolan McMahon2010-06-122-1/+61
* Merge branch 'master' of git@github.com:caolan/asyncCaolan McMahon2010-06-113-21/+56
|\
| * ensure map and filter results stay in the same order when processing in parallelCaolan McMahon2010-06-093-23/+58
* | added closing square brackets to auto example in READMECaolan McMahon2010-06-081-2/+2
|/
* updated README.mdCaolan McMahon2010-06-011-26/+20
* minor tweaks to README.mdCaolan McMahon2010-06-011-4/+9
* updated README.mdCaolan McMahon2010-06-011-17/+211
* renamed reduceSeries to reduceCaolan McMahon2010-06-012-20/+10
* added docs to README.md for forEach and forEachSeriesCaolan McMahon2010-05-271-1/+24
* added README.mdCaolan McMahon2010-05-271-0/+223
* refactoring and unit test improvementsCaolan McMahon2010-05-272-226/+229
* added forEach, map, reduce, filter, some, and every functionsCaolan McMahon2010-05-262-0/+351
* added error handling to parallel, series and auto functionsCaolan McMahon2010-05-262-32/+72
* make callbacks optionalCaolan McMahon2010-05-202-23/+75
* updated auto api, removed requires functionCaolan McMahon2010-05-192-52/+23
* added iterator methodCaolan McMahon2010-05-192-21/+83
* updated nodeunitCaolan McMahon2010-05-191-0/+0
* added parallel and series methodsCaolan McMahon2010-05-172-0/+66
* added test for running waterfall callbacks async, and using callbacks multipl...Caolan McMahon2010-05-162-9/+58
* call next function in waterfall asynchronouslyCaolan McMahon2010-05-161-1/+1
* don't pass callback to last function in waterfall chainCaolan McMahon2010-05-132-2/+7
* fix sync calling of callbacks in waterfallCaolan McMahon2010-05-132-3/+3
* added index.js for convenienceCaolan McMahon2010-05-131-0/+3
* added existing code and testsCaolan McMahon2010-05-132-0/+141
* added nodeunit and test scriptCaolan McMahon2010-05-133-0/+25