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

feat(spellcheckerprovider): async spellchecker support #389

Merged
merged 28 commits into from
May 20, 2019
Merged

Commits on May 16, 2019

  1. refactor(loaddictionary): only accept arraybuffer

    BREAKING CHANGE: loadDictionary does not read physical file from path
    anymore
    kwonoj committed May 16, 2019
    Configuration menu
    Copy the full SHA
    3041e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda21cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #390 from kwonoj/feat-async-spellchecker

    refactor(loaddictionary): only accept arraybuffer
    kwonoj committed May 16, 2019
    Configuration menu
    Copy the full SHA
    12bf1ec View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. refactor(unloaddictoinary): do not reset webframe provider

    BREAKING CHANGES: unloadDictionary does not reset webframe spellchecker
    kwonoj committed May 18, 2019
    Configuration menu
    Copy the full SHA
    5e6dcbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d7f49 View commit details
    Browse the repository at this point in the history
  3. feat(spellcheckerprovider): switchdictionary do not autoattach

    BREAKING CHANGE: spellchecker provider do not attach to
    webframe.setSpellcheckProvider
    kwonoj committed May 18, 2019
    Configuration menu
    Copy the full SHA
    b926902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeea886 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. feat(providerproxy): expose interfaces for attach

    BREAKING CHANGE: switchDictionary deprecated
    kwonoj committed May 19, 2019
    Configuration menu
    Copy the full SHA
    88b3ed6 View commit details
    Browse the repository at this point in the history
  2. feat(spellcheckerprovider): async interfaces

    BREAKING CHANGE: provider interface is now async
    kwonoj committed May 19, 2019
    Configuration menu
    Copy the full SHA
    6c3bf89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b72398 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    198f7c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa50c43 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #391 from kwonoj/feat-loaddict

    feat(attachspellcheckerprovider): implement attach spellchecker provider
    kwonoj committed May 19, 2019
    Configuration menu
    Copy the full SHA
    816023c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a64b7de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3439110 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #392 from kwonoj/refactor-docs

    docs(example): update example code, remove separate pkg
    kwonoj committed May 19, 2019
    Configuration menu
    Copy the full SHA
    cf4af3b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd33569 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #393 from kwonoj/example-worker

    docs(example): add example for worker
    kwonoj committed May 19, 2019
    Configuration menu
    Copy the full SHA
    a4fe989 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a567ae9 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #394 from kwonoj/tree-shake

    fix(provider): allow tree shake
    kwonoj committed May 19, 2019
    Configuration menu
    Copy the full SHA
    0dd2bab View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    fb6e89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d0c15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #395 from kwonoj/update-test

    test(provider): update test cases
    kwonoj committed May 20, 2019
    Configuration menu
    Copy the full SHA
    a1dde94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0108a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #396 from kwonoj/docs-readme

    docs(readme): update documentation
    kwonoj committed May 20, 2019
    Configuration menu
    Copy the full SHA
    3b168bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03a77a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0057c86 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #397 from kwonoj/bump-version

    build(release): release 1.0.0-beta.7
    kwonoj committed May 20, 2019
    Configuration menu
    Copy the full SHA
    631f539 View commit details
    Browse the repository at this point in the history