Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove discarded property | Shin'ya Ueoka | 2020-08-10 | 1 | -2/+0 |
* | npm to yarn | Shin'ya Ueoka | 2020-08-10 | 1 | -1/+1 |
* | Use yarn on CircleCI | Shin'ya Ueoka | 2020-08-10 | 1 | -14/+15 |
* | Yarn install | Shin'ya Ueoka | 2020-08-10 | 3 | -12127/+7065 |
* | Merge pull request #778 from ueokande/dependabot/npm_and_yarn/lodash-es-4.17.15 | Shin'ya Ueoka | 2020-08-10 | 1 | -3/+3 |
|\ | |||||
| * | Bump lodash-es from 4.17.11 to 4.17.15 | dependabot[bot] | 2020-07-22 | 1 | -3/+3 |
* | | Merge pull request #757 from MatiasStorm/Issue-#257 | Shin'ya Ueoka | 2020-08-10 | 2 | -1/+5 |
|\ \ | |||||
| * | | Reverted change in getTargets | MatiasStorm | 2020-05-12 | 1 | -1/+1 |
| * | | Removed performance measurements | MatiasStorm | 2020-05-12 | 1 | -3/+0 |
| * | | Added elements with the 'onclick' attribute to allowed hints | MatiasStorm | 2020-05-12 | 2 | -2/+9 |
* | | | Merge pull request #781 from muedli/patch-1 | Shin'ya Ueoka | 2020-08-10 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixing a small grammatical error. | Liam Mulhall | 2020-08-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #777 from ueokande/dependabot/npm_and_yarn/lodash-4.17.19 | Shin'ya Ueoka | 2020-07-22 | 1 | -16/+4 |
|\ \ | |/ |/| | |||||
| * | Bump lodash from 4.17.15 to 4.17.19 | dependabot[bot] | 2020-07-15 | 1 | -16/+4 |
|/ | |||||
* | Merge pull request #751 from ueokande/dark-mode | Shin'ya Ueoka | 2020-05-04 | 23 | -33/+310 |
|\ | |||||
| * | Add document of colorscheme | Shin'ya Ueoka | 2020-05-04 | 1 | -0/+16 |
| * | Remove padding in the code block | Shin'ya Ueoka | 2020-05-04 | 1 | -0/+1 |
| * | Add test cases for colorscheme | Shin'ya Ueoka | 2020-05-04 | 2 | -0/+66 |
| * | Allow to change colorscheme property by set command | Shin'ya Ueoka | 2020-05-04 | 1 | -0/+13 |
| * | Fix e2e test | Shin'ya Ueoka | 2020-05-04 | 1 | -1/+2 |
| * | Allow to change color scheme by "colorscheme" property | Shin'ya Ueoka | 2020-05-04 | 11 | -12/+86 |
| * | Fix message type | Shin'ya Ueoka | 2020-05-04 | 3 | -5/+5 |
| * | Remove unused description in background script | Shin'ya Ueoka | 2020-05-04 | 1 | -5/+0 |
| * | Add colorscheme property | Shin'ya Ueoka | 2020-05-04 | 5 | -2/+75 |
| * | Define dark theme and specify a theme by an attribute | Shin'ya Ueoka | 2020-05-04 | 2 | -2/+18 |
| * | Use CSS var() | Shin'ya Ueoka | 2020-05-04 | 1 | -28/+30 |
| * | Replace console colors by a variable | Shin'ya Ueoka | 2020-05-04 | 1 | -15/+35 |
|/ | |||||
* | Release 0.29 | Shin'ya Ueoka | 2020-05-04 | 1 | -1/+1 |
* | Merge pull request #750 from ueokande/fix-set-command-completions | Shin'ya Ueoka | 2020-05-04 | 1 | -1/+1 |
|\ | |||||
| * | Fix set command completions | Shin'ya Ueoka | 2020-05-04 | 1 | -1/+1 |
|/ | |||||
* | Release 0.28 | Shin'ya Ueoka | 2020-05-02 | 1 | -1/+1 |
* | Merge pull request #749 from ueokande/qa-0.28 | Shin'ya Ueoka | 2020-05-02 | 249 | -6265/+7369 |
|\ | |||||
| * | Remove tab completion limitation | Shin'ya Ueoka | 2020-05-02 | 1 | -3/+0 |
| * | Fix types in tests | Shin'ya Ueoka | 2020-05-02 | 18 | -148/+221 |
| * | fix test | Shin'ya Ueoka | 2020-04-13 | 1 | -3/+3 |
| * | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 249 | -6194/+7228 |
|/ | |||||
* | Merge pull request #731 from ueokande/greenkeeper/@types/sinon-9.0.0 | Shin'ya Ueoka | 2020-04-13 | 2 | -4/+13 |
|\ | |||||
| * | chore(package): update lockfile package-lock.json | greenkeeper[bot] | 2020-04-01 | 1 | -3/+12 |
| * | chore(package): update @types/sinon to version 9.0.0 | greenkeeper[bot] | 2020-04-01 | 1 | -1/+1 |
* | | Merge pull request #738 from ueokande/greenkeeper/karma-5.0.0 | Shin'ya Ueoka | 2020-04-13 | 2 | -86/+215 |
|\ \ | |||||
| * | | chore(package): update lockfile package-lock.json | greenkeeper[bot] | 2020-04-09 | 1 | -85/+214 |
| * | | chore(package): update karma to version 5.0.0 | greenkeeper[bot] | 2020-04-09 | 1 | -1/+1 |
* | | | Merge pull request #740 from ueokande/completion-performance | Shin'ya Ueoka | 2020-04-13 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix bookmark completion on open command | Shin'ya Ueoka | 2020-04-13 | 1 | -2/+2 |
* | | | Merge pull request #736 from ueokande/completion-performance | Shin'ya Ueoka | 2020-04-09 | 6 | -56/+246 |
|\| | | |||||
| * | | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 6 | -56/+246 |
|/ / | |||||
* | | Merge pull request #730 from ueokande/refactor-console-and-completion | Shin'ya Ueoka | 2020-04-09 | 55 | -557/+1512 |
|\ \ | |||||
| * | | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 10 | -319/+2 |
| * | | Complete by flags | Shin'ya Ueoka | 2020-03-29 | 1 | -2/+2 |
| * | | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 8 | -4/+109 |