2.6.1 (2024-10-05)
- prioritize entries where most senses are "usually kana" when looking up by kana (55892d7)
2.6.0 (2024-09-06)
- add
st
field to kanji entry type (a58039f)
2.5.0 (2024-04-25)
- don't restrict senses when matching on search-only forms (f2713c5)
- fix search-only sense restrictions logic (cd18cf7)
2.4.0 (2024-04-02)
- prioritize kana matches when searching with kana (e1bbad2)
2.3.2 (2024-01-22)
2.3.1 (2023-12-09)
- drop no-longer-used uK reading info type (dd6fd9b)
2.3.0 (2023-12-08)
- add rk reading info (6326ea2)
2.2.1 (2023-12-02)
- deps: update dependency idb to v8 (4671e0f)
2.2.0 (2023-11-29)
- update dependencies
- drop safari-14-idb-fix (bba9a50)
- add parsing for WaniKani levels attached to words (9d3feed)
2.0.2 (2023-08-16)
- fixed package export
2.0.1 (2023-06-03)
- fix type exports (9bd8686)
2.0.0 (2023-06-03)
GlossType
is now a string union type.
- replace GlossType const enum with a string union (d28cb7d)
1.3.0 (2023-05-09)
- add 'ship' misc type (278fc97)
- deps: update dependency superstruct to v1 (566a8b7)
1.2.2 (2022-08-29)
- handle kanji entries with multiple related kanji (8f9085f)
1.2.1 (2022-08-15)
- add search-only forms (af91e0c)
1.2.0 (2022-07-21)
- add new field/misc types (b94f288)
- deps: update dependency superstruct to ^0.16.0 (05cbf3a)
1.1.0 (2022-05-13)
- 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)
- export clearCachedVersionInfo function (4945bdc)
0.0.3 (2022-05-12)
- fix path to data files (594ccba)
0.0.2 (2022-05-12)
- fix typing of senses argument to groupSenses (21c7c2b)
First version