Prepare 0.7.0

This commit is contained in:
Kolja Lampe
2019-10-20 02:09:52 +02:00
parent 48530aacc5
commit 547222bd4a
4 changed files with 16 additions and 3 deletions

View File

@@ -1,5 +1,18 @@
# Change Log
## 0.7.0
- Made elm.json schema completions better and more helpful
- Fixed '"' breaking syntax highlighting
- Updated the language server
- Completions should be much nicer to use now
- Improved performance for codeLenses
- Do not crash when the elm compiler generates invalid json
- Fix codeLens bug showing wrong count for types
- Print version with `-v` or `--version`
## 0.6.0
- Reference code lenses are now clickable, try it!

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "elm-ls-vscode",
"version": "0.6.0",
"version": "0.7.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -6,7 +6,7 @@
"icon": "images/elm.png",
"author": "Kolja Lampe",
"license": "MIT",
"version": "0.6.0",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/elm-tooling/elm-language-client-vscode"

2
server

Submodule server updated: 64f12c525f...94b039bb35