Skip to content

Commit

Permalink
Prepare 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Oct 19, 2021
1 parent b4d8dde commit 22b7b85
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.3.0

- Remove the need for "entrypoints" in elm-tooling.json
- Add a code action to add function argument from missing declaration
- Add a code action to add missing union constructors
- Add annotations from ports to hovers and suggestions
- "Add type annotation" can now be enabled/disabled via elm-analyse.json and will also honor excluded folders
- Fix type inference for empty record pattern
- Fix reporting when elm, elm-test or elm-review were not found
- Fix clients that don't provide incremental changes

## 2.2.1

- Add instructions for elm-review
Expand Down
16 changes: 9 additions & 7 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
@@ -1,7 +1,7 @@
{
"name": "@elm-tooling/elm-language-server",
"description": "Implementation of an elm language server in node.",
"version": "2.2.1",
"version": "2.3.0",
"author": "Kolja Lampe",
"license": "MIT",
"main": "./out/module.js",
Expand Down

0 comments on commit 22b7b85

Please sign in to comment.