Releases: JCWasmx86/mesonlsp
Releases · JCWasmx86/mesonlsp
Release 4.3.7
Release 4.3.6
- RPM spec fix
Release 4.3.5
- Added Fedora 41 COPR support
Release 4.3.4
- Fix crash if first statement of root meson.build is not a function call (#135)
Release 4.3.3
Release 4.3.2
- Add basic support for f-strings in subproject/subdir/set_variable calls (#114)
- Fix wrong directory being selected for subprojects
- Fix NUL bytes appended to file when formatting on Windows (mesonbuild/vscode-meson#253)
Release 4.3.1
- Fix crash for empty project/meson.build (#109)
Release 4.3.0
- Add support for specifying custom
subproject_dir
(top level directory name that holds Meson subprojects) (#88, by @fourdim) - Fix code formatting duplicating the last line when meson.build has fewer lines (#101)
- Fix malformed entries in completion list (#92)
- Deduplicate completion list (#92)
- Fix missing error, if an unknown variable is used as argument for a kwarg with the same name as the kwarg itself.
- Add missing constants from reference tables (#103, by @blue42u)
- Add partial support for
str.replace()
in the interpreter (Fixes parsing of Lix) - Update API compat to 1.5.0rc1
Release 4.2.2
Fix broken macOS
Release 4.2.1
Release Upload broke...