Prepare 0.6.0

This commit is contained in:
Kolja Lampe
2019-09-05 22:20:21 +02:00
parent fea0ab6a14
commit a05bbae522
5 changed files with 24 additions and 4 deletions

View File

@@ -1,9 +1,28 @@
# Change Log
## 0.6.0
- Reference code lenses are now clickable, try it!
- Updated the language server
- Add elm make code actions for more compiler errors
- Various improvements to folding
- Process files on init in parallel
- Fixed some problems with references not being correct
- Fallback to old configuration flow when clients don't support the new one
- Get rid of crypto deprecation warnings
- Updated tree-sitter syntax parsing
- Add glsl parsing
- Nest if/then/else expressions
- Let and in now correctly nest
- Change when block_comments are set, should now be better for annotations
- End functions/case as early as possible, so they don't include whitespace
## 0.5.2
- Updated the language server
- Fixed case where elm-format might have strip the last line from you files
- Fixed case where elm-format might have stripped the last line from you files
## 0.5.1

View File

@@ -2,5 +2,6 @@
- Increase the version in `package.json`
- Run `npm install`
- Run `npm run compile`
- Push the code to github and wait for the CI
- Run `vsce`
- Tag the new version on github

2
package-lock.json generated
View File

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

View File

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

2
server

Submodule server updated: 628cd72f65...3d11c71e8d