Skip to content

Releases: kwonoj/hunspell-asm

Release 2.0.0-beta.6

27 Jan 20:50
3ad8c8a
Compare
Choose a tag to compare
Release 2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2019-01-27)

Features

  • loadmodule: deprecate asm (b49b731)

Release 2.0.0-beta.5

26 Jan 08:14
751ac55
Compare
Choose a tag to compare
Release 2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2019-01-26)

Bug Fixes

  • createmoduleloader: fix non treeshakable import (a77a149)

Release 2.0.0-beta.4

26 Jan 07:31
119ab73
Compare
Choose a tag to compare
Release 2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2019-01-26)

Bug Fixes

  • createmoduleloader: apply overridden env (22645b6)

Release 2.0.0-beta.3

26 Jan 05:20
21569c1
Compare
Choose a tag to compare
Release 2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2019-01-26)

Features

  • hunspell: bump up hunspell with asmjs (845ee54)
  • loadasmmodule: asmjs loader (a620219)
  • loadmodule: reintroduce env override (d2f651d)

Release 2.0.0-beta.2

02 Nov 20:37
1a0d417
Compare
Choose a tag to compare
Release 2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2018-11-02)

Bug Fixes

  • allocstring: use emscripten method, explicitly free (09a1a56)

Features

  • hunspell: update interfaces (c937dec)
  • hunspellloader: implement addword interfaces (9a56a35)
  • wraphunspellinterface: expose add interfaces (73e5d1c)

Release 2.0.0-beta.1

01 Nov 19:31
f2efd4d
Compare
Choose a tag to compare
Release 2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2018-11-01)

BREAKING CHANGES:

  • ENVIRONMENT override deprecated
  • loadModule accepts timeout option as InitOptions object instead of single argument, like loadModule({timeout: 3000});

Features

  • hunspell: support separate binary, expose locatebinary (978e1a8)

Release 1.1.2

19 Oct 17:50
7d5b603
Compare
Choose a tag to compare

1.1.2 (2018-10-19)

Features

  • loadmodule: Expose timeout option to loadModule (71c29af)

Release 1.0.2

07 Mar 04:42
bddaef3
Compare
Choose a tag to compare

1.0.2 (2018-03-07)

Features

  • hunspell: bump up hunspell binary (e931003)
    : picks up binary with latest emscripten compiler

Release 1.0.1

04 Feb 22:56
2b9b9b5
Compare
Choose a tag to compare

hunspell-asm binary bump using latest emscripten.

Release 1.0.0

30 Nov 19:48
318c801
Compare
Choose a tag to compare

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