summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | Merge pull request #1084 from fromheten/patch-1Alex Early2016-03-241-1/+1
|\ \ \ \
| * | | | Update README, spelling correctionMartin Josefsson2016-03-241-1/+1
|/ / / /
* | | | add missing issue numbersAlexander Early2016-03-231-3/+3
* | | | Version 2.0.0-rc.2v2.0.0-rc.2Alexander Early2016-03-232-2/+2
* | | | update minified buildAlexander Early2016-03-233-53/+64
* | | | fix docs re: setImmediate in node. Closes #1079Alexander Early2016-03-231-4/+1
* | | | document that collection methods accept maps/sets/iterablesAlexander Early2016-03-232-72/+74
* | | | remove note about supporting generatorsAlexander Early2016-03-231-1/+1
* | | | ensure map returns an array when an iterable is passedAlexander Early2016-03-234-6/+25
* | | | update changelog w/ iterator supportAlexander Early2016-03-231-0/+1
* | | | standardize spacingAlexander Early2016-03-231-17/+17
* | | | Merge pull request #1074 from ex1st/masterAlex Early2016-03-234-28/+132
|\ \ \ \
| * | | | Remove iterator index (Map).Ilya Shatokhin2016-03-222-6/+4
| * | | | Added new testsIlya Shatokhin2016-03-222-23/+59
| * | | | Add support for ES2015 iteratorsIlya Shatokhin2016-03-223-5/+75