Releases: kwonoj/hunspell-asm
Releases · kwonoj/hunspell-asm
Release 4.0.2
4.0.2 (2019-10-24)
Features
- hunspell: bump up binary to reduce size using llvm backend
Release 4.0.1
4.0.1 (2019-10-19)
Bug Fixes
- hunspell: normalize unicodei to NFC where possible (800b79e)
Release 4.0.0
4.0.0 (2019-09-13)
Features
- hunspell: reenable optimization (06bdc36)
BREAKING CHANGES
- hunspell: Unsupport mobile safari version have bugs (#187)
Release 3.0.2
3.0.2 (2019-06-20)
Bug Fixes
- hunspell: bump to non-optimized hunspell (97df1f6), closes #187
Release 3.0.1
3.0.1 (2019-06-13)
Bug Fixes
- mountbuffer: fix dependencies (a434cd8)
Release 3.0.0
3.0.0 (2019-06-13)
Features
- build: target es2018 for output (27f6400)
- hunspell: load env specific binary (53df646)
- hunspellloader: deprecate mountdirectory (cb96561)
BREAKING CHANGES
- hunspellloader: dictionary should be mounted via buffer
- build: requires runtime for es2018, or need downlevel transpiling
Release 2.0.0
2.0.0 (2019-01-31)
- Bump up beta.8 to official release
Release 2.0.0-beta.8
Bug Fixes
- suggest: free allocated ptr for list (6708573)
Release 2.0.0-beta.7
Features
- hunspell: bump up hunspell binary (9ed737d)
- loadmodule: deprecate locatebinary, back to single file (4b8f5b0)