Skip to content

Commit

Permalink
Merge pull request #562 from elm-tooling/prepare-2-
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored May 8, 2023
2 parents f8a1e08 + e099400 commit fe5f835
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 2.7.0

- Update dependencies
- Update server
- Suggest auto import completions and code actions for module aliases
- Add auto import completions for ports
- Show module aliases in hover and completions type strings
- Improve sorting of completions for exposed values
- Fix for field references when the module is not imported
- Fix the extract function code action incorrectly computing parameters
- Fix union constructor type inference when there are comments between the arguments
- Fix some type inference bugs related to extensible records
- Support node 18
- Update dependencies

## 2.6.0

- Improved an error message
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -6,7 +6,7 @@
"icon": "images/elm.png",
"author": "Kolja Lampe",
"license": "MIT",
"version": "2.6.0",
"version": "2.7.0",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"
Expand Down

0 comments on commit fe5f835

Please sign in to comment.