Skip to content

Commit ffdc643

Browse files
committed
0.9.13
1 parent e0a7d2e commit ffdc643

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
lines changed

CHANGELOG.md

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

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

5+
# 0.9.13
6+
7+
`FIX` Fix issue `emmylua_ls` might not exit in unix.
8+
9+
`NEW` Support TypeScript-like type gymnastics
10+
11+
`FIX` Fix infinite recursion issue in alias generics.
12+
13+
`NEW` Improve reference search
14+
15+
`NEW` Refactor type check
16+
17+
`NEW` Optimize hover
18+
19+
`NEW` Optimize completion
20+
21+
`NEW` Support `pcall` return type and check
22+
523
# 0.9.12
624

725
`NEW` Support type-check when casting tuples to arrays.

CHANGELOG_CN.md

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

3+
# 0.9.13
4+
`FIX` 修复 Unix 系统下 `emmylua_ls` 可能无法退出的问题。
5+
6+
`NEW` 新增支持类似 TypeScript 风格的类型体操。
7+
8+
`FIX` 修复别名泛型中的无限递归问题。
9+
10+
`NEW` 改进引用搜索。
11+
12+
`NEW` 重构类型检查。
13+
14+
`NEW` 优化悬停提示。
15+
16+
`NEW` 优化自动补全。
17+
18+
`NEW` 支持 `pcall` 的返回类型及其检查。
19+
320
# 0.9.12
421

522
`NEW` 支持在将元组转换为数组时进行类型检查。

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

0 commit comments

Comments
 (0)