这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: ttsukagoshi/openbd-checker

v2.0.1

15 Oct 16:10
bf0feac
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.0.1

v2.0.0 Manifest v3対応

17 Aug 16:17
ca6f974
Compare
Choose a tag to compare

Manifest v3への対応と、各種開発環境の整備

Minor Fixes

15 Dec 15:26
17e6d34
Compare
Choose a tag to compare

Minor fixes following the introduction of ESLint as a component of Super Linter

Deleted tabs permission from manifest.json

30 Oct 02:41
ffbd28d
Compare
Choose a tag to compare

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

20 Oct 14:29
Compare
Choose a tag to compare

chrome.storage.localの削除処理をresult.jsからbackground.jsに移動

コンテクストメニューで、選択したISBNを表示

08 Oct 01:04
Compare
Choose a tag to compare
v1.2.0

Merge branch 'develop' into main

更新20201006

06 Oct 08:05
Compare
Choose a tag to compare

選択したテキストがISBNの形式(数字の桁数)と一致するか検証するステップを追加。
初回の右クリック→openBD照会時にresult.htmlが空白となってしまう問題を解決。

Released on Chrome Web Store

06 Oct 07:49
9af565c
Compare
Choose a tag to compare
v1.0.0

Chromeウェブストアでの公開に合わせてREADME.md更新