Skip to content

Commit 391d95c

Browse files
committed
0.9.4
1 parent 10d90e8 commit 391d95c

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.4
6+
7+
`FIX` Fixed the issue where fields/functions marked with `@source` could not be navigated to
8+
9+
`FIX` Fixed the issue where `@class` and `@enum` annotations did not apply to table fields
10+
11+
`FIX` Fixed the issue where type checking could not correctly compute union types
12+
513
# 0.9.3
614

715
`FIX` Fixed the method for locating variable declarations, skipping the assignment statements themselves

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.4
4+
5+
`FIX` 修复`@source`标记的字段/函数无法跳转的问题
6+
7+
`FIX` 修复`@class``@enum`对table field的作用
8+
9+
`FIX` 修复类型检查时无法对联合类型给出正确的计算的问题
10+
311
# 0.9.3
412

513
`FIX` 修复上个变量查找声明的方式, 将跳过赋值语句本身

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.7",
4+
newLanguageServerVersion: "0.2.8",
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.3",
5+
"version": "0.9.4",
66
"icon": "res/icon.png",
77
"publisher": "tangzx",
88
"engines": {

0 commit comments

Comments
 (0)