Skip to content

Commit ac64d09

Browse files
committed
update change log
1 parent 849f23d commit ac64d09

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Global configuration have less priority than the local one
77

88
`NEW` Classes might now infer from generic types and provide corresponding completions.
99

10+
`CHG` Refactor flow analyze algorithm
11+
12+
`NEW` Array return values are now considered nullable. If you want to remove this behavior, you can set `strict.arrayIndex` to `false` in the configuration file.
13+
14+
`FIX` Fix some self infer issue
15+
16+
`FIX` Fix some diagnostic action issue
17+
18+
`FIX` Optimize some type check
19+
20+
`FIX` Optimize some completion
21+
1022
# 0.7.0
1123

1224
`CHG` Refactor `type infer`

0 commit comments

Comments
 (0)