v0.7.5 Release
What's Changed
- feat: add linux aarch64 llvm target by @Peefy in #988
- feat: semantic API for multiple language SDKs by @Peefy in #989
- refactor: simplify AST structure for some enum nodes by @Peefy in #991
- fix: fix lsp complete in comment after str type var by @He1pa in #992
- fix: fix lsp semantic token(sema hight) of import stmt and unresolved token by @He1pa in #990
- fix: lsp kcl mod test cases by @Peefy in #993
- docs: add more integration in readme documents by @Peefy in #994
- feat: scope api for multiple lang sdks by @Peefy in #996
- refactor(loader): fix warnings by 'cargo clippy' for loader by @octonawish-akcodes in #999
- refactor(lexer): fix warnings by 'cargo clippy' for lexer by @octonawish-akcodes in #1000
- refactor(config): fix warnings by 'cargo clippy' for config by @octonawish-akcodes in #1001
- refactor(error): fix warnings by 'cargo clippy' for error by @octonawish-akcodes in #1002
- feat: add symbol to node and type symbol APIs by @Peefy in #1004
- fix: schema index signature type unsoundness by @Peefy in #1007
- chore: bump kcl version to 0.7.5 by @Peefy in #1008
New Contributors
- @octonawish-akcodes made their first contribution in #999
Full Changelog: v0.7.4...v0.7.5