Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Mar 26, 2024
1 parent c885b1a commit a11bc23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.2.0

- Support `javascript.preferGoToSourceDefinition` and `typescript.preferGoToSourceDefinition` #449.
- Support refactor action `move to file` #445.
- Support `javascript.unstable` and `typescript.unstable`, see
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#case-insensitive-import-sorting-in-editors.
- Fix update import on file rename may not work by increase delay #447.

# 2.1.0

- Support "Remove Unused Imports" source action.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coc-tsserver",
"version": "2.1.4",
"description": "tsserver extension for coc.nvim",
"version": "2.2.0",
"description": "javascript and typescript language features extension of coc.nvim",
"main": "lib/index.js",
"publisher": "chemzqm",
"engines": {
Expand Down

0 comments on commit a11bc23

Please sign in to comment.