Releases: TheNorthMemory/wechatpay-axios-plugin
Releases · TheNorthMemory/wechatpay-axios-plugin
v0.4.3
- 支持 企业微信-企业支付 链式调用,需要额外注入签名规则,见README文档用法示例
v0.4.2
- 文件名大小写问题 #11 感谢 @LiuXiaoZhuang 报告此问题
v0.4.1
- 解决了一个
AES-GCM
在Node10
上的解密兼容性问题,程序在Node10
上有可能崩溃,建议Node10
用户升级至此版本 - 优化测试用例,覆盖
Node10, Node12, Node14, Node15
运行时
v0.4.0
v0.3.4
v0.3.3
- Upgrade Axios for the CVE-2020-28168
v0.3.2
- Optim: Let
Aes.pkcs7.padding
strictly following therfc2315
spec - Optim: Better of
Hash.md5
andHash.hmacSha256
- Coding comments and README
v0.3.1
- Optim: new param on
xmlBased({mchid})
, while passed in, thenTransformer.signer
doing theassert
with the post data. - Feature: Customize the HTTP
User-Agent
. - Refactor: Split
aes.js
as ofAes
,AesGcm
andAesEcb
classes foraes-256-ecb/pkcs7padding
algo.
v0.3.0
- Feature: The XML based API requests.
- Support
micropay
requests - Support
refund
requests - Support
sendredpack
requests - Support
transfers
requests - And more ...
- Support
v0.2.3
joinedByLineFeed
,ksort
,queryStringLike
functions onto Formatter class.- optimize on Wechatpay class.