Skip to content

v0.4.5 Release

Compare
Choose a tag to compare
@Peefy Peefy released this 24 Feb 07:29
· 591 commits to main since this release
a217e25

v0.4.5 Release

  • PR #423 fix: config unification with non config expression.
  • PR #421 refactor: fix cargo clippy code, add cargo clippy check in CI scripts and upgrade rust toolchain version in CI scripts.
  • PR #417 test: add konfig integration tests on the format tool, fix test suites and add more unit test suites.
  • PR #416 Feat(LSP): KCL LSP server with error-checking(diagnostics) (#297)
  • PR #415 Feat(kclvm-test): add konfig test for kclvm on unix.
  • PR #414 Feat(kclvm-windows): Add konfig test for windows.
  • PR #413 feat: support config mutref except arguments.
  • PR #411 Fix(kclvm-windows): rm all the '\?' path prefix in windows.
  • PR #410 Fix(kclvm-windows): rm '\?' in windows path.
  • PR #409 Fix(kclvm-windows): Fix the CI for kclvm windows.
  • PR #408 refactor: kclvm_cli parser error show and panic info.
  • PR #407 chore(deps): bump bumpalo from 3.10.0 to 3.12.0 in /kclvm/tools
  • PR #406 chore(deps): bump bumpalo from 3.9.1 to 3.12.0 in /kclvm/sema
  • PR #405 docs: polish readme English.
  • PR #404 feat: refactor schema optional mapping and support internal schema partial eval
  • PR #402 refactor: settings file loader errors and add the kclvm cmd crate & remove deprecated codes.
  • PR #401 chore: bump all kclvm crate versions to v0.4.5
  • PR #400 fixed AdderessSpace issue with inkwell
  • PR #399 refactor: refine code to fix cargo update break issues and warnings
  • PR #395 feat: support config entry mutual reference.

Full Change Log v0.4.5...v0.4.4