Skip to content

Latest commit

 

History

History
202 lines (99 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

202 lines (99 loc) · 10.9 KB

Changelog

4.13.0 (2024-08-27)

Features

  • AlipayCURLOptions 支持 agent 参数 (#149) (46ad56e)

4.12.0 (2024-08-26)

Features

4.11.0 (2024-07-05)

Features

4.10.0 (2024-06-16)

Features

4.9.0 (2024-06-15)

Features

4.8.0 (2024-06-14)

Features

  • 通过 bizContentAutoSnakeCase = false 关闭自动的变量命名转换 (#138) (e4d44e5)

4.7.0 (2024-06-07)

Features

4.6.0 (2024-06-06)

Features

  • AlipayFormData 支持文件流和文件内容上传文件 (#134) (046f4e7)

4.5.1 (2024-06-05)

Bug Fixes

4.5.0 (2024-06-04)

Features

4.4.0 (2024-06-04)

Features

  • 新增 pageExecute 和 sdkExecute 别名 (#129) (c9caa6d)

4.3.0 (2024-06-04)

Features

4.2.0 (2024-06-03)

Features

4.1.0 (2024-06-02)

Features

4.0.0 (2024-06-02)

⚠ BREAKING CHANGES

  • drop Node.js < 18 support

closes #120

Features

  • 使用支付宝 API v3 接口规范重构 (#121) (46e22d5)

3.6.1 (2023-09-21)

Bug Fixes

3.6.0 (2023-09-15)

Features

  • 将 openapi 的 trace_id 打印并返回 (#111) (284b5aa)

3.5.0 (2023-08-19)

Features

3.4.0 (2023-05-16)

Features

3.3.2-beta.2 (2023-05-15)

Bug Fixes

1.0.0-beta.3 (2023-05-15)

Bug Fixes

3.4.0-beta.1 (2023-05-15)

Bug Fixes

Features

  • add pageExec and sdkExec support (#94) (e5309b8)
  • beta (6d52dc3)
  • checkNotifySign 增加可选参数 decodeURIComponent 操作和 ws_service_url 参数 (#85) (fb6b24e)
  • new token (3fe99ff)
  • 文件上传添加URI的支持 (3958000)

Bug Fixes

  • beta (15eaca8)
  • field (4c33503)
  • multipart should serialize object fields (15caa6c)
  • multipart should serialize object fields (#98) (6995e68)
  • null (109608f)
  • testcase (f8174c5)
  • types (eaa625c)
  • value (a6eb586)
  • workflow (b4889c4)
  • 修改验签方法,同时支持带 sign_type 验签和不带 sign_type 的情况 (178b4e8)
  • 处理 exec response 异常的情况 (#86) (43ada85)
  • 开放平台返回 error response 时返回失败;增加 js 调用文档 (9107ceb)

3.1.7

2021-09-07

features

  • [fb6b24e] - feat: checkNotifySign 增加可选参数 decodeURIComponent 操作和 ws_service_url 参数 (#85) (sky <[email protected]>)

fixes

others