Skip to content

Commit 095cc4c

Browse files
committed
Prepare 1.8.0
1 parent 9c933f6 commit 095cc4c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## 1.8.0
4+
5+
- Add completions for possible imports
6+
- Scaffold case branches (use the new snippet and code action)
7+
- Sort auto imports by closest similar modules
8+
- Improve record field access completions
9+
- Remove exposing subscriptions in Browser.sandbox snippet
10+
- Fixed references to shadowed modules being potentially wrong
11+
- Don't use flatmap to be node 10 compatible (caused problems for npm package users)
12+
- Update elm-analyse
13+
- Update dependencies
14+
315
## 1.7.2
16+
417
- Add record access completions for types and nested types
518
- Fix elm.json being ignored when paths are similar to another
6-
- Fix record field jump to definitions
19+
- Fix record field jump to definitions
720
- Fix record field completions in some cases
821
- Fix auto import not suggesting modules with multiple prefixes
922
- Fix error where qualified names were not taken into account for definition resolving

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.2",
4+
"version": "1.8.0",
55
"author": "Kolja Lampe",
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)