File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments