We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b762fd commit 09e12b8Copy full SHA for 09e12b8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+# [2.1.0](https://github.com/foca-js/foca-openapi/compare/2.0.2...2.1.0) (2025-01-02)
4
+
5
6
+### Features
7
8
+* 允许配置rpc方法名的生成规则 ([38e55c0](https://github.com/foca-js/foca-openapi/commit/38e55c08829abf87acc182c6e0437236b5c2aa28))
9
10
## [2.0.2](https://github.com/foca-js/foca-openapi/compare/2.0.1...2.0.2) (2025-01-01)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.0.2",
+ "version": "2.1.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments