summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set "browser" to index to allow tree-shakingbrowser-maGraeme Yeates2016-02-271-1/+2
|
* Merge pull request #1039 from lgaticaq/masterAlex Early2016-02-261-4/+4
|\ | | | | Fix async.filter example
| * Fix async.filter exampleLeonardo Gatica2016-02-261-4/+4
| |
* | Merge pull request #1038 from jorgebay/race-moduleAlex Early2016-02-264-0/+128
|\ \ | |/ |/| async.race module
| * Add race methodJorge Bay Gondra2016-02-264-0/+128
|/
* Merge pull request #1037 from silentroach/patch-2Alex Early2016-02-251-1/+1
|\ | | | | changelog: consructor -> constructor
| * consructor -> constructorKalashnikov Igor2016-02-261-1/+1
|/
* Merge pull request #1034 from suguru03/feat-priority-queueAlex Early2016-02-242-0/+73
|\ | | | | add unsaturation event to `priorityQueue`
| * add unsaturation event to `priorityQueue`Suguru Motegi2016-02-242-0/+73
| |
* | Merge pull request #1033 from suguru03/fix-queue-testGraeme Yeates2016-02-241-2/+22
|\ \ | |/ |/| fix queue test
| * fix queue testSuguru Motegi2016-02-241-2/+22
|/
* Merge pull request #996 from caolan/modularizationAlex Early2016-02-23119-2739/+5194
|\ | | | | Modularization
| * gitignore build directoriesmodularizationAlexander Early2016-02-23177-11348/+2
| |
| * Merge pull request #1030 from ecasilla/modularizationAlex Early2016-02-233-2/+57
| |\ | | | | | | async.queue.unsaturated #868
| | * added a base implementation for unsaturation event #868Ernie Casilla2016-02-203-2/+57
| |/ | | | | | | | | | | updating the README fix readme
| * make the package json main dist/async.jsAlexander Early2016-02-186-14/+14
| |
| * move build/async.js to build/dist/async.jsAlexander Early2016-02-1610-11/+10
| |
| * remove esnext:main from package jsonAlexander Early2016-02-161-2/+1
| |
| * move es build to separate folder/packageAlexander Early2016-02-16105-2495/+7376
| |
| * removed old lib/async.jsAlexander Early2016-02-161-1265/+0
| |
| * Merge pull request #1028 from charlierudolph/cr-withErrorModularAlex Early2016-02-165-114/+227
| |\ | | | | | | filter, reject, detect, some, every with error
| | * fix readmecharlierudolph2016-02-161-5/+5
| | |
| | * filter, reject, detect, some, every with errorcharlierudolph2016-02-165-114/+227
| |/
| * Skip failing test caseGraeme Yeates2016-02-152-2/+10
| |
| * update buildAlexander Early2016-02-1413-2591/+1686
| |
| * merge from masterAlexander Early2016-02-149-4/+2606
| |\ | |/ |/|
* | Merge pull request #1021 from crispen-smith/masterGraeme Yeates2016-02-081-96/+96
|\ \ | | | | | | Update README.md
| * | Update README.mdCrispen Smith2016-02-081-96/+96
|/ / | | | | Replaced references to "iterator" in function signatures with "iteratee"
* | Merge pull request #1010 from silentroach/patch-1Alex Early2016-01-231-1/+1
|\ \ | | | | | | readme fix after last change
| * | missed closing braceKalashnikov Igor2016-01-231-1/+1
|/ /
* | Merge pull request #1008 from Kikobeats/patch-1Graeme Yeates2016-01-181-8/+7
|\ \ | | | | | | Fix Utils header section
| * | Fix Utils header sectionKiko Beats2016-01-181-8/+7
|/ /
* | Update (C) to 2016Graeme Yeates2016-01-181-1/+1
| |
* | Merge pull request #1006 from pra85/2016Alex Early2016-01-151-1/+1
|\ \ | | | | | | Update year range to 2016
| * | Update year range to 2016Prayag Verma2016-01-161-1/+1
|/ /
* | Merge pull request #1005 from silentroach/docs-styleAlex Early2016-01-141-162/+163
|\ \ | | | | | | docs style consistency
| * | docs style consistencyIgor Kalashnikov2016-01-131-162/+163
|/ /
* | Merge pull request #1003 from proflayton/masterAlexander Early2016-01-091-1/+1
|\ \ | | | | | | Fix Lint for Windows by removing unnecessary wildcarding
| * | Fix Link for Windows by removing unnecessary wildcardingBrandon Layton2016-01-081-1/+1
|/ /
* | Merge pull request #977 from async-js/editorconfigAlexander Early2016-01-071-0/+10
|\ \ | | | | | | Add .editorconfig
| * | Add .editorconfigKiko Beats2015-12-151-0/+10
| | |
* | | Version 1.5.2v1.5.2Alexander Early2016-01-073-6/+7
| | |
* | | update minified buildAlexander Early2016-01-076-10/+10
| | |
* | | update changelog for v1.5.2Alexander Early2016-01-071-0/+5
| | |
* | | document promise support for asyncify. #956Alexander Early2016-01-071-0/+26
| | |
* | | clarify retry docs. Closes #936Alexander Early2016-01-071-4/+14
| | |
* | | Merge pull request #979 from marcolino/masterAlexander Early2016-01-071-0/+46
|\ \ \ | | | | | | | | Updated README.md
| * | | updated README.mdmarcolino2015-12-151-0/+2
| | | |
| * | | updated README.mdmarcolino2015-12-151-1/+1
| | | |
| * | | Merge pull request #1 from ↵marcolino2015-12-151-0/+44
| |\ \ \ | | |/ / | |/| | | | | | | | | | marcolino/marcolino-patch-readme-waterfall-more-examples Update README.md