Skip to content

Latest commit

 

History

History
160 lines (82 loc) · 5.97 KB

CHANGELOG.md

File metadata and controls

160 lines (82 loc) · 5.97 KB

Changelog

2.6.1 (2024-10-05)

Bug Fixes

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

2.6.0 (2024-09-06)

Features

  • add st field to kanji entry type (a58039f)

2.5.0 (2024-04-25)

Features

  • don't restrict senses when matching on search-only forms (f2713c5)

Bug Fixes

  • fix search-only sense restrictions logic (cd18cf7)

2.4.0 (2024-04-02)

Features

  • prioritize kana matches when searching with kana (e1bbad2)

2.3.2 (2024-01-22)

2.3.1 (2023-12-09)

Bug Fixes

  • drop no-longer-used uK reading info type (dd6fd9b)

2.3.0 (2023-12-08)

Features

2.2.1 (2023-12-02)

Bug Fixes

  • deps: update dependency idb to v8 (4671e0f)

2.2.0 (2023-11-29)

Features

2.1.3 (2023-09-09)

2.1.2 (2023-08-28)

  • update dependencies

2.1.1 (2023-08-17)

Bug Fixes

2.1.0 (2023-08-17)

Features

  • add parsing for WaniKani levels attached to words (9d3feed)

2.0.2 (2023-08-16)

Bug Fixes

  • fixed package export

2.0.1 (2023-06-03)

Bug Fixes

2.0.0 (2023-06-03)

⚠ BREAKING CHANGES

  • GlossType is now a string union type.

Features

  • replace GlossType const enum with a string union (d28cb7d)

1.3.0 (2023-05-09)

Features

Bug Fixes

  • deps: update dependency superstruct to v1 (566a8b7)

1.2.2 (2022-08-29)

Bug Fixes

  • handle kanji entries with multiple related kanji (8f9085f)

1.2.1 (2022-08-15)

Bug Fixes

1.2.0 (2022-07-21)

Features

  • add new field/misc types (b94f288)

Bug Fixes

  • deps: update dependency superstruct to ^0.16.0 (05cbf3a)

1.1.0 (2022-05-13)

Features

  • add CJS version (733d5e0)
  • increase database update batch size (78d6096)
  • increase progress resolution to 1% (2eeeca7)

1.0.0 (2022-05-12)

0.0.4 (2022-05-12)

Features

  • export clearCachedVersionInfo function (4945bdc)

0.0.3 (2022-05-12)

Bug Fixes

0.0.2 (2022-05-12)

Bug Fixes

  • fix typing of senses argument to groupSenses (21c7c2b)

0.0.1 (2022-05-12)

First version