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 6717169 commit fa674ae
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4,739 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 2.3.0

- Add json schema help for `elm-analyse.json`
- Removed json schema help for `elm-tooling.json`, it's no longer needed
- Fix problem when being used with VSCode Live Share

- Updated language server
- 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

- Update dependencies
Expand Down
Loading

0 comments on commit fa674ae

Please sign in to comment.