Skip to content

Releases: kwonoj/hunspell-asm

Release 0.0.7

08 Sep 22:33
Compare
Choose a tag to compare

Simple dependency update.

Release 0.0.6

26 Aug 02:30
Compare
Choose a tag to compare

License documentation update.

Release 0.0.5

23 Aug 01:30
Compare
Choose a tag to compare

Features

  • hunspell: bump up hunspell (77367b9)

Release 0.0.4

30 Jul 22:32
Compare
Choose a tag to compare

Simple documentation updates only.

Release 0.0.3

29 Jul 17:27
Compare
Choose a tag to compare

Simple documentation updates only.

Release 0.0.2

28 Jul 16:26
Compare
Choose a tag to compare

Simple documentation updates only.

Release 0.0.1

28 Jul 06:56
Compare
Choose a tag to compare
Release 0.0.1 Pre-release
Pre-release

Bug Fixes

  • hunspellLoader: support relative current path (76dad41)
  • isNode: detect node.js via process.versions (19872ef)
  • loadModule: update init logic (575e43a)
  • mountDirectory: support cross-platform path mount (4c81044)
  • suggest: return empty array when there isn't suggestions (c679edc)
  • unmount: unlink memory file correctly (dd12c63)

Features

  • hunspell: bump up hunspell (5640dd9)
  • hunspell: bump up hunspell (a0f2c22)
  • hunspell: bump up hunspell (be7895a)
  • hunspell: bump up hunspell (8fab8f1)
  • hunspell: bump up hunspell (262ebca)
  • hunspell: bump up hunspell (daf0cbb)
  • hunspell: bump up hunspell binary (b5aec3f)
  • hunspell: bump up hunspell binary from local build (cd31a6c)
  • hunspell: initial wasm binary (d2acfc1)
  • Hunspell: define initial interface (d1008bc)
  • hunspellLoader: implement initial interface (f0ef545)
  • hunspellLoader: implement spell logic (376ce73)
  • hunspellLoader: split file mount, support ArrayBuffer loading (ac2e7e6)
  • loadModule: support binaryEndpoint for browser (3b77e4f)
  • logger: implement logger function (8f0ea01)
  • mountBuffer: accept ArrayBufferView directly (be3863d)
  • suggest: implement suggestion interface (35b2bbf)
  • util: add utility functions (a696a98)