Skip to content

Commit

Permalink
刷新VER2.2.8版本日志
Browse files Browse the repository at this point in the history
  • Loading branch information
liwangqian committed Jan 13, 2019
1 parent 783461c commit a0b9053
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All notable changes to the "luacoderassist" extension will be documented in this file.

## 2.2.6 @ 2019-01-09
## 2.2.8 @ 2019-01-13

- 新增:#44 支持require文件路径补全
- 优化:#49 支持在api描述文件中标志构造函数,已支持创建新对象,需要api的描述文件中对函数添加"kind": "constructor"属性

## 2.2.7 @ 2019-01-09

- 修复:#52 当存在`a = foo(a, b); b = foo(a, b)`的表达式时,存在循环类型推导,导致死循环
- 修复:#52 循环推导导致死循环,server无响应
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "LuaCoderAssist",
"description": "lua coder assistant in javascript for vscode",
"icon": "images/icon.png",
"version": "2.2.7",
"version": "2.2.8",
"publisher": "liwangqian",
"engines": {
"vscode": "^1.25.0"
Expand Down

0 comments on commit a0b9053

Please sign in to comment.