summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* have applyEach pass results to the callback. Closes #1088Alexander Early2016-04-074-10/+12
* convert applyEach tests to mochaAlexander Early2016-04-072-92/+96
* Clarify what applyEach accepts. Closes #1087Alexander Early2016-04-071-1/+1
* Merge pull request #1100 from steverobb/autoInjectPRAlex Early2016-04-073-6/+43
|\
| * Docs updated to include injected results into final callback.Steve Robb2016-04-061-2/+5
| * Array results test.Steve Robb2016-04-061-2/+20
| * Fix for injection into final callback.Steve Robb2016-04-061-1/+17
| * Duplicate section removed and typo fixed.Steve Robb2016-04-061-68/+1
| * Merge branch 'master' into autoInjectPRSteve Robb2016-04-0676-4335/+6730
| |\
| * \ Merge branch 'master' into autoInjectPRSteve Robb2016-03-06131-3988/+6405
| |\ \
| * | | Support concurrency parameter.Steve Robb2016-03-062-1/+55
| * | | autoInject tests updated.Steve Robb2016-03-061-70/+168
| * | | Callback goes at the end.Steve Robb2016-03-062-27/+35
| * | | Merge branch 'master' into autoInjectPRSteve Robb2016-01-0627-1672/+5745
| |\ \ \
| * | | | autoInject - dependency injection for auto.Steve Robb2014-08-313-2/+265
* | | | | Merge pull request #1098 from asilvas/named-timeoutAlex Early2016-04-074-10/+43
|\ \ \ \ \
| * | | | | fix spacing...asilvas2016-04-051-18/+18
| * | | | | #1097. Named timeout for tracking purposesasilvas2016-04-054-10/+43
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1094 from bspates/bind-after-ensure-asyncAlex Early2016-04-072-1/+33
|\ \ \ \ \
| * | | | | change tabs to 4 spaces per linterbspates2016-04-051-21/+21
| * | | | | update comments to match change to ensureAsyncbspates2016-04-041-2/+2
| * | | | | update unit tests to test issue through ensureAsync, not helper methodbspates2016-04-041-16/+22
| * | | | | rename test file from intialParams to ensureAsyncbspates2016-04-041-0/+0
| * | | | | update initialParams import to match project stylebspates2016-04-031-3/+3
| * | | | | add unit test for context curring when using initialParamsbspates2016-04-031-0/+26
| * | | | | explicitly bind 'this', curried by lodash's rest method, to the wrapped metho...bspates2016-04-031-1/+1
* | | | | | Merge pull request #1102 from ericz/patch-1Graeme Yeates2016-04-061-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Clarify async.reflect descriptionEric Zhang2016-04-061-1/+1
| * | | | | Spelling mistake in README.mdEric Zhang2016-04-061-1/+1
|/ / / / /
* | | | | fix lint errorAlexander Early2016-04-052-2/+2
* | | | | allow no callback for detect, some and family. Fixes #1096Alexander Early2016-04-053-0/+31
* | | | | update changelogAlexander Early2016-04-041-1/+1
* | | | | update changelogAlexander Early2016-04-041-0/+1
* | | | | streamline implementationAlexander Early2016-04-041-9/+6
* | | | | Merge pull request #1095 from jtwebman/add-reflectAlex Early2016-04-045-0/+248
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add back reflect and reflectAll.JT Turner2016-04-035-0/+248
|/ / / /
* | | | tighten timeoutsAlexander Early2016-04-027-23/+25
* | | | tweak timeout in testAlexander Early2016-04-021-1/+1
* | | | update rollup plugin nameAlexander Early2016-04-022-2/+3
* | | | disable browser tests in CI for nowAlexander Early2016-04-021-1/+1
* | | | tweak timeouts in queue/cargo testsAlexander Early2016-04-022-3/+3
* | | | speed up queue.pause() tests and remove race conditionAlexander Early2016-04-021-22/+22
* | | | speed up cargo testsAlexander Early2016-04-021-16/+16
* | | | speed up queue testsAlexander Early2016-04-021-21/+21
* | | | remove gulpfile.js from lint configAlexander Early2016-04-022-2/+2
* | | | remove unused gulpfileAlexander Early2016-03-312-94/+1
* | | | ensure the fn can be GCed in once()Alexander Early2016-03-311-3/+2
* | | | use simpler once() implementationAlexander Early2016-03-306-7/+15
* | | | use simple 'in' check rather than _.has in memoizeAlexander Early2016-03-291-1/+4
* | | | use copyArray rather than baseCloneAlexander Early2016-03-291-1/+1