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 35863bc commit 500cf10Copy full SHA for 500cf10
CHANGELOG.md
@@ -1,5 +1,17 @@
1
2
3
+# [2.0.0](https://github.com/foca-js/foca-openapi/compare/1.3.0...2.0.0) (2025-01-01)
4
+
5
6
+### Features
7
8
+* 输出文件放到src目录 ([35863bc](https://github.com/foca-js/foca-openapi/commit/35863bc7b40478d93804edad97ee83a06dd3cae5))
9
10
11
+### BREAKING CHANGES
12
13
+* client服务改为从相对路径引用
14
15
# [1.3.0](https://github.com/foca-js/foca-openapi/compare/1.2.0...1.3.0) (2024-10-20)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "1.3.0",
+ "version": "2.0.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments