summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #827 from megawac/create-apply-eachAlexander Early2015-07-021-21/+19
|\ \ \ | | | | | | | | Optimize applyEach* via creator function
| * | | Optimize applyEach* via creator functionGraeme Yeates2015-07-021-21/+19
| | |/ | |/|
* | | Merge pull request #824 from megawac/do-via-duringAlexander Early2015-07-021-29/+24
|\ \ \ | | | | | | | | Implement doDuring via during
| * | | Implement doDuring via duringGraeme Yeates2015-07-011-29/+24
| | |/ | |/|
* | | Merge pull request #823 from megawac/do-via-whilstAlexander Early2015-07-021-17/+12
|\ \ \ | |_|/ |/| | Implement doWhilst via whilst
| * | Implement doWhilst via whilstGraeme Yeates2015-07-011-17/+12
| |/
* | Merge pull request #826 from megawac/last-sliceAlexander Early2015-07-011-2/+2
|\ \ | | | | | | Use lookup instead of slice
| * | Use lookup instead of sliceGraeme Yeates2015-07-011-2/+2
| |/
* | Merge pull request #825 from megawac/simpl-switchAlexander Early2015-07-011-26/+13
|\ \ | | | | | | async.retry: simplify the argument type switching
| * | async.retry: simplify the argument type switchingGraeme Yeates2015-07-021-26/+13
| |/
* | Merge pull request #822 from megawac/reduce-whileAlexander Early2015-07-011-24/+6
|\ \ | |/ |/| Implement *until via *while
| * Implement *until via whileGraeme Yeates2015-07-011-24/+6
|/
* Merge pull request #818 from megawac/restParamAlexander Early2015-07-011-85/+74
|\ | | | | Replace slice with restParam
| * Comment out unused restParam implementationGraeme Yeates2015-07-011-8/+9
| |
| * Replace slice with restParamGraeme Yeates2015-07-011-85/+73
|/
* Merge pull request #813 from megawac/move-distAlexander Early2015-06-291-2/+2
|\ | | | | Build distribution file to lib/async.min.js
| * Build distribution file to lib/async.min.jsGraeme Yeates2015-06-291-2/+2
|/
* Merge pull request #812 from saiichihashimoto/patch-1Alexander Early2015-06-291-1/+1
|\ | | | | Missing detectSeries in the TOS for Collections
| * Missing detectSeries in the TOS for CollectionsSaiichi Hashimoto2015-06-291-1/+1
|/
* fix alias formatting for wrapSyncAlexander Early2015-06-291-1/+1
|
* Merge pull request #809 from charlierudolph/cr-shortenReadmeAlexander Early2015-06-291-201/+45
|\ | | | | make README more consise
| * Merge branch 'master' into cr-shortenReadmecharlierudolph2015-06-299-8/+363
| |\ | | | | | | | | | | | | # Conflicts: # README.md
| * | make README more concisecharlierudolph2015-06-261-197/+42
| | |
* | | Version 1.3.0v1.3.0Alexander Early2015-06-293-6/+7
| | |
* | | update minified buildAlexander Early2015-06-291-1/+1
| | |
* | | commit dist build in make releaseAlexander Early2015-06-291-0/+1
| | |
* | | add mangle and compress options to uglifyAlexander Early2015-06-291-1/+1
| |/ |/|
* | update package jsonsAlexander Early2015-06-293-5/+6
| |
* | made final callback optional in during and doDuringAlexander Early2015-06-281-1/+3
| |
* | update changelogAlexander Early2015-06-281-0/+1
| |
* | Merge pull request #800 from uzyn/duringAlexander Early2015-06-283-0/+137
|\ \ | | | | | | during & doDuring with async test
| * | Documentation for during and doDuring.U-Zyn Chua2015-06-281-0/+38
| | |
| * | test callback is now in the form of (err, truth)U-Zyn Chua2015-06-282-4/+10
| | |
| * | Merged from masterU-Zyn Chua2015-06-289-63/+335
| |\ \ | |/ / |/| |
* | | added async.asyncify. closes #671Alexander Early2015-06-284-0/+86
| | |
* | | added async.constantAlexander Early2015-06-274-2/+62
| | |
* | | expose payload again, and allow it to be changed. Closes #744Alexander Early2015-06-273-2/+33
| | |
* | | make callbacks optional in whilst and family. Closes #642Alexander Early2015-06-273-0/+18
| | |
* | | Merge branch 'master' of ssh://github.com/caolan/asyncAlexander Early2015-06-273-1/+11
|\ \ \
| * \ \ Merge pull request #805 from megawac/buildingAlexander Early2015-06-273-1/+11
| |\ \ \ | | |_|/ | |/| | Setup make publish script
| | * | Add package manager syncing to make publishGraeme Yeates2015-06-241-1/+2
| | | |
| | * | Setup publish make task [ci skip]Graeme Yeates2015-06-243-1/+10
| |/ /
* | | update changelogAlexander Early2015-06-271-0/+10
|/ /
* | re-order badgesAlexander Early2015-06-241-2/+2
| |
* | Merge pull request #807 from gitter-badger/gitter-badgeAlexander Early2015-06-241-0/+2
|\ \ | | | | | | Add a Gitter chat badge to README.md
| * | Added Gitter badgeThe Gitter Badger2015-06-241-0/+2
|/ /
* | Merge pull request #804 from megawac/root-detectionAlexander Early2015-06-242-11/+9
|\ \ | | | | | | Improve the detection of global/root object
| * | Improve the detection of global/root objectGraeme Yeates2015-06-242-11/+9
| | |
* | | Merge pull request #803 from megawac/devDepsAlexander Early2015-06-242-3/+7
|\ \ \ | | | | | | | | Chore: Update dev dependencies
| * | | Exclude additional files from npm releasesGraeme Yeates2015-06-241-0/+4
| | | |