We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98a31e commit 772e8b0Copy full SHA for 772e8b0
CHANGELOG.md
@@ -1,5 +1,13 @@
1
2
3
+## [2.0.1](https://github.com/foca-js/foca-openapi/compare/2.0.0...2.0.1) (2025-01-01)
4
+
5
6
+### Bug Fixes
7
8
+* rpc-group模式下方法丢失context ([c6bf3ae](https://github.com/foca-js/foca-openapi/commit/c6bf3aeb6278a660d98d3edc7f420053bb576e78))
9
+* 未导入string命名空间 ([b98a31e](https://github.com/foca-js/foca-openapi/commit/b98a31e5bb3bc7df71066929b5d226512cb5bcb1))
10
11
# [2.0.0](https://github.com/foca-js/foca-openapi/compare/1.3.0...2.0.0) (2025-01-01)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments