Skip to content

Commit

Permalink
bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Apr 20, 2021
1 parent e621eae commit 914c732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,10 @@ QQ群: **684379275**
## 变更历史
- v0.6.0 (2021-04-20)
- 代码重构,`APIv2`的返回数据默认强校验,特殊接口需给特殊`transformResponse`,相关见 #20
- 代码重构,删除了`interceptor.js`包装文件,不再兼容0.1系列,返回数据默认强校验,特殊接口需给特殊`transformResponse`,相关见 #19
- v0.5.5 (2021-04-13)
- 优化文档,`证书`相关名词与官方文档保持一致
- 优化代码,使用ES6 `Reflect.set`代替`param-reassign`,性能更高
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechatpay-axios-plugin",
"version": "0.5.5",
"version": "0.6.0",
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 914c732

Please sign in to comment.