Skip to content

Commit 37dbc40

Browse files
committed
Prepare 1.7.2
1 parent 0900fc6 commit 37dbc40

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 1.7.2
4+
- Add record access completions for types and nested types
5+
- Fix elm.json being ignored when paths are similar to another
6+
- Fix record field jump to definitions
7+
- Fix record field completions in some cases
8+
- Fix auto import not suggesting modules with multiple prefixes
9+
- Fix error where qualified names were not taken into account for definition resolving
10+
- Updated package rankings
11+
312
## 1.7.1
413

514
- Fix exposing list params not getting completed for imports

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.7.1",
4+
"version": "1.7.2",
55
"author": "Kolja Lampe",
66
"license": "MIT",
77
"files": [

tree-sitter-elm.wasm

19 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)