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 fffe84c commit 4688f79Copy full SHA for 4688f79
CHANGELOG.md
@@ -1,5 +1,13 @@
1
2
3
+# [0.4.0](https://github.com/foca-js/foca-openapi/compare/0.3.0...0.4.0) (2024-07-20)
4
+
5
6
+### Features
7
8
+* uniapp请求适配器 ([505dbfc](https://github.com/foca-js/foca-openapi/commit/505dbfcafc632011cfe6d9ae3a36286f6296f089))
9
+* 新增文档加载事件 ([fea1c80](https://github.com/foca-js/foca-openapi/commit/fea1c8080f77fe9ba114f36c0783a20453822132))
10
11
# [0.3.0](https://github.com/foca-js/foca-openapi/compare/0.2.2...0.3.0) (2024-07-20)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments