Releases: stscoundrel/scandinavian-dictionary-crosslinker
v0.7.0
TLDR:
- Added new Old Danish crosslinks for common words
- Rebuild source based on latest sitemaps, which may've had additions or deletions.
What's Changed
- Bump the downloader-dependencies group in /downloader with 1 update by @dependabot in #106
- Bump the npm-dependencies group in /npm-module with 8 updates by @dependabot in #105
- Bump braces from 3.0.2 to 3.0.3 in /npm-module by @dependabot in #112
- Feature/danish manual links by @stscoundrel in #113
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Adds Old Danish dictionary crosslinks. Creates a couple of thousand of new available entries.
What's Changed
- Feature/old danish dictionary by @stscoundrel in #104
Full Changelog: v0.5.1...v0.6.0
v0.5.1
TLDR: crosslinks data is now gzipped, greatly reducing filesize and fluff of NPM module.
What's Changed
- Bump the npm-dependencies group in /npm-module with 10 updates by @dependabot in #85
- Bump semver from 6.3.0 to 6.3.1 in /npm-module by @dependabot in #86
- CI: add Go 1.20 to version matrix by @stscoundrel in #88
- Parser: ignore error on any, fine in this case. by @stscoundrel in #89
- Bump the npm-dependencies group in /npm-module with 11 updates by @dependabot in #90
- CI/CD: add Node 20, drop Node 16 by @stscoundrel in #91
- Bump the npm-dependencies group in /npm-module with 12 updates by @dependabot in #92
- Bump the ci-dependencies group with 1 update by @dependabot in #93
- Bump the npm-dependencies group in /npm-module with 11 updates by @dependabot in #94
- Bump @babel/traverse from 7.23.0 to 7.23.2 in /npm-module by @dependabot in #95
- Bump the npm-dependencies group in /npm-module with 10 updates by @dependabot in #96
- Bump the ci-dependencies group with 1 update by @dependabot in #97
- Bump the npm-dependencies group in /npm-module with 9 updates by @dependabot in #98
- Bump the npm-dependencies group in /npm-module with 10 updates by @dependabot in #99
- Bump the ci-dependencies group with 1 update by @dependabot in #100
- Bump the npm-dependencies group in /npm-module with 7 updates by @dependabot in #101
- Gzip the NPM module json output by @stscoundrel in #102
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Fixes an issue with dash vs dashless crosslink detection. In short, previous version dropped quite a lof of potential cross links.
Now with the issue fixed, the lib contains 10 000+ additional cross links.
What's Changed
- Fix/dashful crosslinks by @stscoundrel in #76
- Update deps by @stscoundrel in #77
- Bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.59.1 in /npm-module by @dependabot in #61
- Bump @babel/preset-env from 7.20.2 to 7.21.5 in /npm-module by @dependabot in #58
- Bump typescript from 4.9.5 to 5.0.4 in /npm-module by @dependabot in #56
- Bump ts-jest from 29.0.5 to 29.1.0 in /npm-module by @dependabot in #55
- Bump @types/node from 18.11.18 to 18.16.3 in /npm-module by @dependabot in #54
- Bump babel-jest from 29.4.1 to 29.5.0 in /npm-module by @dependabot in #48
- Bump actions/setup-go from 3 to 4 by @dependabot in #42
- Bump @babel/preset-typescript from 7.18.6 to 7.21.5 in /npm-module by @dependabot in #60
- Bump jest from 29.4.1 to 29.5.0 in /npm-module by @dependabot in #46
- Bump @typescript-eslint/parser from 5.50.0 to 5.59.5 in /npm-module by @dependabot in #64
- Bump @babel/core from 7.20.12 to 7.21.8 in /npm-module by @dependabot in #62
- Bump eslint from 8.33.0 to 8.40.0 in /npm-module by @dependabot in #63
- Bump @babel/core from 7.21.8 to 7.22.1 in /npm-module by @dependabot in #71
- Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.8 in /npm-module by @dependabot in #68
- Bump @types/jest from 29.5.1 to 29.5.2 in /npm-module by @dependabot in #65
- Bump eslint from 8.40.0 to 8.43.0 in /npm-module by @dependabot in #74
- Bump @babel/preset-env from 7.21.5 to 7.22.5 in /npm-module by @dependabot in #72
- Bump @types/node from 18.16.3 to 20.2.5 in /npm-module by @dependabot in #67
- Bump @typescript-eslint/parser from 5.59.5 to 5.59.11 in /npm-module by @dependabot in #73
New Contributors
- @dependabot made their first contribution in #61
Full Changelog: v0.4.2...v0.5.0
v0.4.2
Further minifies resources in NPM module. Drops down from 5MB to 2.6MB. Still hefty, but it does contain tens of thousands of links.
What's Changed
- Minifier: uglyprint resource. by @stscoundrel in #33
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Minifies used resources, no API change. The crosslink assets had grown to be 9.3 MB, now with minification it is 5 MB. It is still quite a lot, but this library is only meant to be used in build steps and other non-time-critical phases. The main method includes simple memory cache to avoid reading & parsing the minified data to full structs.
What's Changed
- Feature/minifier by @stscoundrel in #31
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Dashless detection produces additional 3000+ crosslinks. Most of them are between Old Norse and Old Icelandic/Old Norwegian.
What's Changed
- Feature/dashless detection by @stscoundrel in #30
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
Adds couple of dozen crosslinks based on common words of Old Norse. Most words based around family words like father, mother, brother etc.
What's Changed
- Feature/common crosslinks by @stscoundrel in #27
- Node.js deps updared.
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Resource changes: add manual crosslinks for some of the most common words inherited from Old Norse. Pairs like faðir => fadhir, tíðindi => tidhing
What's Changed
- Feature/common overrides by @stscoundrel in #15
Full Changelog: v0.2.1...v0.2.2