diff --git a/changelog.md b/changelog.md index 65624ff..2f0ea8f 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,14 @@ ## Unreleased +## 3.10.5 +`2024-8-19` +* `NEW` using `enum (partial)`, it suggests all fields with the same `enum` type rather than just the fields from the current table. +* `NEW` When using `enum["" or ]`, undefined fields will raise an 'undefined' error. +* `FIX` Renaming files in the directory leads to the auto-correction in "require" adding extra characters. +* `FIX` Performance issue +* `FIX` Fix incorrect indent fixing for `for` + ## 3.10.4 `2024-8-16` * `NEW` Setting: `Lua.type.checkTableShape`: Add matching checks between the shape of tables and classes, during type checking. [#2768](https://github.com/LuaLS/lua-language-server/pull/2768) diff --git a/package.json b/package.json index de76555..0fc5d85 100644 --- a/package.json +++ b/package.json @@ -3388,5 +3388,5 @@ "sponsor": { "url": "https://github.com/LuaLS/lua-language-server/issues/484" }, - "version": "3.10.4" + "version": "3.10.5" } diff --git a/package/build.lua b/package/build.lua index 72e0777..e4b2e3d 100644 --- a/package/build.lua +++ b/package/build.lua @@ -1,6 +1,6 @@ local json = require 'json-beautify' -local VERSION = "3.10.4" +local VERSION = "3.10.5" local package = require 'package.package' local fsu = require 'fs-utility' diff --git a/server b/server index d702a55..ba8f90e 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit d702a55715df19a219e963da496e6fb76db0aacd +Subproject commit ba8f90eb0fab18ce8aee2bdbf7007dc63050381d