Skip to content

Releases: TheNorthMemory/wechatpay-axios-plugin

v0.4.3

06 Mar 03:47
Compare
Choose a tag to compare
  • 支持 企业微信-企业支付 链式调用,需要额外注入签名规则,见README文档用法示例

v0.4.2

03 Mar 13:03
Compare
Choose a tag to compare

v0.4.1

02 Mar 13:58
Compare
Choose a tag to compare
  • 解决了一个AES-GCMNode10上的解密兼容性问题,程序在Node10上有可能崩溃,建议Node10用户升级至此版本
  • 优化测试用例,覆盖Node10, Node12, Node14, Node15运行时

v0.4.0

28 Feb 02:57
Compare
Choose a tag to compare
  • 重构 Wechatpay 类,同时支持 APIv2&v3's 链式调用
  • 改变 Wechatpay.client 返回值为Wechatpay.client.v3Wechatpay.client.v2xmlBased 接口客户端
  • 废弃 withEntities 方法,其在链式多次调用时,有可能达不到预期,详情见 #10,感谢 @ali-pay 报告此问题
  • README 文档中文化
  • 完善补缺 tsd 声明

v0.3.4

22 Jan 13:28
Compare
Choose a tag to compare
  • Typed and tips on Wechatpay class(#9), thanks @ipoa

v0.3.3

06 Jan 05:00
Compare
Choose a tag to compare

v0.3.2

19 Sep 00:19
Compare
Choose a tag to compare
  • Optim: Let Aes.pkcs7.padding strictly following the rfc2315 spec
  • Optim: Better of Hash.md5 and Hash.hmacSha256
  • Coding comments and README

v0.3.1

15 Sep 15:12
Compare
Choose a tag to compare
  • Optim: new param on xmlBased({mchid}), while passed in, then Transformer.signer doing the assert with the post data.
  • Feature: Customize the HTTP User-Agent.
  • Refactor: Split aes.js as of Aes, AesGcm and AesEcb classes for aes-256-ecb/pkcs7padding algo.

v0.3.0

11 Sep 02:35
Compare
Choose a tag to compare
  • Feature: The XML based API requests.
    • Support micropay requests
    • Support refund requests
    • Support sendredpack requests
    • Support transfers requests
    • And more ...

v0.2.3

09 Sep 04:31
Compare
Choose a tag to compare
  • joinedByLineFeed, ksort, queryStringLike functions onto Formatter class.
  • optimize on Wechatpay class.