Skip to content

Releases: kcl-lang/lib

v0.10.7 Release

28 Oct 11:05
8168d46
Compare
Choose a tag to compare

What's Changed

  • chore: bump protobuf deps min version to 5.27.2 in the kcl py lib by @Peefy in #159
  • chore: bump kcl lib to 0.10.7 by @Peefy in #160

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

v0.10.6 Release

24 Oct 09:00
4212678
Compare
Choose a tag to compare

What's Changed

  • chore: bump kcl go lib to 0.10.6 by @Peefy in #157

Full Changelog: v0.10.5...v0.10.6

v0.10.5-rc.1 Release

23 Oct 04:52
Compare
Choose a tag to compare

v0.10.5 Release

23 Oct 10:49
bb4316e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

v0.10.4 Release

23 Oct 02:24
b760ada
Compare
Choose a tag to compare

What's Changed

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

v0.10.2 Release

12 Oct 14:48
0cf5778
Compare
Choose a tag to compare

What's Changed

  • chore: remove cgo and zig cc compilation in the kcl go lib by @Peefy in #148
  • feat: use singleton for the client by @Peefy in #149
  • refactor: kcl lib home and install lock by @Peefy in #150
  • chore: bump kcl lib to 0.10.2 by @Peefy in #151

Full Changelog: v0.10.0...v0.10.2

v0.10.1-rc.2 Release

18 Sep 09:08
Compare
Choose a tag to compare

v0.10.1-rc.1 Release

18 Sep 08:08
6a6d0e7
Compare
Choose a tag to compare

What's Changed

  • chore: remove cgo and zig cc compilation in the kcl go lib by @Peefy in #148

Full Changelog: v0.10.0...v0.10.1-rc.1

v0.10.0 Release

16 Sep 09:02
9289f10
Compare
Choose a tag to compare

What's Changed

  • refactor: move go files to the go folder by @Peefy in #120
  • feat: add more cpp api and examples by @Peefy in #121
  • ci: enhance tests including c and cpp by @Peefy in #122
  • chore: bump lib version to v0.10.0-alpha.1 by @Peefy in #123
  • refactor: simplify all cpp examples by @Peefy in #125
  • feat: move native cgo API to the lib repo by @Peefy in #124
  • feat: add kcl kotlin lib and tests by @Peefy in #126
  • feat: kcl swift lib by @Peefy in #127
  • chore: bump version to v0.10.0-alpha.2 by @Peefy in #129
  • feat: add all suites and examples for kotlin API by @Peefy in #131
  • chore: bump kcl lib to v0.10.0-beta.1 by @Peefy in #132
  • chore: bump linux lib by @Peefy in #133
  • feat: initial lua api by @Peefy in #134
  • chore: bump lib 0.10.0-beta.2 by @Peefy in #135
  • refactor: python api code examples by @Peefy in #136
  • feat: kcl wasm lib both for node.js and browser by @Peefy in #137
  • chore: bump kcl lib version to v0.10.0-rc.1 by @Peefy in #138
  • feat: kcl runtime error message impl and add more unit tests by @Peefy in #139
  • test: add more wasm example tests by @Peefy in #140
  • test: add kcl rust plugin unit tests by @Peefy in #141
  • fix: wasm c str memory alloc on the end \0 char by @Peefy in #142
  • feat: kcl zig and cgo lib initial dev version by @Peefy in #143
  • test: cgo + zigcc cross compile by @Peefy in #144
  • feat: update kcl java ast schema index signature key node by @Peefy in #145
  • docs: update go binding readme docs by @Peefy in #147
  • chore: bump kcl lib to 0.10.0 by @Peefy in #146

Full Changelog: v0.9.3...v0.10.0

v0.10.0-rc.2 Release

14 Sep 11:55
cb06050
Compare
Choose a tag to compare
Merge pull request #144 from Peefy/test-cgo-zigcc-cross-compile

test: cgo + zigcc cross compile