Skip to content

Commit 937622a

Browse files
committed
add change log
1 parent 7df9bb0 commit 937622a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# CHANGELOG
2+
3+
# 0.3.0
4+
5+
`NEW` Add progress notifications for non-VSCode platforms
6+
7+
`NEW` Add nix flake for installation by nix users, refer to PR#4
8+
9+
`NEW` Support displaying parameter and return descriptions in hover
10+
11+
`NEW` Support viewing consecutive require statements as import blocks, automatically folded by VSCode if the file only contains require statements
12+
13+
`FIX` Fix spelling error `interger` -> `integer`
14+
15+
`FIX` Fix URL parsing issue when the first directory under a drive letter is in Chinese
16+
17+
`FIX` Fix type checking issues related to tables
18+
19+
`FIX` Modify the implementation of document color, requiring continuous words, and provide an option to disable the document color feature
20+
21+
`FIX` Fix type inference issue when `self` is used as an explicit function parameter

0 commit comments

Comments
 (0)