Skip to content

Latest commit

 

History

History
298 lines (140 loc) · 10 KB

CHANGELOG.md

File metadata and controls

298 lines (140 loc) · 10 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.12.5 (2020-07-10)

Bug Fixes

  • avoid showing empty error messages (6acf0a4), closes #102

0.12.4 (2020-07-10)

Bug Fixes

  • catch errors while fetching synonyms (ee93837), closes #102

0.12.3 (2020-07-04)

0.12.2 (2020-05-10)

Bug Fixes

  • #94: grammarly config as string but array is expected. (#95) (bb16b98), closes #94 #94

0.12.1 (2020-04-15)

Bug Fixes

  • clear cookies on logout (cc925c3)

0.12.0 (2020-04-14)

Features

0.11.0 (2020-04-14)

Bug Fixes

  • avoid invalid values in showErrorMessage (16e4828), closes #86

Features

0.10.0 (2020-04-07)

Bug Fixes

  • wrap override files in toArray (573d932), closes #82

Features

0.9.1 (2020-04-04)

Bug Fixes

  • #76: grammarly.addWord command (de3017f), closes #76

0.9.0 (2020-04-02)

Features

  • set document goals command (c123a60)

0.8.0 (2020-04-02)

Features

  • Allow any file scheme for supported languages (635dacb)

0.7.2 (2020-04-01)

Bug Fixes

  • include inversify & vscode-languageserver in bundle (62c8392)

0.7.1 (2020-04-01)

0.7.0 (2020-03-19)

0.7.0-alpha.0 (2020-03-19)

Features

  • Credentials moved out of settings (#50) (c34a923)

0.6.2 (2020-01-24)

Bug Fixes

  • Load username/password from user settings at extension startup (3da939e)

0.6.1 (2020-01-23)

Bug Fixes

  • display add to grammarly dictionary only when user is logged in (d1880ed), closes #22

0.6.0 (2020-01-16)

Features

  • Ignore diagnostics in regions of a file (supported languages: markdown) (3f229c9)

0.5.2 (2020-01-14)

Bug Fixes

  • use fallback score in feedback (076c356)

0.5.1 (2020-01-14)

0.5.0 (2020-01-14)

Features

  • configurable grammarly document context (32baac9)

0.4.0 (2020-01-10)

Features

  • Ignore/dismiss Grammarly alerts (541ccc3)

0.3.5 (2020-01-10)

Bug Fixes

  • Improve synonym feching speed by listening to RECV event (64b8403)

0.3.4 (2020-01-10)

Bug Fixes

  • include word in add to dictionary message (2971a83)

0.3.3 (2020-01-10)

0.3.2 (2020-01-10)

Bug Fixes

  • Missing import in server (06160bd)

0.3.1 (2020-01-10)

Bug Fixes

  • Out file should be server/index.js (c15670a)

0.3.0 (2020-01-10)

Features

  • Save words to local or grammarly dictionary (a41f077), closes #3

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.1 (2019-12-18)

0.2.0 (2019-12-18)

Bug Fixes

  • Remove completion from server capabilities (1ecb519), closes #9

Features

0.1.6 (2019-11-07)

Bug Fixes

0.1.5 (2019-11-06)

0.1.4 (2019-11-04)

Bug Fixes

0.1.3 (2019-11-04)

Bug Fixes

0.1.2 (2019-11-04)

Bug Fixes

  • bundle bufferutil dependency (c80891c)

0.1.1 (2019-11-04)

Bug Fixes

  • bundle supports-color dependency (3f55084)

0.1.0 (2019-11-04)

Bug Fixes

  • remove redundant enabled setting (8e6ebd4)

Features

  • Use grammarly operational transform with vs code incremental document sync (9d4dd88)