Skip to content

Commit 9492a5c

Browse files
committed
Prepare 1.7.1
1 parent bdde7f4 commit 9492a5c

File tree

3 files changed

+60
-26
lines changed

3 files changed

+60
-26
lines changed

CHANGELOG.md

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

3+
## 1.7.1
4+
5+
- Fix exposing list params not getting completed for imports
6+
- Fix possible imports for packages not in ranking list
7+
- Prevent imports from getting out of date
8+
39
## 1.7.0
410

511
- Add diagnostic on unknown symbols and offer importing via codeAction (needs the file to be save and the compiler to run)

package-lock.json

Lines changed: 53 additions & 25 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": "1.7.0",
4+
"version": "1.7.1",
55
"author": "Kolja Lampe",
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)