Skip to content

Commit

Permalink
bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Sep 15, 2020
1 parent 97e4b53 commit 5197375
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,17 @@ const client = wxpay(instance, {
})()
```

## Unit Test

`npm test`

## Changelog

- v0.3.1
- 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
- Feature: The XML based API requests.

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wechatpay-axios-plugin",
"version": "0.3.0",
"description": "The Wechatpay APIv3 Axios Plugin",
"version": "0.3.1",
"description": "The Wechatpay Axios Plugin 微信支付APIv2及APIv3 SDK,支持v3证书下载,v2付款码支付、企业付款、退款,v2&v3 Native支付、扫码支付、H5支付、小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
"files": [
Expand Down Expand Up @@ -37,6 +37,8 @@
"wechatpay",
"wechatpay apiv3",
"aes-256-gcm",
"aes-256-ecb",
"pkcs7padding",
"rsa-oaep",
"axios-plugin"
],
Expand Down

0 comments on commit 5197375

Please sign in to comment.