Releases: LuaLS/lua-language-server
Releases · LuaLS/lua-language-server
3.17.0
What's Changed
- support lua5.5 code format by @CppCXY in #3319
- fix: add missing tostring() call by @jjangsangy in #3336
- fix: comprehensive generic type resolution improvements by @ian-pascoe in #3330
New Contributors
- @jjangsangy made their first contribution in #3336
- @ian-pascoe made their first contribution in #3330
Full Changelog: 3.16.4...3.17.0
3.16.4
Full Changelog: 3.16.3...3.16.4
3.16.3
Full Changelog: 3.16.2...3.16.3
3.16.2
What's Changed
- Support zig build lock glibc2.17 by @CppCXY in #3316
- feat: Omit parameter hints when the argument name matches by @roife in #3313
- Fix no-unknown typo by @NathanSnail in #3305
- Issue 2977: LuaLS autodoc is including global table in output md/json files by @codrod in #3293
- Made the hardcoded completion field limit configurable by @halflifefan in #3298
New Contributors
- @roife made their first contribution in #3313
- @NathanSnail made their first contribution in #3305
- @codrod made their first contribution in #3293
- @halflifefan made their first contribution in #3298
Full Changelog: 3.16.1...3.16.2
3.16.1
What's Changed
- Add nil checks for name and file in sortDoc by @dljsjr in #3309
- Fix diagnostic completions incorrect textEdit.finish by @ivangeorgiew in #3307
New Contributors
- @dljsjr made their first contribution in #3309
- @ivangeorgiew made their first contribution in #3307
Full Changelog: 3.16.0...3.16.1
3.16.0
What's Changed
- fix: typed
@fieldshould not override other defined field by @tomlau10 in #3224 - feat: add '|lambda|' to nonstandardSymbol in template by @the-byte-bender in #3228
- fix: incorrect inject field message for exact class extra field by @tomlau10 in #3212
- fix: don't return empty hover by @phanen in #3232
- Fix: Stack overflow while attempting to resolve function return value by @Cooldude2606 in #3247
- fix: typo dose -> does by @leslykinzel in #3265
- @alias and @enum file paths by @tommaisey in #3257
- Improve lua-lanuageserver --check by @Freed-Wu in #3256
- fix: incorrect generation of function signatures with tuple parameters by @f-ell in #3251
- Fix #2343, support pre-commit by @Freed-Wu in #3253
- 插件问题修复 by @ushen-pyj in #3285
- fix(annotation): allow all types for encode/decode in string.buffer by @futsuuu in #3288
New Contributors
- @the-byte-bender made their first contribution in #3228
- @phanen made their first contribution in #3232
- @Cooldude2606 made their first contribution in #3247
- @leslykinzel made their first contribution in #3265
- @tommaisey made their first contribution in #3257
- @f-ell made their first contribution in #3251
- @ushen-pyj made their first contribution in #3285
- @futsuuu made their first contribution in #3288
Full Changelog: 3.15.0...3.16.0
3.15.0
What's Changed
- [fix] Linux debugging server not starting by @jpeletier in #3147
- feat: support hex color with
#by @seblyng in #3169 - Fix gcc15 build by @CppCXY in #3189
- docs: add missing locale. by @qwertycxz in #3160
- Support Custom Addons Path for Enhanced Editor Flexibility by @IronBlood in #3155
- Prevent class methods from triggering missing fields diagnostics (Fixes #3175) by @CWood-sdf in #3182
- fix: large unions no longer erroneously fail to match later variants by @DoubleThoughtTheProgrammer in #3208
- 繁體中文翻譯 by @AlexCai2019 in #3200
New Contributors
- @jpeletier made their first contribution in #3147
- @seblyng made their first contribution in #3169
- @IronBlood made their first contribution in #3155
- @CWood-sdf made their first contribution in #3182
- @DoubleThoughtTheProgrammer made their first contribution in #3208
Full Changelog: 3.14.0...3.15.0
3.14.0
What's Changed
- feat: provide ES localisation by @FelipeLema in #3119
- Diagnostics for unnecessary assert by @ribru17 in #3128
- fix: return empty response to textDocument/formatting if no changes by @danielleontiev in #3142
- fix: return empty response to
textDocument/completionif completion disabled by @jllv in #3144
New Contributors
- @FelipeLema made their first contribution in #3119
- @danielleontiev made their first contribution in #3142
- @jllv made their first contribution in #3144
Full Changelog: 3.13.9...3.14.0
3.13.9
Full Changelog: 3.13.8...3.13.9
3.13.8
What's Changed
- fix: respect ignoreDir in --check CLI by @emmericp in #3110
- Chore: Update help messages by @AndreasMatthias in #3113
Full Changelog: 3.13.7...3.13.8