summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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 ↵bspates2016-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | method before invoking
* | | | | | Merge pull request #1102 from ericz/patch-1Graeme Yeates2016-04-061-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Clarify async.reflect description
| * | | | | Clarify async.reflect descriptionEric Zhang2016-04-061-1/+1
| | | | | |
| * | | | | Spelling mistake in README.mdEric Zhang2016-04-061-1/+1
|/ / / / / | | | | | | | | | | `ether` => `either`
* | | | | 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.
| * | | | 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 correction
| * | | | 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
|\ \ \ \ | | | | | | | | | | Adds support for es6 iterators
| * | | | 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
| | | | |
* | | | | upate changelogAlexander Early2016-03-231-0/+1
| | | | |
* | | | | Merge pull request #1078 from caolan/queue-724Alex Early2016-03-236-1020/+1002
|\ \ \ \ \ | | | | | | | | | | | | Fix "saturated" and "unsaturated" events in queues
| * | | | | fix cargo events testqueue-724Alexander Early2016-03-221-2/+4
| | | | | |
| * | | | | convert cargo tests to mochaAlexander Early2016-03-222-269/+262
| | | | | |
| * | | | | clarify saturated/unsaturatedAlexander Early2016-03-221-2/+2
| | | | | |
| * | | | | changed saturated and unsaturated to better reflect realityAlexander Early2016-03-223-20/+29
| | | | | |
| * | | | | convert priorityQueue tests to mochaAlexander Early2016-03-224-122/+119
| | | | | |