summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1138 from caolan/doc-linkingAlex Early2016-04-2938-56/+56
|\ \
| * | Fix doc linking (see #1135)doc-linkingGraeme Yeates2016-04-2938-56/+56
|/ /
* | Merge pull request #1130 from caolan/2.0-doc-calloutsAlex Early2016-04-271-14/+8
|\ \
| * | call out breaking changes inline in readme2.0-doc-calloutsAlexander Early2016-04-261-14/+8
* | | Merge pull request #1132 from suguru03/fix-priority-queueAlex Early2016-04-263-11/+74
|\ \ \ | |/ / |/| |
| * | add `queue` and `priortyQueue` testSuguru Motegi2016-04-262-2/+74
| * | fix `priorityQueue`Suguru Motegi2016-04-262-9/+0
|/ /
* | Merge pull request #1129 from WaeCo/patch-1Alex Early2016-04-261-3/+11
|\ \
| * | Updated description of duringWaeCo2016-04-261-3/+11
|/ /
| * Use of lodash/trim instead of String.trim.Steve Robb2016-05-071-1/+2
| * Spaces added to parameters in tests.Steve Robb2016-05-071-4/+4
| * Fixes for ES6 tests.Steve Robb2016-05-011-12/+29
| * Merge branch 'master' into es6arrowsSteve Robb2016-04-263-48/+14
| |\ | |/ |/|
* | Merge pull request #1126 from steverobb/revertResultsAlex Early2016-04-253-45/+11
|\ \
| * | Revert injection of results in the final callack to autoInject.Steve Robb2016-04-253-45/+11
|/ /
| * Code style fixes.Steve Robb2016-04-251-11/+11
| * Arrow function support in ES6.Steve Robb2016-04-252-2/+15
|/
* Merge pull request #1123 from xavierchow/masterAlex Early2016-04-231-2/+2
|\
| * Fix broken download linkXavier Zhou2016-04-231-2/+2
|/
* Merge pull request #1119 from hargasinski/masterGraeme Yeates2016-04-211-0/+1
|\
| * Fixes #1117Hubert Argasinski2016-04-211-0/+1
|/
* Removed SPM from readme as it is dead (#1108)William Overton2016-04-141-1/+0
* Add linting for jsdocsGraeme Yeates2016-04-125-5/+13
* jsdoc-style documentation final touchesHubert Argasinski2016-04-122-0/+37
* jsdoc-style documentation for `Control Flow` methodsHubert Argasinski2016-04-1212-4/+475
* jsdoc-style documentation finished documenting `Util` methodsHubert Argasinski2016-04-128-0/+280
* jsdoc-style documentation began documenting `Util` methodsHubert Argasinski2016-04-128-0/+212
* jsdoc-style documentation began documenting `Control Flow` methodsHubert Argasinski2016-04-1215-0/+498
* jsdoc-style documentation wrapped @see info in backticksHubert Argasinski2016-04-1219-19/+19
* jsdoc-style documentation for 'collection' methodsHubert Argasinski2016-04-1229-1/+712
* fix flaky testAlexander Early2016-04-072-3/+3
* Version 2.0.0-rc.3v2.0.0-rc.3Alexander Early2016-04-072-2/+2
* update minified buildAlexander Early2016-04-075-1199/+1384
* add back in fs-extraAlexander Early2016-04-071-0/+1
* update changelogAlexander Early2016-04-071-1/+2
* 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