Releases: kwonoj/hunspell-asm
Releases · kwonoj/hunspell-asm
Release 2.0.0-beta.6
Release 2.0.0-beta.5
Release 2.0.0-beta.4
Release 2.0.0-beta.3
2.0.0-beta.3 (2019-01-26)
Features
Release 2.0.0-beta.2
2.0.0-beta.2 (2018-11-02)
Bug Fixes
- allocstring: use emscripten method, explicitly free (09a1a56)
Features
Release 2.0.0-beta.1
2.0.0-beta.1 (2018-11-01)
BREAKING CHANGES:
- ENVIRONMENT override deprecated
- loadModule accepts
timeout
option as InitOptions object instead of single argument, likeloadModule({timeout: 3000});
Features
- hunspell: support separate binary, expose locatebinary (978e1a8)
Release 1.1.2
Release 1.0.2
Release 1.0.1
hunspell-asm binary bump using latest emscripten.
Release 1.0.0
1.0.0 (2017-11-30)
Bug Fixes
- package: update nanoid to version 1.0.0 (f69df27)
Features
- hunspell: update hunspell into single file binary (8b9e6ea)
- loadmodule: support single file binary load (16ff979)
- logger: enablelogger appends scope (36c429c)
BREAKING CHANGES
- loadmodule: now runs on native-wasm supported runtime only