What's Changed
- fix
osdatefield types to match Lua manual by @letuanhai in #3416 - Fix name-style provider not using URI when loading config by @D4isDAVID in #3415
- fix(math): correct math.type return annotation by @haithium in #3403
- fix: string.match and string.gmatch may return string|number|nil by @carsakiller in #3362
- fix(parser): 修复文档参数绑定的重复问题 by @ushen-pyj in #3349
- fix: chmod +x make.sh by @danielzgtg in #3352
- feat: support type inference for @field and @type function declarations in method overrides by @ChouUn in #3368
- add deepseek reviews by @CppCXY in #3408
- feat: resolve class generic parameters in @operator declarations by @RomanSpector in #3437
- fix: method-level generic return type overwritten by receiver class generic resolution by @tomlau10 in #3439
- Infer pcall's own return when the called function has none by @RomanSpector in #3440
- Recognize a class inheriting a generic one as a child of its parent by @RomanSpector in #3441
- fix: invalid UTF-8 JSON due to escaped bytes in string literals by @Wilfred in #3446
New Contributors
- @letuanhai made their first contribution in #3416
- @D4isDAVID made their first contribution in #3415
- @danielzgtg made their first contribution in #3352
- @ChouUn made their first contribution in #3368
- @Wilfred made their first contribution in #3446
Full Changelog: 3.18.2...3.19.0