This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# grammarly | ||
|
||
## 0.16.0 | ||
## 0.18.0 | ||
|
||
- a30aa93: Support for connected Grammarly account | ||
|
||
### Minor Changes | ||
## 0.16.0 | ||
|
||
- 1b8a750: Use Grammarly SDK | ||
|
||
## 0.14.0 | ||
|
||
### Minor Changes | ||
|
||
- 1ed857d: Show diagnostics in the correct position after accepting fixes | ||
|
||
## 0.13.0 | ||
|
||
### Minor Changes | ||
|
||
- OAuth Support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# grammarly-languageclient | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- a30aa93: Support for connected Grammarly account |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "grammarly-languageclient", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "LSP client implementation for Grammarly", | ||
"author": "Rahul Kadyan <[email protected]>", | ||
"main": "./dist/index.node.cjs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# grammarly-languageserver | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- a30aa93: Support for connected Grammarly account |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "grammarly-languageserver", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "LSP server implementation for Grammarly", | ||
"author": "Rahul Kadyan <[email protected]>", | ||
"bin": "./bin/server.js", | ||
|