aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #709 from ueokande/blur-keys-on-blurShin'ya Ueoka2020-02-095-2/+17
|\ \
| * | Treats digit keys with modifiersShin'ya Ueoka2020-02-092-2/+2
| * | Clear keys on window blurShin'ya Ueoka2020-02-053-0/+15
| |/
* | Merge pull request #704 from ueokande/greenkeeper/mocha-7.0.1Shin'ya Ueoka2020-02-032-8/+108
|\ \
| * | chore(package): update lockfile package-lock.jsongreenkeeper[bot]2020-01-261-7/+107
| * | chore(package): update mocha to version 7.0.1greenkeeper[bot]2020-01-261-1/+1
* | | Merge pull request #705 from ueokande/greenkeeper/@types/mocha-7.0.0Shin'ya Ueoka2020-01-302-4/+4
|\ \ \ | |/ / |/| |
| * | chore(package): update lockfile package-lock.jsongreenkeeper[bot]2020-01-291-3/+3
| * | chore(package): update @types/mocha to version 7.0.0greenkeeper[bot]2020-01-291-1/+1
|/ /
* | Merge pull request #694 from ueokande/greenkeeper/sinon-8.0.0Shin'ya Ueoka2019-12-232-43/+53
|\ \ | |/ |/|
| * chore(package): update lockfile package-lock.jsongreenkeeper[bot]2019-12-221-42/+52
| * chore(package): update sinon to version 8.0.0greenkeeper[bot]2019-12-221-1/+1
|/
* :tada: Release 0.26Shin'ya Ueoka2019-12-221-1/+1
* Merge pull request #692 from ueokande/qa-0.26Shin'ya Ueoka2019-12-224-1233/+1492
|\
| * Update some packagesShin'ya Ueoka2019-12-222-31/+31
| * Update webextensions-api-fakeShin'ya Ueoka2019-12-222-4/+4
| * Update test packagesShin'ya Ueoka2019-12-222-296/+274
| * Update eslint and eslint-plugin-reactShin'ya Ueoka2019-12-222-156/+659
| * Update css-loader and sass-loaderShin'ya Ueoka2019-12-222-40/+76
| * Update reactShin'ya Ueoka2019-12-222-58/+50
| * Update style-laoderShin'ya Ueoka2019-12-222-19/+7
| * Update tsyringeShin'ya Ueoka2019-12-222-4/+4
| * Update typescriptShin'ya Ueoka2019-12-223-5/+6
| * Update ts-nodeShin'ya Ueoka2019-12-222-7/+7
| * Update ts-loaderShin'ya Ueoka2019-12-222-33/+4
| * Update webpackShin'ya Ueoka2019-12-222-579/+369
| * Update node on CircleCIShin'ya Ueoka2019-12-221-1/+1
|/
* Merge pull request #691 from ueokande/enable-addon-on-blacklisted-sitesShin'ya Ueoka2019-12-225-15/+14
|\
| * Fix docsShin'ya Ueoka2019-12-221-4/+6
| * Enable addon on blacklisted sitesShin'ya Ueoka2019-12-224-11/+8
* | Merge pull request #660 from yaymukund/patch-1Shin'ya Ueoka2019-12-221-0/+2
|\ \ | |/ |/|
| * Instructions on how to use the autocompletemukund2019-10-141-0/+2
* | Merge pull request #690 from ueokande/eslint-and-prettierShin'ya Ueoka2019-12-22163-1219/+1583
|\ \
| * | Fix lint rules on testsShin'ya Ueoka2019-12-229-24/+31
| * | npm run lint:fixShin'ya Ueoka2019-12-2270-696/+696
| * | Add test sources to lint targetShin'ya Ueoka2019-12-221-2/+2
| * | Fix lint rulesShin'ya Ueoka2019-12-223-4/+10
| * | npm run lint:fixShin'ya Ueoka2019-12-2285-423/+423
| * | Make .eslintrc simplerShin'ya Ueoka2019-12-221-76/+15
| * | Install prettier and presetsShin'ya Ueoka2019-12-222-0/+412
|/ /
* | Merge pull request #689 from ueokande/n-times-repeat-operationsShin'ya Ueoka2019-12-2218-326/+708
|\ \
| * | Fix spellShin'ya Ueoka2019-12-221-1/+1
| * | Rename count to repeatShin'ya Ueoka2019-12-217-32/+32
| * | Fix KeymapUseCase testShin'ya Ueoka2019-12-211-44/+44
| * | Add documents for numeric prefixShin'ya Ueoka2019-12-211-6/+9
| * | Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-218-137/+235
| * | Repeat content operation with a numeric prefixShin'ya Ueoka2019-12-133-144/+258
| * | Add prefix functions in KeySequenceShin'ya Ueoka2019-12-134-4/+89
| * | Identify the key is a digitShin'ya Ueoka2019-12-064-15/+86
| * | Add lint:fix taskShin'ya Ueoka2019-12-061-0/+1