-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from TheNorthMemory/main
bump to v1.0.1
- Loading branch information
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
# 变更历史 | ||
|
||
## 1.0.1 - 2021-06-21 | ||
|
||
[变更历史](../../compare/176347f...22a45cb) | ||
|
||
- 优化了一些性能; | ||
- 修复了大量 `phpstan level6` 静态分析遗留问题; | ||
- 新增`\WeChatPay\Exception\WeChatPayException`异常类接口; | ||
- 完善文档及方法类型签名; | ||
|
||
## 1.0.0 - 2021-06-18 | ||
|
||
源自 `wechatpay-guzzle-middleware`,不兼容源版,顾自 `v1.0.0` 开始。 | ||
|
||
- `APIv2` & `APIv3` 同质化调用SDK,默认为 `APIv3` 版; | ||
- 标记 `APIv2` 为不推荐调用,预期 `v2.0` 会移除掉; | ||
- 支持 `同步(sync)`(默认)及 `异步(async)` 请求服务端接口; | ||
- 支持 `链式(chain)` 请求服务端接口; | ||
- 支持 `链式(chain)` 请求服务端接口; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters