Hunspell Asm Versions Save

WebAssembly based Javascript bindings for hunspell spellchecker

v4.0.2

4 years ago

4.0.2 (2019-10-24)

Features

  • hunspell: bump up binary to reduce size using llvm backend

v4.0.1

4 years ago

4.0.1 (2019-10-19)

Bug Fixes

  • hunspell: normalize unicodei to NFC where possible (800b79e)

v4.0.0

4 years ago

4.0.0 (2019-09-13)

Features

  • hunspell: reenable optimization (06bdc36)

BREAKING CHANGES

  • hunspell: Unsupport mobile safari version have bugs (#187)

v3.0.3

4 years ago

3.0.3 (2019-07-19)

  • bump up dependencies

v3.0.2

4 years ago

3.0.2 (2019-06-20)

Bug Fixes

  • hunspell: bump to non-optimized hunspell (97df1f6), closes #187

v3.0.1

5 years ago

3.0.1 (2019-06-13)

Bug Fixes

  • mountbuffer: fix dependencies (a434cd8)

v3.0.0

5 years ago

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

v2.0.0

5 years ago

2.0.0 (2019-01-31)

  • Bump up beta.8 to official release

v2.0.0-beta.8

5 years ago

2.0.0-beta.8 (2019-01-31)

Bug Fixes

  • suggest: free allocated ptr for list (6708573)

v2.0.0-beta.7

5 years ago

2.0.0-beta.7 (2019-01-30)

Features

  • hunspell: bump up hunspell binary (9ed737d)
  • loadmodule: deprecate locatebinary, back to single file (4b8f5b0)