Skip to content

Releases: aaaton/golem

Submoduled dictionaries

05 Apr 09:32
Compare
Choose a tag to compare

v4 has dictionaries as submodules.

3.0.2

29 Nov 09:32
9307a1c
Compare
Choose a tag to compare

Fixed broken LFS, to avoid having to take another build step in order to get this version working

Patch: fixed broken sv

28 May 16:24
Compare
Choose a tag to compare

Patch:
dicts/sv was broken due to a remaining file.

go module declared.

28 May 16:14
dd436e8
Compare
Choose a tag to compare

API Changes:

  • language packs are now created using en.New() instead of en.NewPackage()

Under the hood:

  • Prebuilt data structures, which reduces loading time of golem and memory usage

Orphaned Language Packs

06 May 08:08
64c3afa
Compare
Choose a tag to compare

API change of golem that lets you only import the languages you are intending to use.
More scalable with number of languages safer to use that string recognition.