Skip to content

Commit b45689d

Browse files
committed
Prepare 1.7.0
1 parent b12d157 commit b45689d

File tree

4 files changed

+720
-996
lines changed

4 files changed

+720
-996
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 1.7.0
4+
5+
- Add diagnostic on unknown symbols and offer importing via codeAction (needs the file to be save and the compiler to run)
6+
- Support exposing/unexposing functions and types via codeLense or codeAction
7+
- Add support for move function refactoring
8+
- Fix init taking long when using files with thousands of functions
9+
- Add new snippet for if-else conditions
10+
- Better completions for record update syntax
11+
- Added completions for basic keywords like if, then, else, let etc.
12+
- Improved hovers for types aliases
13+
- Added jump to definition for fields of records
14+
- Better handling of invalid renames
15+
316
## 1.6.3
417

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

0 commit comments

Comments
 (0)