File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## [ 0.6.0] - 2024-01-08
4+
5+ ### ⚠️ 需要注意
6+
7+ - ` createAxios ` 创建的 axios 实例,请求、响应体都支持了 ` BigInt ` ([ #83 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/83 ) )
8+
9+ ### 🐛 bug 修复
10+
11+ - 修复 ` BigInt ` 解析错误 ([ #83 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/83 ) )
12+
13+ ### 📝 文档改进
14+
15+ - 从 TSDoc 迁移到 JSDoc ([ #81 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/81 ) ) ([ #82 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/82 ) )
16+ - 统一专有名词大小写 ([ #86 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/86 ) )
17+
18+ ### 🧹 其他
19+
20+ - 示例说明兼容 node 20 ([ #84 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/84 ) )
21+
322## [ 0.5.2] - 2023-12-05
423
524### 🐛 bug 修复
Original file line number Diff line number Diff line change 22
33完整版:[ CHANGELOG.md] ( https://github.com/DevOpen-Club/api-node-sdk/blob/main/CHANGELOG.md ) 。
44
5+ ## [ 0.6.0] ( https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.6.0 )
6+
7+ - <Badge type =' warning ' >破坏性变更</Badge > ` createAxios ` 创建的 axios 实例,请求、响应体都支持了 ` BigInt ` ([ #83 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/83 ) )
8+ - 从 TSDoc 迁移到 JSDoc ([ #81 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/81 ) ) ([ #82 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/82 ) )
9+ - 修复 ` BigInt ` 解析错误 ([ #83 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/83 ) )
10+ - 示例说明兼容 node 20 ([ #84 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/84 ) )
11+ - 统一专有名词大小写 ([ #86 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/86 ) )
12+
513## [ 0.5.2] ( https://github.com/DevOpen-Club/api-node-sdk/releases/tag/v0.5.2 )
614
715- 修复 TS 声明文件未发布的问题 ([ #78 ] ( https://github.com/DevOpen-Club/api-node-sdk/pull/78 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " fanbook-api-node-sdk" ,
33 "description" : " Fanbook OpenAPI JavaScript / Node.js SDK" ,
4- "version" : " 0.5.2 " ,
4+ "version" : " 0.6.0 " ,
55 "packageManager" : " pnpm@8.3.1" ,
66 "main" : " ./lib/index.js" ,
77 "module" : " ./es/index.js" ,
You can’t perform that action at this time.
0 commit comments