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 615e787 commit 2a0bd80Copy full SHA for 2a0bd80
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+# [0.8.0](https://github.com/foca-js/foca-openapi/compare/0.7.2...0.8.0) (2024-08-10)
4
+
5
6
+### Features
7
8
+* 文档注释增加uri和method ([615e787](https://github.com/foca-js/foca-openapi/commit/615e7873b9d053065bbe6632ff893db811197767))
9
10
## [0.7.2](https://github.com/foca-js/foca-openapi/compare/0.7.1...0.7.2) (2024-07-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.7.2",
+ "version": "0.8.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments