Skip to content

Commit 50c6c39

Browse files
committed
0.9.10
1 parent aa1701a commit 50c6c39

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
[中文Log](CHANGELOG_CN.md)
44

5+
# 0.9.10
6+
7+
`FIX` Fix generic table infer issue
8+
9+
`FIX` Fix tuple infer issue
10+
11+
`NEW` Compact luals env variable start with `$`
12+
13+
`FIX` Refactor `humanize type` for stack overflow issue
14+
15+
`Fix` Fix a documentation cli tool render issue
16+
517
# 0.9.9
618

719
`NEW` Support generic alias fold

CHANGELOG_CN.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
# 0.9.10
4+
5+
`FIX` 修复泛型表推断问题
6+
7+
`FIX` 修复元组推断问题
8+
9+
`NEW` 兼容以`$` 开头的环境变量
10+
11+
`FIX` 重构 `humanize type` 以解决堆栈溢出问题
12+
13+
`Fix` 修复文档 CLI 工具渲染问题
14+
15+
# 0.9.9
16+
317
`NEW` 支持alias generic展开
418

519
`NEW` 支持由 `emmyluacodestyle` 提供支持的 `code style check`

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

0 commit comments

Comments
 (0)