Skip to content

Commit

Permalink
Prepare 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Oct 17, 2020
1 parent da11e9d commit 4c40e15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.13.0

- Debounce sending diagnostics to the client
- Support finding field references and renaming
- Tree sitter parser improvements
- Handle negate expressions in type inference

## 1.12.2

- Fixed problem with communication for clients like VIM
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elm-tooling/elm-language-server",
"description": "Implementation of an elm language server in node.",
"version": "1.12.2",
"version": "1.13.0",
"author": "Kolja Lampe",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 4c40e15

Please sign in to comment.