summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove nodeunit from depsezubarev2016-05-082-2187/+0
| | |
* | | Merge pull request #1146 from ezubarev/masterGraeme Yeates2016-05-0725-1660/+1581
|\ \ \ | |/ / | | | Convert the rest of tests to mocha
| * | Replace assert with expect to ease debugezubarev2016-05-081-7/+7
| | |
| * | Fix test on asyncify with variable numbers of argumentsezubarev2016-05-081-8/+11
| | |
| * | Replace assert with expect to ease debugezubarev2016-05-061-13/+13
| | |
| * | Get rid of nodeunitezubarev2016-05-065-38/+5
| | |
| * | Convert console functions tests to mochaezubarev2016-05-062-68/+71
| | |
| * | Convert apply/concat tests to mochaezubarev2016-05-063-84/+78
| | |
| * | Convert during/ensureAsync tests to mochaezubarev2016-05-063-162/+150
| | |
| * | Convert sortBy/whilst/until tests to mochaezubarev2016-05-064-253/+252
| | |
| * | Convert asyncify tests to mochaezubarev2016-05-062-109/+114
| | |
| * | Convert transform/seq/reduce/iterator tests to mochaezubarev2016-05-067-280/+294
| | |
| * | Convert times tests to mochaezubarev2016-05-062-97/+90
| | |
| * | Convert timeout tests to mochaezubarev2016-05-062-81/+32
| | |
| * | Convert series tests to mochaezubarev2016-05-062-224/+200
| | |
| * | Convert parallel tests to mochaezubarev2016-05-063-271/+299
|/ /
* | Clarify doWhilst/doUntil docs. Closes #1107Alexander Early2016-05-053-6/+7
| |
* | Version 2.0.0-rc.4v2.0.0-rc.4Alexander Early2016-05-052-2/+2
| |
* | update minified buildAlexander Early2016-05-055-61/+2262
| |
* | use npm publish rather than packAlexander Early2016-05-052-4/+3
| |
* | Add docs for transform. Closes #1134Alexander Early2016-05-052-5/+50
| |
* | Merge pull request #1145 from ezubarev/masterGraeme Yeates2016-05-054-845/+824
|\ \ | | | | | | Сonvert some tests to mocha
| * | Convert memoize tests to mochaezubarev2016-05-052-220/+208
| | |
| * | Сonvert each/eachOf tests to mochaezubarev2016-05-053-625/+616
| | |
* | | Add node 6 to the matrixGraeme Yeates2016-05-051-1/+1
| | |
* | | Merge pull request #1142 from ezubarev/masterGraeme Yeates2016-05-054-284/+315
|\ \ \ | |/ / | | | Make once and onlyOnce exception safe
| * | Add test case on resolved issue #1106ezubarev2016-05-051-0/+16
| | |
| * | Сonvert map tests to mochaezubarev2016-05-052-282/+295
| | |
| * | Make once and onlyOnce exception safeZubarev Evgeny2016-05-042-2/+4
| | | | | | | | | | | | More details in issue#1106
* | | Merge pull request #1140 from b-paul/fix-#1092Graeme Yeates2016-05-042-18/+63
|\ \ \ | |/ / |/| | Fix #1092
| * | Revert lodash/indexOf to lodash/_baseIndexOfB Paul Anderson2016-05-041-2/+2
| | |
| * | Re-introduce nonexistent dependency checkB Paul Anderson2016-05-021-0/+5
| | |
| * | Implement cycle checking with Kahn's algorithmB Paul Anderson2016-05-021-19/+42
| | |
| * | Add failing test based on github issue #1092B Paul Anderson2016-05-021-0/+17
| | |
* | | Merge pull request #1141 from ReadmeCritic/masterAlex Early2016-05-031-3/+3
|\ \ \ | |/ / |/| | Update README URLs based on HTTP redirects
| * | Update README URLs based on HTTP redirectsReadmeCritic2016-05-031-3/+3
|/ /
* | Merge pull request #1138 from caolan/doc-linkingAlex Early2016-04-2938-56/+56
|\ \ | | | | | | Fix doc linking (see #1135)
| * | 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 2.0 breaking changes inline in readme
| * | 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
|\ \ \ | |/ / |/| | fix `priorityQueue`
| * | 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 during #1121
| * | 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.