File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
33[ 中文Log] ( CHANGELOG_CN.md )
44
5+ # 0.9.5
6+
7+ ` FIX ` Fixed the error in checking asymmetric function definition calls
8+
9+ ` NEW ` Added need-nil-check diagnostics to verify if variables that may be nil are being checked
10+
11+ ` NEW ` Refactored control flow analysis to better support nil checks
12+
513# 0.9.4
614
715` FIX ` Fixed the issue where fields/functions marked with ` @source ` could not be navigated to
Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 0.9.5
4+
5+ ` FIX ` 修复不对称函数定义调用的检查错误
6+
7+ ` NEW ` 新增need-nil-check诊断, 用于检查可能为nil的变量是否被检查
8+
9+ ` NEW ` 重构控制流分析, 以更好的支持nil检查
10+
311# 0.9.4
412
513` FIX ` 修复` @source ` 标记的字段/函数无法跳转的问题
Original file line number Diff line number Diff line change 11exports . default = {
22 emmyDebuggerVersion : '1.8.2' ,
33 emmyDebuggerUrl : 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download' ,
4- newLanguageServerVersion : "0.2.8 " ,
4+ newLanguageServerVersion : "0.2.9 " ,
55 newLanguageServerUrl : "https://github.com/CppCXY/emmylua-analyzer-rust/releases/download"
66}
Original file line number Diff line number Diff line change 22 "name" : " emmylua" ,
33 "displayName" : " EmmyLua" ,
44 "description" : " EmmyLua for vscode" ,
5- "version" : " 0.9.4 " ,
5+ "version" : " 0.9.5 " ,
66 "icon" : " res/icon.png" ,
77 "publisher" : " tangzx" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments