Skip to content

Commit

Permalink
Prepare 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Aug 27, 2020
1 parent fe610a6 commit 48a3f17
Show file tree
Hide file tree
Showing 3 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.11.0

- Improve definition for conflicting module/type names
- Various completion sorting tweaks
- Add parameter names to hovers/autocompletions for functions
- Improve module renames to also rename the file
- Add support renaming files in the vscode file explorer
- Use dependency injection to resolve classes

## 1.10.0

- Add value completions for non-imported modules
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.10.0",
"version": "1.11.0",
"author": "Kolja Lampe",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 48a3f17

Please sign in to comment.