summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | * Update README.mdmarcolino2015-12-151-0/+44
| | |/ | | | | | | Added two waterfall examples: with named functions, and with named functions passing arguments to the first one.
| * | Merge pull request #998 from dacoozheng/masterAlexander Early2016-01-072-2/+42
| |\ \ | | | | | | | | prevent return "undefined" immediately when key is "constructor" for memoize method
| | * | Allow "hasOwnProperty" as key for memoize method.dacoozheng2016-01-032-6/+20
| | | |
| | * | Test case for #998.dacoozheng2016-01-031-0/+26
| | | |
| | * | prevent return "undefined" immediately when key is "constructor" for memoize ↵dacoozheng2016-01-031-2/+2
| | | | | | | | | | | | | | | | method.
| * | | Merge pull request #1002 from mattcollier/patch-1Alexander Early2016-01-071-1/+1
| |\ \ \ | | |/ / | |/| | Use `nonexistent` instead of `inexistant` in error message.
| | * | Use `nonexistent` instead of `inexistant` in error message.mattcollier2016-01-061-1/+1
| |/ / | | | | | | Inexistant is not a commonly used English word.
| * | Merge pull request #994 from mchapman/patch-1Alexander Early2016-01-021-1/+1
| |\ \ | | | | | | | | Add some information to error message
| | * | Add some information to error messageMark Chapman2016-01-011-1/+1
| | | | | | | | | | | | I had to put this change in to spot where my typo was, so thought I would make a PR
| * | | Version 1.5.1v1.5.1Alexander Early2016-01-023-6/+7
| | | |
| * | | update minified buildAlexander Early2016-01-026-25/+28
| | | |
| * | | update changelog for 1.5.1Alexander Early2016-01-021-0/+3
| | | |