File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- # 0.7.0 (unreleased)
3+ # 0.7.1 (unreleased)
4+
5+ # 0.7.0
46
57` CHG ` Refactor ` type infer `
68
9+ ` CHG ` Refactor ` member infer `
10+
711` FIX ` Optimize and Fix tuple type check
812
913` NEW ` Support Varidic type use in tuple, eg: ` [string, integer...] `
1014
1115` FIX ` Optimize pcall infer, now can match the self and alias
1216
17+ ` FIX ` for range iter var now will remove nil type
18+
19+ ` FIX ` Optimize some std library type check
20+
21+ ` NEW ` Support infer from setmetatable
22+
23+ ` NEW ` emmylua_doc_cli will export more information
24+
25+ ` NEW ` Optimize type check rule for subclass and super class
26+
27+ ` NEW ` Allow '-' as description
28+
1329# 0.6.0
1430
1531` NEW ` Disable re-index in default, need to enable by ` workspace.enableReindex `
You can’t perform that action at this time.
0 commit comments