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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@
4
4
<!-- Add all new changes here. They will be moved under a version at release -->
5
5
*`NEW` Add postfix snippet for `unpack`
6
6
*`FIX``diagnostics.severity` defaulting to "Warning" when run using `--check`[#2730](https://github.com/LuaLS/lua-language-server/issues/2730)
7
-
*`NEW` Add support for lambda style functions, `|paramList| expr` is syntactic sugar for `function(paramList) return expr end`
8
-
*`FIX` Respect `completion.showParams` config for local function completion
7
+
*`NEW` Add support for lambda style functions, `|paramList| expr` is syntactic sugar for `function(paramList) return expr end`
8
+
*`FIX` Respect `completion.showParams` config for local function completion
9
9
*`CHG` Improve performance of multithreaded `--check` and `undefined-field` diagnostic
10
+
*`FIX` Addons can now self-recommend as expected. Fixed by correcting the `wholeMatch` function
10
11
*`FIX` Now correctly evaluates the visibility of fields in a class when they are defined directly in the object. use for completion and invisible dianostic. [#2752](https://github.com/LuaLS/lua-language-server/issues/2752)
11
12
*`NEW` added lua regular expression support for Lua.doc.<scope>Name [#2753](https://github.com/LuaLS/lua-language-server/pull/2753)
12
13
*`FIX` Bad triggering of the `inject-field` diagnostic, when the fields are declared at the creation of the object [#2746](https://github.com/LuaLS/lua-language-server/issues/2746)
0 commit comments