We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9eb91 commit 6281d63Copy full SHA for 6281d63
CHANGELOG.md
@@ -1,5 +1,13 @@
1
2
3
+# [0.5.0](https://github.com/foca-js/foca-openapi/compare/0.4.1...0.5.0) (2024-07-20)
4
+
5
6
+### Features
7
8
+* 增加onBeforeRequest回调函数 ([4818999](https://github.com/foca-js/foca-openapi/commit/481899901c2d51d5f3eeb4678372cd8b584b9df2))
9
+* 处理taro和uniapp的异常场景 ([9aedd7d](https://github.com/foca-js/foca-openapi/commit/9aedd7d16c021840303c4a7396a824c8ab39be2f))
10
11
## [0.4.1](https://github.com/foca-js/foca-openapi/compare/0.4.0...0.4.1) (2024-07-20)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.4.1",
+ "version": "0.5.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments