Skip to content

Commit

Permalink
Prepare 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Jan 2, 2022
1 parent 490235b commit 10c54c8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.4.0

- Update dependencies

- Updated language server
- Implement fuzzy matching when using the workspace symbol search
- Ignore suppressed elm-review errors
- Parsing improvements
- Fix references and renames being wrong in some edge case
- Fix edge case where type inference was not returning correct results
- Fix auto import when there are module docs and no imports
- Fix type inference for cases, that need more then 26 types
- Update dependencies

## 2.3.0

- Add json schema help for `elm-analyse.json`
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
Expand Up @@ -6,7 +6,7 @@
"icon": "images/elm.png",
"author": "Kolja Lampe",
"license": "MIT",
"version": "2.3.0",
"version": "2.4.0",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 10c54c8

Please sign in to comment.