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 5ed3bdc commit 3825f06
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 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

- Fix a bug that caused the language server to stop working
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
@@ -1,7 +1,7 @@
{
"name": "@elm-tooling/elm-language-server",
"description": "Implementation of an elm language server in node.",
"version": "2.5.2",
"version": "2.6.0",
"author": "Kolja Lampe",
"license": "MIT",
"main": "./out/module.js",
Expand Down

0 comments on commit 3825f06

Please sign in to comment.