Skip to content

Commit

Permalink
Prepare 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Dec 21, 2022
1 parent 2ed93b8 commit 0ee83cc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 2.6.0

- Improved an error message

- Update language server to 2.6.0
- Start using completion item label description for module name
- Add completions for destructured record patterns and ports
- Add function parameter record field completions
- Don't try to get code actions when there is a top level parsing error
- Fix move function refactor
- Fix expose being able to expose the same function multiple times
- Fix a bug with extract function parameter calculation
- Fix for reference count of function in a let, with a type annotation.
- Don't cache operator definitions, fixes a type inference error with `Parser.Advanced`

## 2.5.2

- Update language server to 2.5.2
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -6,7 +6,7 @@
"icon": "images/elm.png",
"author": "Kolja Lampe",
"license": "MIT",
"version": "2.5.2",
"version": "2.6.0",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 0ee83cc

Please sign in to comment.