summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #1 from marcolino/marcolino-patch-readme-waterfall-more-ex...marcolino2015-12-151-0/+44
| |\ \ \ | | |/ / | |/| |
| | * | Update README.mdmarcolino2015-12-151-0/+44
| |/ /
* | | Merge pull request #998 from dacoozheng/masterAlexander Early2016-01-072-2/+42
|\ \ \
| * | | 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
* | | | Merge pull request #1002 from mattcollier/patch-1Alexander Early2016-01-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use `nonexistent` instead of `inexistant` in error message.mattcollier2016-01-061-1/+1
|/ / /
* | | Merge pull request #994 from mchapman/patch-1Alexander Early2016-01-021-1/+1
|\ \ \
| * | | Add some information to error messageMark Chapman2016-01-011-1/+1
* | | | 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
* | | | Merge pull request #993 from gr2m/masterAlexander Early2016-01-022-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | fix: auto stops after error #988Gregor Martynus2015-12-301-0/+5
| * | | test: auto stops after error #988Gregor Martynus2015-12-301-0/+16
|/ / /
| | * add note about in-progress docs for 2.0Alexander Early2016-02-141-4/+6
| | * pull in readme changes from masterAlexander Early2016-02-141-247/+329
| | * check in dist for bower supportAlexander Early2016-02-146-12/+10
| | * use tweaked version of xyz for our publish processAlexander Early2016-02-103-6/+174
| | * handle moved lodash internal methodsAlexander Early2016-02-1032-66/+67
| | * fix lint errorAlexander Early2016-02-091-2/+1
| | * move package manager files during build process, update main pathsAlexander Early2016-02-0995-953/+4698
| | * fix es build testAlexander Early2016-02-094-3/+30
| | * add es modules to build, with lodash replaced with lodash-esAlexander Early2016-01-214-7/+50
| | * clean up makefile, add smoke test to build processAlexander Early2016-01-214-11/+57
| | * fix karma test--global2016-01-191-1/+1
| | * rename build files, add smoke test for build--global2016-01-1591-1241/+44
| | * update code style, increase linter coverage, refactor makefile--global2016-01-158-44/+74
| | * update locations of lodash methods--global2016-01-1356-319/+218
| | * use lodash from npm, now that 4.0 is released--global2016-01-131-2/+2
| | * prevent having to require('async/foo').default--global2016-01-1283-81/+172
| | * Improve bundle error reportingGraeme Yeates2016-01-102-5/+5
| | * use npm for lodash-es, rather than a git submoduleKiko Beats2016-01-078-25/+16
| | * Update make build tasksGraeme Yeates2016-01-0416-1584/+16
| | * Avoid including lodash string parsing in bundleGraeme Yeates2016-01-0423-2770/+2243
| | * Adjust commonjs builds and use umd formatGraeme Yeates2015-12-29123-4256/+3999
| | * Set up async bundlesGraeme Yeates2015-12-29207-134/+7461
| | * Fix implementations (test green lights)Graeme Yeates2015-12-2915-117/+64
| | * [WIP] modularization (#984)Graeme Yeates2015-12-29494-5689/+903
| | * Initial work in progress - modularizationKiko Beats2015-12-29453-1328/+6747
| |/ |/|
* | Merge pull request #980 from charlierudolph/patch-1Alexander Early2015-12-161-1/+1
|\ \ | |/ |/|
| * fix typo in #971Charlie Rudolph2015-12-161-1/+1
|/
* Merge pull request #966 from ex1st/masterAlexander Early2015-12-032-2/+8
|\
| * Added test for auto with concurrency but without callback.Ilya Shatokhin2015-12-031-1/+7
| * Fixed incorrect handling of arguments in "auto" in case of empty callbackIlya Shatokhin2015-11-301-1/+1
* | Merge pull request #971 from hotaru355/masterAlexander Early2015-12-021-3/+3
|\ \ | |/ |/|
| * Bug fix #968: uddate Readme for `async.every()`Kenta Fried2015-12-021-3/+3
|/
* Update CHANGELOG.mdGraeme Yeates2015-11-261-0/+1
* Merge pull request #963 from benfleis/masterGraeme Yeates2015-11-263-23/+33
|\