Skip to content

Commit

Permalink
Prepare 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Mar 31, 2020
1 parent a7bbca1 commit 5fd031a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 0.10.0

- Fix case where type constructor highlighting was wrong
- Client support for codeLens exposing/unexposing and move function refactoring

- Updated the language server
- Add diagnostic on unknown symbols and offer importing via codeAction (needs the file to be save and the compiler to run)
- Support exposing/unexposing functions and types via codeLense or codeAction
- Add support for move function refactoring
- Fix init taking long when using files with thousands of functions
- Add new snippet for if-else conditions
- Better completions for record update syntax
- Added completions for basic keywords like if, then, else, let etc.
- Improved hovers for types aliases
- Added jump to definition for fields of records
- Better handling of invalid renames

## 0.9.4

- Updated the language server
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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": "0.9.4",
"version": "0.10.0",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"
Expand Down Expand Up @@ -142,11 +142,11 @@
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^13.9.3",
"@types/node": "^13.9.8",
"prettier": "^2.0.2",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.2.0",
"tslint-plugin-prettier": "^2.3.0",
"tslint-sonarts": "^1.9.0",
"typescript": "3.8.3"
}
Expand Down

0 comments on commit 5fd031a

Please sign in to comment.