Skip to content

Releases: birchill/jpdict-idb

v3.3.0

03 Apr 06:40

Choose a tag to compare

Minor Changes

  • 1ce8028: Added Korean kanja and Vietnamese kanji readings

v3.2.2

18 Dec 02:44

Choose a tag to compare

3.2.2 (2025-12-18)

Bug Fixes

  • guard missing file headers (ccd2ee6)

v3.2.1

05 Dec 12:34

Choose a tag to compare

3.2.1 (2025-12-05)

Bug Fixes

  • fix ESM output filenames (a03b9c6)

v3.2.0

05 Dec 12:15

Choose a tag to compare

3.2.0 (2025-12-05)

Features

  • include the cause along with download errors (c6c4e48)
  • make sure the URL is always set in DownloadError (8df67ec)

Bug Fixes

  • make return type of isAbortError slightly more accurate (948c681)

Release 3.1.0

03 Apr 02:46

Choose a tag to compare

3.1.0 (2025-04-03)

Features

  • handle explicit radical annotations in component data (24cc837)

Release 3.0.0

21 Mar 07:09

Choose a tag to compare

3.0.0 (2025-03-21)

⚠ BREAKING CHANGES

  • The type of KanjiResult['comp'] has been updated to support nested kanji components.
  • The type of KanjiResult['rad'] to simplify the fields. Whether or not a component is the radical is determined by the is_rad field on KanjiResult['comp'].

Features

  • drop name and var members from Radical type (acc30a4)
  • support version 5 of kanji data (5f66838)

Release 2.6.1

05 Oct 10:56

Choose a tag to compare

2.6.1 (2024-10-05)

Bug Fixes

  • prioritize entries where most senses are "usually kana" when looking up by kana (55892d7)

v2.6.0

06 Sep 03:28

Choose a tag to compare

What's Changed

  • feat: add st field to kanji entry type by @birtles in #67

Full Changelog: v2.5.0...v2.6.0

Release 2.5.1

06 Sep 03:18

Choose a tag to compare

2.5.1 (2024-09-06)

v2.5.0

25 Apr 02:46

Choose a tag to compare

What's Changed

  • fix: don't restrict senses when matching on a search-only headword

Full Changelog: v2.4.0...v2.5.0