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 2c9a51a commit 210bf0dCopy full SHA for 210bf0d
CHANGELOG.md
@@ -1,5 +1,13 @@
1
2
3
+# [0.6.0](https://github.com/foca-js/foca-openapi/compare/0.5.1...0.6.0) (2024-07-22)
4
+
5
6
+### Features
7
8
+* classMode增加rpc-group模式 ([0c4301a](https://github.com/foca-js/foca-openapi/commit/0c4301a47d9b2498c4bd878fc59fc6e1d0825c85))
9
+* 文档js内容也增加注释 ([664c26f](https://github.com/foca-js/foca-openapi/commit/664c26febbe8b5fc8daaad38f8cfc71d602ecb5b))
10
11
## [0.5.1](https://github.com/foca-js/foca-openapi/compare/0.5.0...0.5.1) (2024-07-21)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.5.1",
+ "version": "0.6.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments