Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/skarph/luacats-docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
skarph committed Aug 23, 2024
2 parents cabd1fa + 7c28eaa commit 2053c1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
* `FIX` Performance issue
* `FIX` Fix incorrect indent fixing for `for`

## 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

0 comments on commit 2053c1b

Please sign in to comment.