- Add documentation for the remaining, undocumented API members.
- Rename
MatchingModes
toMatchingMode
as a union type.
- Document all API members, export them as well.
- Use better naming:
- Rename "lemma" to "dictionary entry".
- Rename "inflection table" to "inflection model".
- Rename "header" and "body" to "heading" and "table" for inflection models.
- Use "scrape" instead of "parse".
- Make returned objects read-only.
- Bumped dependency versions in
package.json
, added an explicit import forts-node
. - Bumped the year in the
LICENCE
copyright notice to 2024. - Added a contributing guide in
CONTRIBUTING.md
. - Added
jsr.json
for publishing to JSR. - Updated
biome.json
.
- Switched from
rome
tobiome
. - Added missing exports.
- Migrated package from Deno to Node.
- Added option to exclude copyrighted dictionaries, set to
true
by default.