Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Latest commit

 

History

History
317 lines (147 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

317 lines (147 loc) · 10.3 KB

1.1.2 (2020-02-01)

Bug Fixes

  • hunspell: do not swallow unhandled exception (4cd0c84), closes #584

1.1.1 (2019-10-19)

Bug Fixes

  • hunspell: normalize unicode input for spellcheck (82c8edc)

1.1.0 (2019-10-02)

Bug Fixes

  • added languageKey to addWord (fb7bdc9)
  • added missing addWord to ProviderProxy (8e1ff19)
  • updated parameter comments (e4591e1)

Features

  • implements addWord functionality (5934e91)

1.0.0 (2019-09-13)

Features

  • hunspell: enable optimization (12e966a)

1.0.0-beta.12 (2019-07-19)

  • update dependencies

1.0.0-beta.11 (2019-06-20)

Bug Fixes

  • hunspell: fix runtime behavior difference due to optimization (204ccbb)

1.0.0-beta.10 (2019-06-13)

Bug Fixes

  • hunspell: fix dependencies (704a480)

1.0.0-beta.9 (2019-06-13)

Features

  • spellcheckerprovider: do not accept environment override (da8f87c)

BREAKING CHANGES

  • spellcheckerprovider: do not allow environment override

1.0.0-beta.8 (2019-06-10)

Features

  • export: export environment enum (a274423)

1.0.0-beta.7 (2019-05-20)

Bug Fixes

  • provider: allow tree shake (a567ae9)

Code Refactoring

  • loaddictionary: only accept arraybuffer (3041e2b)
  • unloaddictoinary: do not reset webframe provider (5e6dcbf)

Features

  • attachspellcheckerprovider: implement attachprovider (eeea886)
  • providerproxy: expose interfaces for attach (88b3ed6)
  • providerproxy: no longer explicitly requires languagekey (198f7c6)
  • spellcheckerprovider: async interfaces (6c3bf89)
  • spellcheckerprovider: implement spell (0b72398)
  • spellcheckerprovider: switchdictionary do not autoattach (b926902)

BREAKING CHANGES

  • spellcheckerprovider: provider interface is now async
  • providerproxy: switchDictionary deprecated
  • spellcheckerprovider: spellchecker provider do not attach to webframe.setSpellcheckProvider
  • unloaddictoinary: unloadDictionary does not reset webframe spellchecker
  • loaddictionary: loadDictionary does not read physical file from path anymore

1.0.0-beta.5 (2019-01-31)

Bug Fixes

  • hunspell: bump up hunspell-asm for leak (6faa44a)

1.0.0-beta.4 (2019-01-30)

Features

  • hunspell: back to single file binary (0df2356)

1.0.0-beta.3 (2019-01-27)

Features

  • createprovider: deprecate provider factory (80776e8)

1.0.0-beta.2 (2019-01-26)

Bug Fixes

  • hunspell: enable tree shaking (48fef98)

1.0.0-beta.1 (2019-01-26)

Bug Fixes

  • enablelogger: do not propagate partial logger (de3c5da)
  • package: update hunspell-asm to version 1.1.2 (6f002d8)

Features

  • createprovider: treeshakable provider factory (2c221d4)
  • hunspell: bump up hunspell (1595166)

BREAKING CHANGES

  • createprovider: provider create moved to factory function
  • createprovider: wasm binary is no longer bundled in js preamble

0.1.1 (2018-10-11)

Features

  • spellcheckprovider: do not depends on lodash (9f423df)

0.1.0 (2018-10-10)

  • support esm build

0.0.9 (2018-08-14)

Bug Fixes

  • lodash: update import path (aa9125e)
  • package: update tslib to version 1.9.1 (7ebeec6)
  • package: update tslib to version 1.9.2 (7f13fca)
  • package: update tslib to version 1.9.3 (714a70c)

0.0.8 (2018-03-07)

Features

  • hunspell: bump up hunspell-asm (72e9437)

0.0.7 (2018-02-04)

0.0.6 (2017-11-30)

Features

  • hunspell: bump up hunspell-asm (55562bc)

0.0.5 (2017-11-13)

Bug Fixes

  • package: correct dependency (e7b3076)

0.0.4 (2017-10-20)

Bug Fixes

  • provider: require explicit init (2619dd4)

0.0.3 (2017-10-10)

Bug Fixes

  • package: update hunspell-asm to version 0.0.17 (e1d8bad)

0.0.2 (2017-09-24)

Bug Fixes

  • increaserefcount: start refcount from 1 (fd0e755)

Features

  • enablelogger: propagate hunspell logger (14be558)
  • getsuggestion: implement getsuggestion (b78bc1d)
  • index: export logger (aad3f25)
  • loaddictionary: unload current dictionary (a8c27b6)
  • logger: allow partial logger (ce5529e)
  • logger: implement logger (bb24dc2)
  • spellcheckerprovider: implement spellcheckerprovider (d72eda8)
  • spellcheckerprovider: implements attach to webframe (2910016)
  • spellcheckerprovider: initial mounting logic (3208fcf)
  • spellcheckerprovider: switchDictionary now attaches provider (ca95630)

0.0.1 (2017-09-08)

Features

  • index: setup exports (1b4f7b9)
  • root: implement root (1442e36)
  • spellcheckhandler: implement barebone interfaces (57791c4)