You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add json support ([`074dcc8`](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/074dcc8377c66cb3883e166c92fc0ea7876ef29e))
14
+
15
+
### Fix
16
+
17
+
* fix: create definitions only if definitions key is not present at root schema ([`9a648d0`](https://github.com/01Joseph-Hwang10/jtd-codebuild/commit/9a648d0dd155d1536e7f3c718409b6191b758ddb))
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "jtd-codebuild"
3
-
version = "0.6.0"
3
+
version = "0.7.0"
4
4
description = "Tool for generating language specific schemas and interfaces code from JSON Type Definition IDL files in yaml format. Powered by jtd-codegen."
0 commit comments