Skip to content

Commit 4e054eb

Browse files
committed
0.9.5
1 parent 391d95c commit 4e054eb

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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

CHANGELOG_CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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`标记的字段/函数无法跳转的问题

build/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exports.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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)