v0.9.0-beta.1 Release
What's Changed
- fix: fixed a formatting error when inserting import stmt into a KCL f… by @zong-zhe in #1307
- added a test case for hover docs by @d4v1d03 in #1311
- fix: fix format error in OverrideFile by @zong-zhe in #1312
- fix: lsp hover docs by @shruti2522 in #1313
- fix: fix insert error when insert multi times with the same spec by OverrideFile api by @zong-zhe in #1314
- fix: fix missing variables in api ListVariable() when list from KCL with unsupported expr by @zong-zhe in #1315
- doc: lsp dev guide by @He1pa in #1317
- feat: add parser error messages into the result of api ListVariables by @zong-zhe in #1316
- refactor: remove unwrap() in advanced_resolver. by @He1pa in #1318
- fix: fix resolver cache caused falsely report errors. by @He1pa in #1320
- feat: impl read_env func by @Peefy in #1321
- fix: fix inherit schema attrs hover by @He1pa in #1323
- chore: bump kcl version to v0.9.0-alpha.2 by @Peefy in #1324
- feat: enhance err msg when import empty local path by @Peefy in #1329
- feat: function call argument parser with newline and indentation by @Peefy in #1328
- fix: fix advanced resolver get node type. by @He1pa in #1330
- feat: add vscode extensions for devcontainer by @warjiang in #1334
- docs: refactor cli and language server dev guide documents by @Peefy in #1335
- feat: add parse errors in reture value of OverrideFile api by @zong-zhe in #1340
- feat: enhance schema optional attr check time and put it before the check expressions by @Peefy in #1341
- feat: enhance doc parse and add lambda doc hover by @Peefy in #1342
- feat: lsp hover for dict into schema expr key by @He1pa in #1343
- test: use stderr.golden instead of stderr.golden.py by @Peefy in #1344
- Syntax highlight in hover by @Wck-iipi in #1336
- feat: lsp hover keyword highlight by @shruti2522 in #1331
- feat: treat kcl.mod file as a compile unit by @Peefy in #1348
- feat: support return list and dict structure from api ListVariable by @zong-zhe in #1349
- feat: add fast eval mode for the testing tool by @Peefy in #1353
- refactor: add toolchain abstraction and add it into the language server state by @Peefy in #1354
- fix: runtime option function memory leak and add gc function calling the evaluator by @Peefy in #1355
- feat: upgrade dict type into schema type by @He1pa in #1350
- fix: evaluator schema scope context set value by @Peefy in #1356
- refactor: override spec with more attribute config operation including : and += by @Peefy in #1358
- Provide Quick fixes for Compile errors by @shashank-iitbhu in #1359
- Provide quick fix for invalid syntax error by @shashank-iitbhu in #1133
- Quick fixes for more compile errors by @shashank-iitbhu in #1360
- fix: fix lsp panic caused by advanced resolver compile err by @He1pa in #1361
- enhance: lsp hover lit str attr by @He1pa in #1362
- fix advanced resolver get node type err by @He1pa in #1364
- chore: bump kcl version to 0.9.0-beta.1 by @Peefy in #1366
- feat: add parse error kind and fix the invalid syntax quick fix code by @Peefy in #1365
- refactor: schema type APIs by @Peefy in #1368
- quick fixes for some compile errors using ast by @shashank-iitbhu in #1369
- fix
handle_semantic_tokens_full
andhandle_document_symbol
panic by @He1pa in #1370 - feat: impl toolchain trait for the native toolchain by @Peefy in #1363
- enhance lsp diags. by @He1pa in #1371
New Contributors
Full Changelog: v0.9.0-alpha.1...v0.9.0-beta.1