Skip to content

Commit c37f33f

Browse files
committed
doc for 2025.1.3
1 parent aabd967 commit c37f33f

7 files changed

Lines changed: 73 additions & 4 deletions

File tree

68.4 KB
Loading
52.9 KB
Loading
50.2 KB
Loading

docs/en/guide/history.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,36 @@ Join and follow us to solve your question ❤️❤️❤️↓↓↓
2121
>
2222
> perf: <Badge text="Optimization function" type="info"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span> fix: <Badge text="Fix or Remove function" type="danger"/>
2323
24+
## 2025.1.3 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>
25+
- <Badge text="Support scan api of super class" type="tip"/>
26+
- <Badge text="Api navigate not jump to method support" type="tip"/>
27+
- <Badge text="Batch sync api to Apifox support" type="tip"/>
28+
- <Badge text="Export Openapi error for collection type" type="danger"/>
2429

25-
## 2025.1.2 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." type="pink"/> <Badge text="2025-03-11" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
30+
::: hint Support scan Api of super class <Badge vertical="top" text="New feature" type="tip"/>
31+
![](/img/2025.1.3/apiPreviewSuperClass.png)
32+
33+
Api preview supports scanning of super class, supports generating parent API in Api preview, and supports saving.
34+
35+
:::
36+
37+
::: hint Api navigate not jump to method support <Badge vertical="top" text="New feature" type="tip"/>
38+
![](/img/2025.1.3/apisJumpMethodConfig.png)
39+
40+
With this configuration, code navigate will not be executed, which can effectively avoid opening multiple code tabs when executing the saved API.
41+
42+
:::
43+
44+
::: hint Batch sync api to Apifox support <Badge vertical="top" text="New feature" type="tip"/>
45+
![](/img/2025.1.3/apifoxBatchSync.png)
46+
47+
After selecting a directory, you can synchronize the APIs in the directory to Apifox in batches.
48+
49+
50+
:::
51+
52+
53+
## 2025.1.2 <Badge text="Free trial" type="tip"/> Newest version <Badge text="2025-03-11" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
2654
- <Badge text="Some non-core function disabled by default" type="info"/>
2755
- <Badge text="Add tags element for OpenApi doc" type="info"/>
2856
- <Badge text="History requests increased to 50" type="info"/>
@@ -49,7 +77,7 @@ Fixed the issue that the API list preview was not displayed in previous versions
4977
:::
5078

5179

52-
## 2025.1.1 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" type="pink"/> <Badge text="2025-01-15" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
80+
## 2025.1.1 <Badge text="Free trial" type="tip"/> <Badge text="2025-01-15" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
5381

5482
- <Badge text="OpenAPI batch export" type="tip"/>
5583
- <Badge text="Export notice optimization" type="info"/>

docs/en/guide/whatsnew.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,21 @@ Because developing version is still in development, the documentation of develop
2929

3030
[**More detail ---------------->**](./history.md)
3131

32-
## 2025.1.2 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." type="pink"/> <Badge text="2025-03-11" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
32+
## 2025.1.3 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>
33+
- <Badge text="Support scan api of super class" type="tip"/>
34+
- <Badge text="Api navigate not jump to method support" type="tip"/>
35+
- <Badge text="Batch sync api to Apifox support" type="tip"/>
36+
- <Badge text="Export Openapi error for collection type" type="danger"/>
37+
38+
## 2025.1.2 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" type="pink"/> <Badge text="2025-03-11" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
3339
- <Badge text="Some non-core function disabled by default" type="info"/>
3440
- <Badge text="Add tags element for OpenApi doc" type="info"/>
3541
- <Badge text="History requests increased to 50" type="info"/>
3642
- <Badge text="Optimize the default document format for API export" type="info"/>
3743
- <Badge text="Fixed API list preview was not displayed" type="danger"/>
3844

3945

40-
## 2025.1.1 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" type="pink"/> <Badge text="2025-01-15" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
46+
## 2025.1.1 <Badge text="Free trial" type="tip"/> <Badge text="2025-01-15" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
4147

4248
- <Badge text="OpenAPI batch export" type="tip"/>
4349
- <Badge text="Export notice optimization" type="info"/>

docs/guide/history.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,35 @@ icon: changelog
2020
>
2121
> important: <Badge text="重要功能" type="important"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>feat: <Badge text="新功能" type="tip"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span> perf: <Badge text="优化" type="info"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span> fix: <Badge text="修复/移除" type="danger"/>
2222
23+
## 2025.1.3 <Badge text="免费试用" type="tip"/> <Badge text="开发中" type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>
24+
- <Badge text="Api预览支持父类 api 的扫描" type="tip"/>
25+
- <Badge text="Apis 配置化可以不跳转到方法" type="tip"/>
26+
- <Badge text="批量同步 API 到 Apifox" type="tip"/>
27+
- <Badge text="Openapi导出参数是集合类型的报错" type="danger"/>
28+
29+
::: hint Api预览支持父类 api 的扫描 <Badge vertical="top" text="新功能" type="tip"/>
30+
![](/img/2025.1.3/apiPreviewSuperClass.png)
31+
32+
Api预览支持父类 api 的扫描,支持在Api预览中生成父类 API 相关信息的生成,支持保存
33+
34+
:::
35+
36+
::: hint Apis 配置化可以不跳转到方法 <Badge vertical="top" text="新功能" type="tip"/>
37+
![](/img/2025.1.3/apisJumpMethodConfig.png)
38+
39+
通过该配置,在执行 API 的时候可以使代码跳转不再执行,可以有效地避免已保存的 API 执行的时候打开多个代码标签页。
40+
41+
:::
42+
43+
::: hint 批量同步 API 到 Apifox <Badge vertical="top" text="新功能" type="tip"/>
44+
![](/img/2025.1.3/apifoxBatchSync.png)
45+
46+
选择目录后,即可将目录下的 API 批量同步到 Apifox 中。
47+
48+
:::
49+
50+
51+
2352
## 2025.1.2 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="2025-03-11" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
2453
- <Badge text="默认不开启非核心功能" type="info"/>
2554
- <Badge text="OpenApi导出增加了标签" type="info"/>

docs/guide/whatsnew.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ important: <Badge text="重要功能" type="important"/> <span>&nbsp;&nbsp;&nbsp
2727

2828
[**务必查看变更详情----------------->**](./history.md)
2929

30+
## 2025.1.3 <Badge text="免费试用" type="tip"/> <Badge text="开发中" type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>
31+
- <Badge text="Api预览支持父类 api 的扫描" type="tip"/>
32+
- <Badge text="Apis 配置化可以不跳转到方法" type="tip"/>
33+
- <Badge text="批量同步 API 到 Apifox" type="tip"/>
34+
- <Badge text="Openapi导出参数是集合类型的报错" type="danger"/>
35+
3036
## 2025.1.2 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="2025-03-11" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
3137
- <Badge text="默认不开启非核心功能" type="info"/>
3238
- <Badge text="OpenApi导出增加了标签" type="info"/>

0 commit comments

Comments
 (0)