Releases: ttsukagoshi/openbd-checker
Releases · ttsukagoshi/openbd-checker
v2.0.1
What's Changed
- Chrome Web StoreバッジにStoreへのURLを追加 by @ttsukagoshi in #21
- npm(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.3 by @dependabot in #22
- npm(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 3.4.1 by @dependabot in #24
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.3 by @dependabot in #23
- npm(deps-dev): bump @typescript-eslint/parser from 4.29.3 to 4.30.0 by @dependabot in #25
- npm(deps-dev): bump eslint-plugin-prettier from 3.4.1 to 4.0.0 by @dependabot in #26
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 by @dependabot in #27
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 by @dependabot in #28
- npm(deps-dev): bump prettier from 2.3.2 to 2.4.0 by @dependabot in #29
- npm(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0 by @dependabot in #30
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 by @dependabot in #31
- npm(deps-dev): bump prettier from 2.4.0 to 2.4.1 by @dependabot in #32
- npm(deps-dev): bump @typescript-eslint/parser from 4.31.0 to 4.31.1 by @dependabot in #33
- npm(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2 by @dependabot in #34
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 by @dependabot in #35
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 by @dependabot in #36
- npm(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0 by @dependabot in #37
- npm(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 by @dependabot in #38
- npm(deps-dev): bump eslint from 7.32.0 to 8.0.0 by @dependabot in #39
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 by @dependabot in #40
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.33.0 to 5.0.0 by @dependabot in #41
- v2.0.1 release by @ttsukagoshi in #42
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v2.0.0...v2.0.1
v2.0.0 Manifest v3対応
Manifest v3への対応と、各種開発環境の整備
Minor Fixes
Minor fixes following the introduction of ESLint as a component of Super Linter
Deleted tabs permission from manifest.json
Deleted tabs
permission from manifest.json
since this was not required to execute the extension.
Others
Addressed minor alerts from LGTM.com
- Substituted missing semicolon at end of line
- Deleted unnecessary variable declaration
let
Minor Fixes
chrome.storage.localの削除処理をresult.jsからbackground.jsに移動
コンテクストメニューで、選択したISBNを表示
v1.2.0 Merge branch 'develop' into main
更新20201006
選択したテキストがISBNの形式(数字の桁数)と一致するか検証するステップを追加。
初回の右クリック→openBD照会時にresult.htmlが空白となってしまう問題を解決。
Released on Chrome Web Store
v1.0.0 Chromeウェブストアでの公開に合わせてREADME.md更新