Skip to content

Commit

Permalink
3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Aug 19, 2024
1 parent 61f6d3e commit 6fa70d7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->

## 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["<key>" or <index>]`, 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3388,5 +3388,5 @@
"sponsor": {
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
},
"version": "3.10.4"
"version": "3.10.5"
}
2 changes: 1 addition & 1 deletion package/build.lua
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 6fa70d7

Please sign in to comment.