File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 0.0.3] ( https://github.com/hacxy/json2typebox-cli/compare/0.0.2...v0.0.3 ) (2024-10-27)
4
+
5
+ ### Bug Fixes | Bug 修复
6
+
7
+ * 修复array类型转化错误的问题 ([ 559d07b] ( https://github.com/hacxy/json2typebox-cli/commit/559d07ba46e0bdb2d792bd0523d3dcb82515ffec ) )
8
+ ## [ 0.0.2] ( https://github.com/hacxy/json2typebox-cli/compare/0.0.1...0.0.2 ) (2024-10-26)
9
+
10
+ ### Bug Fixes | Bug 修复
11
+
12
+ * 修复了输入array类型时,只转化了元素类型没有将顶层array类型转化 ([ b679b30] ( https://github.com/hacxy/json2typebox-cli/commit/b679b30c8cfc1adb5b06ac737ba424df1c5478cc ) )
13
+ ## [ 0.0.1] ( https://github.com/hacxy/json2typebox-cli/compare/ae69cb9ee7ccbeb012a98679eb0306b7b98389ff...0.0.1 ) (2024-10-25)
14
+
15
+ ### Features | 新功能
16
+
17
+ * 支持json转换为typebox类型并保存至粘贴板 ([ ae69cb9] ( https://github.com/hacxy/json2typebox-cli/commit/ae69cb9ee7ccbeb012a98679eb0306b7b98389ff ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json2typebox-cli" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments