Skip to content

Releases: kcl-lang/kcl-go

v0.9.2 Release

20 Jul 14:26
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump golang.org/x/tools from 0.21.1-0.20240508182429-e35e4ccd0d2d to 0.23.0 by @dependabot in #349
  • Chore: (deps): bump github.com/gofrs/flock from 0.11.0 to 0.12.0 by @dependabot in #348
  • Chore: (deps): bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 by @dependabot in #347
  • Chore: (deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #346
  • feat: add build flag for native service by @Peefy in #350
  • feat: add more plugin APIs and documents by @Peefy in #351
  • feat: more api and examples by @Peefy in #352

Full Changelog: v0.9.1...v0.9.2

v0.9.1 Release

07 Jul 07:42
Compare
Choose a tag to compare

v0.9.0 Release

05 Jul 11:08
23bf71d
Compare
Choose a tag to compare
chore: bump kcl-lib and kpm to v0.9.0 (#345)

Signed-off-by: peefy <[email protected]>

v0.9.0-rc.2 Release

25 Jun 10:57
c43593f
Compare
Choose a tag to compare

What's Changed

  • feat: gen kcl config from toml by @Peefy in #327
  • 🎈 perf:modify deprecated methods by @XiaoK29 in #328
  • Chore: (deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #329
  • Chore: (deps): bump github.com/getkin/kin-openapi from 0.124.0 to 0.125.0 by @dependabot in #330
  • Chore: (deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 by @dependabot in #331
  • feat: impl go package to kcl files by @Peefy in #333
  • Chore: (deps): bump github.com/yuin/goldmark from 1.7.2 to 1.7.3 by @dependabot in #334
  • test: add relative import in override file API by @Peefy in #335
  • chore: bump kcl lib to 0.9.0-rc.2 by @Peefy in #336

Full Changelog: v0.9.0-rc.1...v0.9.0-rc.2

v0.9.0-rc.1 Release

11 Jun 08:35
eb605aa
Compare
Choose a tag to compare

What's Changed

  • fix: yaml stream data import to kcl config by @Peefy in #320
  • feat: doc tool generate provides referenced by information on schema by @shruti2522 in #293
  • feat: impl protobuf oneof element for kcl by @Peefy in #321
  • feat: gen kcl config from go value by @Peefy in #322
  • feat: add more go value marshal to kcl config by @Peefy in #323
  • feat: marshal toml with yaml.MapSlice and 3rdparty toml lib by @Peefy in #324
  • feat: impl config generator from textproto format and kcl schema by @Peefy in #325
  • feat: support dup key conversion for prototext to kcl by @Peefy in #326

Full Changelog: v0.9.0-beta.1...v0.9.0-rc.1

v0.9.0-beta.1 Release

28 May 15:09
f0ab30b
Compare
Choose a tag to compare

What's Changed

  • chore: runtime init default values by @Peefy in #304
  • chore: bump script version to v0.9.0 by @Peefy in #306
  • Chore: (deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #308
  • fix: yaml stream format convension in the kcl generator by @Peefy in #310
  • ✨ feat #302: proto to kcl_schema by @XiaoK29 in #307
  • remove redundant type assertions by @XiaoK29 in #312
  • performance optimization by @XiaoK29 in #313
  • refactor: strict setting files config running by @Peefy in #314
  • Reduce redundant logic by @XiaoK29 in #315
  • Chore: (deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 by @dependabot in #316
  • chore: bump kcl-lib version to v0.9.0-alpha.2 by @zong-zhe in #317
  • feat: kcl lib v0.9.0-beta.1 by @Peefy in #318

Full Changelog: v0.9.0-alpha.1...v0.9.0-beta.1

v0.9.0-alpha.1 Release

14 May 03:11
4587d4f
Compare
Choose a tag to compare

What's Changed

  • fix: gen jsonSchema conditional conversion to snakecase by @shruti2522 in #295
  • Chore: (deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #299
  • chore: (deps): bump contributor-assistant/github-action from 2.3.2 to 2.4.0 by @dependabot in #300
  • chore: bump kcl lib to v0.9.0-alpha.1 by @Peefy in #303

New Contributors

Full Changelog: v0.8.7...v0.9.0-alpha.1

v0.8.7 Release

10 May 05:17
548ccd8
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #294
  • fix: jsonschema and terraform import optional schema attribute validation template by @Peefy in #296
  • chore: bump kcl-lib to v0.8.7 by @Peefy in #297
  • test: update test cases for the jsonschema mode gen by @Peefy in #298

Full Changelog: v0.8.6...v0.8.7

v0.8.6 Release

30 Apr 22:30
57a415a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5 Release

19 Apr 14:11
c2e8d5c
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 by @dependabot in #284
  • Chore: (deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in #285
  • test: add list dep package with file tests by @Peefy in #286
  • chore: bump lib to v0.8.5 by @Peefy in #287

Full Changelog: v0.8.4...v0.8.5