aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Install @types/react-test-rendererShin'ya Ueoka2019-12-052-0/+10
|/ /
* | Merge pull request #684 from ueokande/jsonschema-settingsShin'ya Ueoka2019-12-0315-177/+893
|\ \
| * | Make engines requiredShin'ya Ueoka2019-12-033-4/+15
| * | Remove hack renamingShin'ya Ueoka2019-12-031-7/+0
| * | Exclude .js files from eslint targetsShin'ya Ueoka2019-12-031-1/+1
| * | Validate on top-level settings and use pre-compiled ajvShin'ya Ueoka2019-12-0311-467/+377
| * | Disable type checking on JSShin'ya Ueoka2019-12-032-2/+2
| * | Add settings schema and compile scriptShin'ya Ueoka2019-12-033-0/+620
| * | Install ajv-cliShin'ya Ueoka2019-12-032-0/+177
| * | Validate json settings with ajvShin'ya Ueoka2019-12-035-108/+112
| * | Install ajvShin'ya Ueoka2019-12-032-3/+4
|/ /
* | Use example.com on testShin'ya Ueoka2019-12-011-1/+1
* | Fix for eslintShin'ya UEOKA2019-12-013-120/+142
* | Merge pull request #668 from ueokande/greenkeeper/webextensions-api-fake-0.9.0Shin'ya Ueoka2019-11-112-4/+4
|\ \
| * | chore(package): update lockfile package-lock.jsongreenkeeper[bot]2019-11-081-3/+3
| * | chore(package): update webextensions-api-fake to version 0.9.0greenkeeper[bot]2019-11-081-1/+1
* | | Merge pull request #666 from chen-chao/localhostShin'ya Ueoka2019-11-112-2/+41
|\ \ \ | |/ / |/| |
| * | handle localhost urls with pathchenchao2019-11-072-5/+22
| * | more localhost use caseschenchao2019-11-062-3/+25
| * | support url started with localhostchenchao2019-11-051-1/+1
* | | Merge pull request #664 from ueokande/greenkeeper/tsyringe-4.0.0Shin'ya Ueoka2019-11-062-4/+4
|\ \ \ | |/ / |/| |
| * | chore(package): update lockfile package-lock.jsongreenkeeper[bot]2019-11-021-3/+3
| * | chore(package): update tsyringe to version 4.0.0greenkeeper[bot]2019-11-021-1/+1
|/ /
* | Merge pull request #662 from ueokande/firefox-68Shin'ya Ueoka2019-10-244-7/+3
|\ \ | |/ |/|
| * Fix e2e testShin'ya Ueoka2019-10-211-4/+0
| * Update docsShin'ya Ueoka2019-10-211-1/+1
| * Update supported versionShin'ya Ueoka2019-10-211-1/+1
| * Use Firefox 68.0 ESRShin'ya Ueoka2019-10-211-1/+1
|/
* :tada: Release 0.25Shin'ya UEOKA2019-10-101-1/+1
* Merge pull request #657 from ueokande/qa-0.25Shin'ya Ueoka2019-10-095-11/+106
|\
| * Remove test cases in QA.mdShin'ya UEOKA2019-10-091-8/+0
| * Add e2e test for partial blacklist form optionShin'ya UEOKA2019-10-092-3/+83
| * Add document for help commandShin'ya UEOKA2019-10-091-0/+4
| * Add doc for partial blacklistShin'ya UEOKA2019-10-091-0/+19
|/
* Merge pull request #655 from ueokande/partial-blacklistShin'ya Ueoka2019-10-0937-365/+774
|\
| * Clean e2e testsShin'ya UEOKA2019-10-0824-266/+171
| * Add e2e test for partial blacklistShin'ya UEOKA2019-10-081-0/+61
| * Add partial blacklist formShin'ya UEOKA2019-10-088-58/+185
| * Ignore keys on partial blacklistShin'ya UEOKA2019-10-084-0/+159
| * Add partial blacklist itemShin'ya UEOKA2019-10-073-70/+227
|/
* Merge pull request #654 from ueokande/settings-as-a-classShin'ya Ueoka2019-10-0767-1288/+1315
|\
| * Use Settings.toJSON on testShin'ya UEOKA2019-10-071-18/+3
| * Rename valueOf to fromJSONShin'ya UEOKA2019-10-079-30/+30
| * Use string settings on default settingsShin'ya UEOKA2019-10-072-164/+85
| * Move Key to settingsShin'ya UEOKA2019-10-0714-106/+105
| * Fix form optionsShin'ya UEOKA2019-10-075-28/+35
| * Make Settings classShin'ya UEOKA2019-10-0613-96/+117
| * Make Blacklist classShin'ya UEOKA2019-10-0612-149/+139
| * Make Properties classShin'ya UEOKA2019-10-0616-236/+179
| * Make Search classShin'ya UEOKA2019-10-069-130/+182