| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| lua-language-server-3.19.0-linux-x64.tar.gz | 2026-08-07 | 3.7 MB | |
| lua-language-server-3.19.0-win32-x64.zip | 2026-08-07 | 4.4 MB | |
| lua-language-server-3.19.0-win32-ia32.zip | 2026-08-07 | 4.2 MB | |
| lua-language-server-3.19.0-linux-arm64.tar.gz | 2026-08-07 | 2.6 MB | |
| lua-language-server-3.19.0-darwin-arm64.tar.gz | 2026-08-07 | 3.3 MB | |
| lua-language-server-3.19.0-darwin-x64.tar.gz | 2026-08-07 | 2.3 MB | |
| lua-language-server-3.19.0-submodules.zip | 2026-08-07 | 32.1 MB | |
| 3.19.0 source code.tar.gz | 2026-08-07 | 3.1 MB | |
| 3.19.0 source code.zip | 2026-08-07 | 3.3 MB | |
| README.md | 2026-08-07 | 2.3 kB | |
| Totals: 10 Items | 59.1 MB | 3 | |
What's Changed
- fix
osdatefield types to match Lua manual by @letuanhai in https://github.com/LuaLS/lua-language-server/pull/3416 - Fix name-style provider not using URI when loading config by @D4isDAVID in https://github.com/LuaLS/lua-language-server/pull/3415
- fix(math): correct math.type return annotation by @haithium in https://github.com/LuaLS/lua-language-server/pull/3403
- fix: string.match and string.gmatch may return string|number|nil by @carsakiller in https://github.com/LuaLS/lua-language-server/pull/3362
- fix(parser): 修复文档参数绑定的重复问题 by @ushen-pyj in https://github.com/LuaLS/lua-language-server/pull/3349
- fix: chmod +x make.sh by @danielzgtg in https://github.com/LuaLS/lua-language-server/pull/3352
- feat: support type inference for @field and @type function declarations in method overrides by @ChouUn in https://github.com/LuaLS/lua-language-server/pull/3368
- add deepseek reviews by @CppCXY in https://github.com/LuaLS/lua-language-server/pull/3408
- feat: resolve class generic parameters in @operator declarations by @RomanSpector in https://github.com/LuaLS/lua-language-server/pull/3437
- fix: method-level generic return type overwritten by receiver class generic resolution by @tomlau10 in https://github.com/LuaLS/lua-language-server/pull/3439
- Infer pcall's own return when the called function has none by @RomanSpector in https://github.com/LuaLS/lua-language-server/pull/3440
- Recognize a class inheriting a generic one as a child of its parent by @RomanSpector in https://github.com/LuaLS/lua-language-server/pull/3441
- fix: invalid UTF-8 JSON due to escaped bytes in string literals by @Wilfred in https://github.com/LuaLS/lua-language-server/pull/3446
New Contributors
- @letuanhai made their first contribution in https://github.com/LuaLS/lua-language-server/pull/3416
- @D4isDAVID made their first contribution in https://github.com/LuaLS/lua-language-server/pull/3415
- @danielzgtg made their first contribution in https://github.com/LuaLS/lua-language-server/pull/3352
- @ChouUn made their first contribution in https://github.com/LuaLS/lua-language-server/pull/3368
- @Wilfred made their first contribution in https://github.com/LuaLS/lua-language-server/pull/3446
Full Changelog: https://github.com/LuaLS/lua-language-server/compare/3.18.2...3.19.0