Skip to content

Commit

Permalink
Prepare 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Sep 5, 2019
1 parent dc4a214 commit 0a5c2d4
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.4.0

- Various improvements to folding
- Process files on init in parallel
- Reference codelenses can now be clicked
- Fixed some problems with references not being correct
- 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

## 1.3.2

- Fixed case where elm-format might have strip the last line from you files
Expand Down
41 changes: 30 additions & 11 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": "1.3.2",
"version": "1.4.0",
"author": "Kolja Lampe",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 0a5c2d4

Please sign in to comment.