aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prefetch completion items and store them to cacheShin'ya Ueoka2020-04-096-56/+246
* Merge pull request #730 from ueokande/refactor-console-and-completionShin'ya Ueoka2020-04-0955-557/+1512
|\
| * Clean unused codeShin'ya Ueoka2020-03-2910-319/+2
| * Complete by flagsShin'ya Ueoka2020-03-291-2/+2
| * Complete properties on set commandShin'ya Ueoka2020-03-298-4/+109
| * Complete tab by an index and a flagShin'ya Ueoka2020-03-294-18/+94
| * Fix tests with TabPresenterShin'ya Ueoka2020-03-292-27/+106
| * Fix e2e testShin'ya Ueoka2020-03-281-1/+1
| * Skip group on completion completionsShin'ya Ueoka2020-03-281-29/+44
| * Complete tabs by the completion packagesShin'ya Ueoka2020-03-2828-52/+367
| * Separate repository's interface and its implementationShin'ya Ueoka2020-03-2713-202/+346
| * Query completions on open command by a completion sourceShin'ya Ueoka2020-03-2611-8/+244
| * Use new completion use-case on current use-case (aliased)Shin'ya Ueoka2020-03-266-59/+123
| * Complete commands on the console scriptShin'ya Ueoka2020-03-253-5/+81
| * Revert "Remove ! from commands"Shin'ya Ueoka2020-03-253-3/+9
| * Remove ! from commandsShin'ya Ueoka2020-03-253-9/+3
| * Use typed completions on consoleShin'ya Ueoka2020-03-253-3/+16
| * Add command-line parser on console scriptsShin'ya Ueoka2020-03-255-0/+149
* | Merge pull request #732 from TeepaBlue/masterShin'ya Ueoka2020-04-061-2/+2
|\ \
| * | fix typo and grammatical errorTeepaBlue2020-04-061-2/+2
|/ /
* | Merge pull request #727 from ueokande/greenkeeper/html-webpack-plugin-4.0.0Shin'ya Ueoka2020-03-232-167/+219
|\ \
| * | chore(package): update lockfile package-lock.jsongreenkeeper[bot]2020-03-231-166/+218
| * | chore(package): update html-webpack-plugin to version 4.0.0greenkeeper[bot]2020-03-231-1/+1
|/ /
* | Merge pull request #724 from egoexpress/blacklist-typoShin'ya Ueoka2020-03-231-1/+1
|\ \ | |/ |/|
| * Fix typo in partial blacklist exampleBjörn Stierand2020-03-111-1/+1
* | Merge pull request #726 from ueokande/greenkeeper/prettier-2.0.0Shin'ya Ueoka2020-03-222-33/+31
|\ \ | |/ |/|
| * chore(package): update lockfile package-lock.jsongreenkeeper[bot]2020-03-211-32/+30
| * chore(package): update prettier to version 2.0.0greenkeeper[bot]2020-03-211-1/+1
|/
* Release 0.27Shin'ya Ueoka2020-02-221-1/+1
* Merge pull request #714 from ueokande/qa-0.27Shin'ya Ueoka2020-02-227-250/+788
|\
| * Merge remote-tracking branch 'origin/master' into qa-0.27Shin'ya Ueoka2020-02-221-1/+1
| |\ | |/ |/|
* | Merge pull request #717 from ueokande/greenkeeper/sinon-9.0.0Shin'ya Ueoka2020-02-212-43/+73
|\ \
| * | chore(package): update lockfile package-lock.jsongreenkeeper[bot]2020-02-191-42/+72
| * | chore(package): update sinon to version 9.0.0greenkeeper[bot]2020-02-191-1/+1
|/ /
| * Add find test casesShin'ya Ueoka2020-02-224-9/+136
| * Update webpackShin'ya Ueoka2020-02-092-19/+13
| * Update test librariesShin'ya Ueoka2020-02-092-19/+19
| * Update ajvShin'ya Ueoka2020-02-092-5/+13
| * Update react and redux librariesShin'ya Ueoka2020-02-092-20/+20
| * Update node-sassShin'ya Ueoka2020-02-092-17/+14
| * Update eslint librariesShin'ya Ueoka2020-02-092-54/+419
| * Update style-loader,css-loader and sass-loaderShin'ya Ueoka2020-02-092-26/+26
| * Update ts-nodeShin'ya Ueoka2020-02-092-11/+11
| * Update typescriptShin'ya Ueoka2020-02-092-4/+4
| * Update sinonShin'ya Ueoka2020-02-092-19/+97
| * Remove David badgeShin'ya Ueoka2020-02-091-1/+0
|/
* Merge pull request #708 from ueokande/sync-storageShin'ya Ueoka2020-02-0917-129/+362
|\
| * Add SettingUseCase testsShin'ya Ueoka2020-02-0913-85/+269
| * Store settings in sync storageShin'ya Ueoka2020-02-032-19/+14
| * Synchronize settings via Firefox SyncShin'ya Ueoka2020-02-036-18/+65