Skip to content

Commit

Permalink
Prepare 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Mar 31, 2020
1 parent b12d157 commit b45689d
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 996 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 1.7.0

- 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

## 1.6.3

- Improved goto definition, find references and rename for anonymous functions, let definitions, destructured functions in let definitions, destructured parameters and case branches
Expand Down
Loading

0 comments on commit b45689d

Please sign in to comment.