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 e1f1437 commit 36c35e0Copy full SHA for 36c35e0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [2.1.1](https://github.com/foca-js/foca-openapi/compare/2.1.0...2.1.1) (2025-02-12)
4
+
5
6
+### Bug Fixes
7
8
+* rest模式下生成了错误的method ([e1f1437](https://github.com/foca-js/foca-openapi/commit/e1f143731cb0906a544578be15fc1f22a5ff0b9f))
9
10
# [2.1.0](https://github.com/foca-js/foca-openapi/compare/2.0.2...2.1.0) (2025-01-02)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments