summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add .idea to gitignoreGraeme Yeates2016-05-181-0/+1
|
* Remove magic numbers in queue pause testsGraeme Yeates2016-05-181-23/+23
|
* Update make fileGraeme Yeates2016-05-161-1/+2
|
* Version 2.0.0-rc.5v2.0.0-rc.5Graeme Yeates2016-05-162-2/+2
|
* update minified buildGraeme Yeates2016-05-165-363/+757
|
* Fixes #1158; update lodash dependencyGraeme Yeates2016-05-161-2/+2
|
* Merge pull request #1125 from steverobb/es6arrowsAlex Early2016-05-152-3/+33
|\ | | | | Arrow function support in ES6.
| * Merge branch 'master' into es6arrowsSteve Robb2016-05-1683-5158/+5282
| |\ | |/ |/| | | | | # Conflicts: # mocha_test/autoInject.js
* | Merge pull request #1153 from EndangeredMassa/patch-1Alex Early2016-05-111-1/+1
|\ \ | | | | | | adds missing argument in function signature: `reflect(tasks)`
| * | adds missing argument in function signature: `reflect(tasks)`Sean Massa2016-05-111-1/+1
|/ /
* | fix lint errorsAlexander Early2016-05-092-2/+2
| |
* | handle no-dependency array tasks in auto/autoInject. Closes #1147Alexander Early2016-05-094-3/+28
| |
* | Merge pull request #1149 from ezubarev/masterGraeme Yeates2016-05-082-2187/+0
|\ \ | | | | | | Remove nodeunit from deps
| * | 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)