Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix missing png #472

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2024-09-18-kcl-0.10.0-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ kcl mod add cc --git https://github.com/kcl-lang/flask-demo-kcl-manifests.git --

- The kcl-playground based on the WASM backend is online.

[kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png)
![kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png)

- kcl import tool supports importing the entire Go Package and converting all Go struct definitions into KCL Schema definitions.
- Fixed the compilation error of kcl import when importing Kubernetes CRD and OpenAPI Schema.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ kcl mod add cc --git https://github.com/kcl-lang/flask-demo-kcl-manifests.git --

- 基于 WASM 后端的 kcl-playground <https://play.kcl-lang.io/> 上线。

[kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png)
![kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png)

- kcl import 工具支持导入整个 Go Package 并将其中所有的 Go 结构体定义转换为 KCL Schema 定义
- 修复 kcl import 在 Kubernetes CRD 和 OpenAPI 导入 Schema 的编译错误
Expand Down
Loading