Releases: simonnagl/spell
Releases · simonnagl/spell
v0.4.0
v0.3.1
Improvements
- Improve API of package github.com/simonnagl/spell/alphabet
- Export SpellingAlphabets as variables
- Hide data structure
- Hide dependency to golang.org/x/text/language. This is needed to release a stable v1.0.0
Deprecations
- Deprecate match spelling alphabets by names
Docker images
docker pull simonnagl/spell:v0.3.1
docker pull simonnagl/spell:latest
v0.3.0
Improvements
- Added the names of special characters for the spelling aplphabets
en
,de-DE
,de-AT
andde-CH
. - Match spelling alphabets by names. Alphabet names identify alphabets by an organisation or standard.
- Report if the language tag has no exact matching alphabet and
spell
tries to find the best match.
Docker images
docker pull simonnagl/spell:v0.3.0
docker pull simonnagl/spell:latest