Releases: stscoundrel/old-swedish-dictionary
Releases · stscoundrel/old-swedish-dictionary
v1.0.4
TLDR: just deps maintenance.
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #104
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #105
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #106
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Main difference: JSON source is gzipped, dramatically decreasing the filesize of the source & library itself. Performance is still similar in runtime.
What's Changed
- Bump the dependencies group with 12 updates by @dependabot in #91
- Bump the dependencies group with 1 update by @dependabot in #92
- Bump the dependencies group with 11 updates by @dependabot in #93
- Bump the dependencies group with 12 updates by @dependabot in #95
- Bump the dependencies group with 1 update by @dependabot in #96
- Bump the dependencies group with 13 updates by @dependabot in #98
- Feature/compressed source by @stscoundrel in #101
Full Changelog: v1.0.2...v1.0.3
v1.0.2
TLDR: fixes to known formatting issues & dependency updates
What's Changed
- Update dataset & dependencies by @stscoundrel in #89
- Bump the dependencies group with 9 updates by @dependabot in #87
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #88
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Fixes many formatting issues where there could be spaces at start or end of lines
- Fixes issues with periods or commas being preceded by random spaces
What's Changed
- Dataset: update to trimmed & ending char cleaned version by @stscoundrel in #83
- Update deps by @stscoundrel in #82
- Bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.45.0 by @dependabot in #22
- Bump jest from 29.2.2 to 29.3.1 by @dependabot in #31
- Bump eslint-plugin-jest from 27.1.3 to 27.1.6 by @dependabot in #24
- Bump @babel/preset-env from 7.19.4 to 7.20.2 by @dependabot in #23
- Bump @typescript-eslint/parser from 5.42.0 to 5.47.1 by @dependabot in #32
- Bump @types/node from 18.11.9 to 18.11.18 by @dependabot in #36
- Bump babel-jest from 29.2.2 to 29.3.1 by @dependabot in #26
- Bump typescript from 4.8.4 to 4.9.4 by @dependabot in #34
- Bump eslint from 8.26.0 to 8.30.0 by @dependabot in #33
- Bump @babel/core from 7.19.6 to 7.20.7 by @dependabot in #35
- Bump @types/jest from 29.2.2 to 29.2.5 by @dependabot in #42
- Bump eslint-plugin-jest from 27.1.6 to 27.2.0 by @dependabot in #41
- Bump eslint from 8.30.0 to 8.31.0 by @dependabot in #39
- Bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.47.1 by @dependabot in #38
- Bump @stryker-mutator/core from 6.3.0 to 6.3.1 by @dependabot in #37
- Bump @stryker-mutator/jest-runner from 6.3.0 to 6.3.1 by @dependabot in #40
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #43
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Add information tag to entries. Contains additional grammar info, typically partOfSpeech related.
- Support multiple parts of speech. This is a breaking change from 0.2.0, as type changed from
string
tostring[]
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- Use minified keys in json -> slightly slower performance, saves few of MB in filesize and memory by @stscoundrel in #8
- Update deps by @stscoundrel in #20
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial released version.