Skip to content

Commit

Permalink
Prepare 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Apr 17, 2020
1 parent 0900fc6 commit 37dbc40
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.7.2
- Add record access completions for types and nested types
- Fix elm.json being ignored when paths are similar to another
- Fix record field jump to definitions
- Fix record field completions in some cases
- Fix auto import not suggesting modules with multiple prefixes
- Fix error where qualified names were not taken into account for definition resolving
- Updated package rankings

## 1.7.1

- Fix exposing list params not getting completed for imports
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.7.1",
"version": "1.7.2",
"author": "Kolja Lampe",
"license": "MIT",
"files": [
Expand Down
Binary file modified tree-sitter-elm.wasm
Binary file not shown.

0 comments on commit 37dbc40

Please sign in to comment.