Skip to content

Commit 3825f06

Browse files
committed
Prepare 2.6.0
1 parent 5ed3bdc commit 3825f06

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.6.0
4+
5+
- Start using completion item label description for module name
6+
- Add completions for destructured record patterns and ports
7+
- Add function parameter record field completions
8+
- Don't try to get code actions when there is a top level parsing error
9+
- Fix move function refactor
10+
- Fix expose being able to expose the same function multiple times
11+
- Fix a bug with extract function parameter calculation
12+
- Fix for reference count of function in a let, with a type annotation.
13+
- Don't cache operator definitions, fixes a type inference error with `Parser.Advanced`
14+
315
## 2.5.2
416

517
- Fix a bug that caused the language server to stop working

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elm-tooling/elm-language-server",
33
"description": "Implementation of an elm language server in node.",
4-
"version": "2.5.2",
4+
"version": "2.6.0",
55
"author": "Kolja Lampe",
66
"license": "MIT",
77
"main": "./out/module.js",

0 commit comments

Comments
 (0)