Skip to content

Commit 1b15db2

Browse files
committed
release 0.7.0
1 parent 85b415b commit 1b15db2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
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`

0 commit comments

Comments
 (0)