Skip to content

Releases: kcl-lang/kcl-go

v0.7.0-beta.2 Release

01 Dec 03:36
a0ae3a2
Compare
Choose a tag to compare

What's Changed

  • feat: support logger opts to merge by @Peefy in #186
  • feat: support logger opts merge by @Peefy in #187
  • fix: add quotes to identifier with special character by @jakezhu9 in #185
  • feat: add api gen cmd by @Peefy in #190
  • chore: bump kcl artifact lib to v0.7.0-beta.2 by @Peefy in #191
  • feat: add validate APIs by @Peefy in #189
  • feat: add api 'GetFullSchemaType' to support external package in kcl doc by @zong-zhe in #188

Full Changelog: v0.7.0-beta.1...v0.7.0-beta.2

v0.7.0-beta.1 Release

24 Nov 10:22
17b297a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0-alpha.2...v0.7.0-beta.1

v0.7.0-alpha.2 Release

13 Nov 11:10
2bc8db1
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #168
  • fix: correct import data format for lists in yaml by @jakezhu9 in #170
  • chore(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible by @dependabot in #171
  • feat: bump kcl lib to v0.7.0-alpha.1 and impl path selectors for the run API. by @Peefy in #172
  • feat: doc gen: support generate package doc in a single page; add ref link by @amyXia1994 in #173
  • enhance: doc gen: display attributes in table by @amyXia1994 in #174
  • feat: CompileOnly option merge by @Peefy in #175
  • ci: use Windows 2019 in build-and-test-windows by @jakezhu9 in #177
  • chore: bump artifact version to v0.7.0-alpha.2 by @Peefy in #178
  • chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #179
  • chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 by @dependabot in #180

New Contributors

Full Changelog: v0.6.1...v0.7.0-alpha.2

v0.6.1 Release

24 Oct 13:06
Compare
Choose a tag to compare

What's Changed

  • feat: support package_maps config parse and add unit test cases. by @Peefy in #167

Full Changelog: v0.6.0...v0.6.1

v0.6.0 Release

15 Sep 06:16
8448b82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.6.0-alpha.1 Release

11 Sep 11:50
369ae45
Compare
Choose a tag to compare

What's Changed

  • feat: support nested object when generating from terraform schema by @jakezhu9 in #152
  • chore: release kcllang/kcl-go docker image by @amyXia1994 in #153
  • chore: bump kcl and kpm to latest by @Peefy in #154

Full Changelog: v0.5.7...v0.6.0-alpha.1

v0.5.7 Release

07 Sep 03:54
e6e349f
Compare
Choose a tag to compare
chore: bump kcl artifact go to v0.5.8 (#151)

v0.5.6 Release

31 Aug 11:51
c7f0da2
Compare
Choose a tag to compare

What's Changed

  • support generate package index page by @amyXia1994 in #137
  • fix: doc tool separate the schemaDoc with description on nested schema by @amyXia1994 in #138
  • add auto-generated warning in generated docs; update unit test by @amyXia1994 in #140
  • feat: generate kcl schema from terraform provider schema by @jakezhu9 in #141
  • doc gen: migrate from kcl-go.getSchemaTypeMapping API to kpm.GetKclPackage API by @amyXia1994 in #142
  • enhance doc gen tool: update package index page by @amyXia1994 in #143
  • enhance: doc gen tool support escape html option by @amyXia1994 in #144
  • feat: generate kcl data from json by @jakezhu9 in #145
  • Enhance doc gen tool: support custom template by @amyXia1994 in #147
  • chore: bump kcl artifact to 0.5.6 by @Peefy in #148

Full Changelog: v0.5.4...v0.5.6

v0.5.4 Release

16 Aug 05:53
afc1b9f
Compare
Choose a tag to compare

What's Changed

  • feat: enhance generation of kcl schema from json schema by @jakezhu9 in #135
  • doc: support openapi representation by @amyXia1994 in #134
  • feat: sync kcl v0.5.4 APIs and update test cases. by @Peefy in #136

Full Changelog: v0.5.3...v0.5.4

v0.5.3 Release

10 Aug 16:27
ebc862a
Compare
Choose a tag to compare

What's Changed

  • tools: add doc generate command by @amyXia1994 in #126
  • feat: generate validation rules from json schema by @jakezhu9 in #129
  • feat: generate documentation comments from json schema by @jakezhu9 in #130
  • feat: support more keywords when generating from json schema by @jakezhu9 in #131
  • feat: support more validation rules when generating from json schema by @jakezhu9 in #132
  • chore: bump kcl version to v0.5.3 by @Peefy in #133

Full Changelog: v0.5.2...v0.5.3