3.8.0
(feat): 使用 Biome 代替 Prettier 进行格式化,并且也使用 Biome 来检查(修复)生成的代码。
3.7.0
(feat): 生成 BaseClientOptions、BaseRequestOptions 和 BaseIdempotentRequestOptions 接口,并在生成的客户端 Options、RequestOptions 和 IdempotentRequestOptions 接口中扩展这些接口。
这减少了生成的 SDK 中的大量重复代码。
3.6.1
(fix): 在 bundle: true 时添加缺失的测试脚本。
3.6.0
(feat): 允许在客户端级别和请求级别配置 timeoutMs 和 maxRetries 请求选项。