You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
[中文Log](CHANGELOG_CN.md)
4
4
5
+
# 0.9.2
6
+
7
+
`FIX` Fixed the issue with `globalsRegex` being ineffective in the configuration options
8
+
9
+
`FIX` Now re-supports defining and accessing global variables using `_G`
10
+
11
+
`FIX` Now re-supports non-strict require mode, where require paths do not need to start from the root directory. This mode requires setting `strict.requirePath` to `false`
12
+
13
+
`FIX` Fixed an issue that caused errors in document/symbol
14
+
15
+
`FIX` Fixed the issue with type inference failure for types like `{ [number]: T }`
16
+
17
+
`CHG` Optimized code by using `smol_str` more extensively
0 commit comments