Releases: kcl-lang/lib
Releases · kcl-lang/lib
v0.9.2 Release
What's Changed
- fix: force node 16 in github action for centos7 release by @zong-zhe in #103
- refactor: lib artifact and error message by @Peefy in #102
- feat: dotnet nuget pkg by @Peefy in #104
- feat: add kcl-go wasm lib example by @Peefy in #106
- chore: sync kcl v0.9.1 API spec by @Peefy in #107
- feat: add more python examples and pyi files by @Peefy in #108
- feat: update API spec and C Libs by @Peefy in #109
- feat: add all python API tests and reference docs by @Peefy in #110
- feat: add all Java API tests and reference docs by @Peefy in #111
- feat: add all node.js API tests and reference docs by @Peefy in #112
- feat: add all Rust API reference docs by @Peefy in #113
- feat: add all dotnet API tests and reference docs by @Peefy in #114
- feat: c and cpp API init version by @Peefy in #115
- feat: add more cpp api and examples by @Peefy in #116
- feat: kcl capi based cbindgen by @Peefy in #117
- chore: bump kcl 092 by @Peefy in #118
- chore: bump kcl lib to v0.9.2 by @Peefy in #119
Full Changelog: v0.9.1...v0.9.2
v0.9.1 Release
v0.9.0 Release
What's Changed
- Write library by temporary file creation to avoid in-place modification executed library by @bozaro in #74
- feat: fix github action for java sdk in centos7 by @zong-zhe in #72
- chore: bump kcl lib to v0.9.0-alpha.1 by @Peefy in #75
- feat: write lib without temp renaming file on windows by @Peefy in #76
- fix: add timestamp for kcl java jar by @zong-zhe in #77
- fix: update spec.proto and add a test case by @zong-zhe in #78
- fix: fix protobuf error by @zong-zhe in #79
- fix: fix protobuf error by @zong-zhe in #80
- fix: python api calling signature by @Peefy in #81
- feat: python API with the plugin agent by @Peefy in #82
- refactor: kcl nodejs override api by @Peefy in #83
- feat: update proto to support list and dict structure by @zong-zhe in #84
- fix: fix github action java release by @zong-zhe in #85
- fix: fix typo by @zong-zhe in #86
- feat: bump kcl lib version to v0.9.0-beta.1 by @Peefy in #87
- feat: kcl lang wasm-wasi node module by @Peefy in #88
- feat: add more wasm lib example and documents by @Peefy in #89
- refactor: rust wasm lib for KCL by @Peefy in #90
- feat: update ListVariables api by @zong-zhe in #91
- chore: bump kcl lib deps to 0.9.0 and bump protoc and protobuf version by @Peefy in #92
- feat: update spec for ListVariables by @zong-zhe in #93
- chore: bump kcl lib to v0.9.0-rc.2 by @Peefy in #94
- feat: get schema type and list variable API tests by @Peefy in #95
- feat: python plugin in the kcl-lib by @Peefy in #96
- feat: impl kcl java plugin by @Peefy in #97
- test: add more error test cases for plugin by @Peefy in #98
- feat: kcl dotnet bindings init version by @Peefy in #99
New Contributors
Full Changelog: v0.8.7...v0.9.0
v0.9.0-rc.2 Release
What's Changed
- feat: kcl lang wasm-wasi node module by @Peefy in #88
- feat: add more wasm lib example and documents by @Peefy in #89
- refactor: rust wasm lib for KCL by @Peefy in #90
- feat: update ListVariables api by @zong-zhe in #91
- chore: bump kcl lib deps to 0.9.0 and bump protoc and protobuf version by @Peefy in #92
- feat: update spec for ListVariables by @zong-zhe in #93
- chore: bump kcl lib to v0.9.0-rc.2 by @Peefy in #94
Full Changelog: v0.9.0-beta.1...v0.9.0-rc.2
v0.9.0-beta.1 Release
What's Changed
- feat: write lib without temp renaming file on windows by @Peefy in #76
- fix: add timestamp for kcl java jar by @zong-zhe in #77
- fix: update spec.proto and add a test case by @zong-zhe in #78
- fix: fix protobuf error by @zong-zhe in #79
- fix: fix protobuf error by @zong-zhe in #80
- fix: python api calling signature by @Peefy in #81
- feat: python API with the plugin agent by @Peefy in #82
- refactor: kcl nodejs override api by @Peefy in #83
- feat: update proto to support list and dict structure by @zong-zhe in #84
- fix: fix github action java release by @zong-zhe in #85
- fix: fix typo by @zong-zhe in #86
- feat: bump kcl lib version to v0.9.0-beta.1 by @Peefy in #87
Full Changelog: v0.9.0-alpha.1...v0.9.0-beta.1
v0.9.0-alpha.1 Release
What's Changed
- Write library by temporary file creation to avoid in-place modification executed library by @bozaro in #74
- feat: fix github action for java sdk in centos7 by @zong-zhe in #72
- chore: bump kcl lib to v0.9.0-alpha.1 by @Peefy in #75
New Contributors
Full Changelog: v0.8.7...v0.9.0-alpha.1
v0.8.7 Release
v0.8.6 Release
What's Changed
- chore: temp release node.js and python SDK by @Peefy in #62
- chore: add example for kcl node.js lib by @Peefy in #63
- chore: add ci to release java lib by @zong-zhe in #64
- ci: release java lib by @Peefy in #65
- feat: add centos7 for java release by @zong-zhe in #66
- fix: update centos gcc version to 4.8.5 by @zong-zhe in #67
- chore: bump kcl lib to 0.8.6 by @Peefy in #68
Full Changelog: v0.8.5...v0.8.6
v0.8.5 Release
What's Changed
- feat: add java api and test by @zong-zhe in #55
- chore: remove dependency on fastjson by @zong-zhe in #56
- feat: kcl python lib based pyo3 by @Peefy in #53
- ci: split multiple SDKs test to diffrent CI scripts by @Peefy in #58
- feat: initial nodejs kcl lib by @Peefy in #57
- fix: fix ci and add classifier for jar by @zong-zhe in #59
- feat: add load package API in node.js by @Peefy in #60
- chore: bump kcl libs to v0.8.5 by @Peefy in #61
Full Changelog: v0.8.4...v0.8.5