Releases: ianlewis/go-stardict
Releases · ianlewis/go-stardict
v0.2.0
Added in v0.2.0
- The index now supports whitespace and punctuation folding (#25).
- The synonym index (.syn) file is now supported (#2).
Stardict.Search
andIdx.Search
now support queries in glob format (#21).
Changed in v0.2.0
- The minimum supported Go version is now 1.23.
stardict.Open
andstardict.OpenAll
now take anoptions
argument which allows for specifying options for opening dictionaries (#87).
What's Changed since v0.1.0
- test: dict.Data.String and dict.NewFromIfoPath by @ianlewis in #31
- docs: add related projects by @ianlewis in #33
- test: dictzip test by @ianlewis in #32
- docs: fix link and update README by @ianlewis in #37
- chore: Remove Google CLA by @ianlewis in #38
- chore(deps): Bump codecov/codecov-action from 4.5.0 to 5.0.2 by @dependabot in #34
- chore(deps): Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #13
- chore(deps): Bump ianlewis/todo-issue-reopener from 1.3.0 to 1.4.0 by @dependabot in #11
- chore(deps): Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #10
- feat: whitespace and punctuation folding by @ianlewis in #39
- feat: Add .syn file support by @ianlewis in #40
- chore(deps): Bump node from 22.11.0 to 22.13.0 by @dependabot in #52
- docs: Update tasks in README by @ianlewis in #53
- chore: Sync with repo-template by @ianlewis in #61
- chore: Sync with repo-template-go by @ianlewis in #63
- chore: remove TODO comment by @ianlewis in #64
- fix: TODO issue numbers by @ianlewis in #65
- chore(deps): Bump golang.org/x/text from 0.19.0 to 0.22.0 by @dependabot in #62
- chore: set minimum Go version 1.23 by @ianlewis in #67
- chore: Squash merge of repo-template-go e0c07f9 by @ianlewis in #69
- chore(deps): Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in the all-dependencies group by @dependabot in #70
- chore(deps-dev): Bump prettier from 3.5.1 to 3.5.2 in the development-dependencies group by @dependabot in #71
- feat: Search dictionaries in known locations by @ianlewis in #74
- chore: Doc fixes by @ianlewis in #77
- ci: Add release workflow for sdutil by @ianlewis in #78
- feat: refactor index by @ianlewis in #80
- docs: Added more related projects by @ianlewis in #82
- chore: sync w/ repo-template-go by @ianlewis in #84
- chore(deps): Bump the all-dependencies group across 1 directory with 2 updates by @dependabot in #85
- fix: Validate the idxoffsetsize in Stardict by @ianlewis in #86
- feat: Glob search support by @ianlewis in #89
- fix: create Transformers on demand by @ianlewis in #90
- chore(release): v0.2.0 by @ianlewis in #91
- chore(release): v0.2.0-rc.0 by @ianlewis in #92
- chore(release): v0.2.0 by @ianlewis in #93
Full Changelog: v0.1.0...v0.2.0
v0.2.0-rc.0
Added in v0.2.0-rc.0
- The index now supports whitespace and punctuation folding (#25).
- The synonym index (.syn) file is now supported (#2).
Stardict.Search
andIdx.Search
now support queries in glob format (#21).
Changed in v0.2.0-rc.0
- The minimum supported Go version is now 1.23.
stardict.Open
andstardict.OpenAll
now take anoptions
argument which allows for specifying options for opening dictionaries (#87).
What's Changed since v0.1.0
- test: dict.Data.String and dict.NewFromIfoPath by @ianlewis in #31
- docs: add related projects by @ianlewis in #33
- test: dictzip test by @ianlewis in #32
- docs: fix link and update README by @ianlewis in #37
- chore: Remove Google CLA by @ianlewis in #38
- chore(deps): Bump codecov/codecov-action from 4.5.0 to 5.0.2 by @dependabot in #34
- chore(deps): Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #13
- chore(deps): Bump ianlewis/todo-issue-reopener from 1.3.0 to 1.4.0 by @dependabot in #11
- chore(deps): Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #10
- feat: whitespace and punctuation folding by @ianlewis in #39
- feat: Add .syn file support by @ianlewis in #40
- chore(deps): Bump node from 22.11.0 to 22.13.0 by @dependabot in #52
- docs: Update tasks in README by @ianlewis in #53
- chore: Sync with repo-template by @ianlewis in #61
- chore: Sync with repo-template-go by @ianlewis in #63
- chore: remove TODO comment by @ianlewis in #64
- fix: TODO issue numbers by @ianlewis in #65
- chore(deps): Bump golang.org/x/text from 0.19.0 to 0.22.0 by @dependabot in #62
- chore: set minimum Go version 1.23 by @ianlewis in #67
- chore: Squash merge of repo-template-go e0c07f9 by @ianlewis in #69
- chore(deps): Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in the all-dependencies group by @dependabot in #70
- chore(deps-dev): Bump prettier from 3.5.1 to 3.5.2 in the development-dependencies group by @dependabot in #71
- feat: Search dictionaries in known locations by @ianlewis in #74
- chore: Doc fixes by @ianlewis in #77
- ci: Add release workflow for sdutil by @ianlewis in #78
- feat: refactor index by @ianlewis in #80
- docs: Added more related projects by @ianlewis in #82
- chore: sync w/ repo-template-go by @ianlewis in #84
- chore(deps): Bump the all-dependencies group across 1 directory with 2 updates by @dependabot in #85
- fix: Validate the idxoffsetsize in Stardict by @ianlewis in #86
- feat: Glob search support by @ianlewis in #89
- fix: create Transformers on demand by @ianlewis in #90
- chore(release): v0.2.0 by @ianlewis in #91
- chore(release): v0.2.0-rc.0 by @ianlewis in #92
Full Changelog: v0.1.0...v0.2.0-rc.0
v0.1.0
Added in v0.1.0
- Initial release
- Basic dict entry, index, search support.
All Changes
- chore: Add repo template files by @ianlewis in #6
- chore: format using gci by @ianlewis in #14
- chore: add CHANGELOG by @ianlewis in #15
- feat: update index search by @ianlewis in #18
- fix: README tests badge by @ianlewis in #20
- feat: Update sdutil output by @ianlewis in #23
- feat: folding support by @ianlewis in #24
- refactor: Dict and Idx API by @ianlewis in #27
- chore: update README by @ianlewis in #29
- chore(release): v0.1.0 by @ianlewis in #30
Full Changelog: https://github.com/ianlewis/go-stardict/commits/v0.1.0