Skip to content

Releases: kcl-lang/kcl

v0.11.1

07 Feb 02:45
d8964b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

17 Dec 11:44
bc74f86
Compare
Choose a tag to compare

What's Changed

  • feat: enhance schema attr resolve for the double star expr by @Peefy in #1743
  • feat: lsp file watcher. by @He1pa in #1744
  • chore: bump kcl version to 0.10.9 by @Peefy in #1747
  • feat: Add a function to parse all kcl files in the given path and opts by @He1pa in #1749
  • fix: fix complete schema pkg name error. by @He1pa in #1750
  • feat: lsp hint for config entry key type by @He1pa in #1751
  • chore: bump kcl version to 0.11.0-alpha.1 by @Peefy in #1753
  • feat: add api to get all schema under path by @He1pa in #1754
  • feat: lsp complete for unimport schemas. by @He1pa in #1757
  • feat: Musl build for Alpine Linux by @Gmin2 in #1770
  • feat: add service api GetSchemaTypeMappingUnderPath by @He1pa in #1766
  • fix: rm macos-12 env in release github action by @zong-zhe in #1773
  • fix: fix ci by @zong-zhe in #1785
  • chore: bump kcl version in github action by @He1pa in #1784
  • fix func kcl_alloc. by @He1pa in #1782
  • chore: bump kcl version to 0.11.0 by @zong-zhe in #1790
  • feat: Add some restrictions in load_all_files_under_paths by @He1pa in #1791

Full Changelog: v0.10.8...v0.11.0

v0.11.0-alpha.1

06 Dec 03:47
eb61d84
Compare
Choose a tag to compare

What's Changed

  • feat: enhance schema attr resolve for the double star expr by @Peefy in #1743
  • feat: lsp file watcher. by @He1pa in #1744
  • chore: bump kcl version to 0.10.9 by @Peefy in #1747
  • feat: Add a function to parse all kcl files in the given path and opts by @He1pa in #1749
  • fix: fix complete schema pkg name error. by @He1pa in #1750
  • feat: lsp hint for config entry key type by @He1pa in #1751
  • chore: bump kcl version to 0.11.0-alpha.1 by @Peefy in #1753
  • feat: add api to get all schema under path by @He1pa in #1754
  • feat: lsp complete for unimport schemas. by @He1pa in #1757
  • feat: Musl build for Alpine Linux by @Gmin2 in #1770
  • feat: add service api GetSchemaTypeMappingUnderPath by @He1pa in #1766

Full Changelog: v0.10.8...v0.11.0-alpha.1

v0.10.8 Release

05 Nov 12:14
2aa8fea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.7...v0.10.8

v0.10.7 Release

28 Oct 10:19
8302dcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.6...v0.10.7

v0.10.6 Release

24 Oct 10:16
b99953a
Compare
Choose a tag to compare

What's Changed

  • fix: fix parser cache dead lock by @He1pa in #1706
  • chore: bump kcl version to 0.10.5 by @Peefy in #1709
  • fix: path canonicalization for parse file API by @Peefy in #1708
  • fix: fix entry path in Windows by @He1pa in #1710
  • perf: Parser performance optimization by @He1pa in #1711
  • chore: bump kcl version to 0.10.6 by @Peefy in #1712
  • chore: remove unused AST module name by @Peefy in #1713
  • perf: Remove duplicate fix_rel_import_path_with_file by @He1pa in #1714

Full Changelog: v0.10.4...v0.10.6

v0.10.4 Release

21 Oct 11:01
b05eefe
Compare
Choose a tag to compare

What's Changed

  • feat: distinguishing any in keywords and types in lsp hightlight by @He1pa in #1696
  • Added support functions for filesha512 and BLAKE-3 hashing. by @slashexx in #1697
  • refactor: refactor parser by @He1pa in #1625
  • fix Fix lsp format error in intellij. by @He1pa in #1698
  • chore: update release os and arch info by @Peefy in #1699
  • fix: fixed OverrideFile insert unification position error by @zong-zhe in #1702
  • chore: bump kcl version to 0.10.4 by @zong-zhe in #1703
  • fix: irrelevant order var load in the lambda by @Peefy in #1704
  • fix: continue line with comment format by @Peefy in #1705

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3 Release

14 Oct 14:11
cb01607
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2 Release

14 Oct 04:02
a36e4d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1 Release

11 Oct 06:38
7292f1a
Compare
Choose a tag to compare

What's Changed

  • feat: add kcl version api for the wasm host by @Peefy in #1656
  • feat: cp static lib to the install dir by @Peefy in #1654
  • feat: inlayhint for config key type by @He1pa in #1659
  • fix: relative path calculation is using the full path after symbolic link by @zong-zhe in #1661
  • feat: lsp hover for schema attr default value by @He1pa in #1662
  • remove windows path prefix by @He1pa in #1665
  • fix: lambda this closure value and config by @Peefy in #1677
  • fix: type upgrade for the assign stmt type annotation for the call expression by @Peefy in #1679
  • fix: lint unit tests by @Peefy in #1680
  • feat: exec program capi by @Peefy in #1681
  • fix: schema mixin parse by @Peefy in #1682
  • chore: bump version to 0.10.1 by @Peefy in #1683

Full Changelog: v0.10.0...v0.10.1