Skip to content

Commit

Permalink
docs 2024.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed May 6, 2024
1 parent 47488f2 commit ffbf210
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,32 @@ Join and follow us to solve your question ❤️❤️❤️↓↓↓

> **Because developing version is still in development, the documentation of developing version may not be entirely accurate and is subject to change.**
## 2024.1.5 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." color="pink"/> <Badge text="IDEA 2022.3+" color="pink"/>
- <Badge text="Add library support in pre and post script" type="tip"/>
- <Badge text="Type drop-down box optimization" type="info"/>
- <Badge text="Original url display optimization" type="info"/>
- <Badge text="Apifox directory sync optimization" type="info"/>
- <Badge text="Url input style optimization" type="info"/>
- <Badge text="Parameter Tab automatic jump optimization" type="info"/>
- <Badge text="cUrl import optimization" type="info"/>
- <Badge text="Fix Api doc synchronization is successful but prompts an error" type="danger"/>

::: hint Add library support in pre and post script <Badge vertical="top" text="New feature" type="tip"/>
Add a button to allow adding script library to get the [Code completion](https://www.jetbrains.com/help/idea/auto-completing-code.html) function.
:::

::: hint Type drop-down box optimization <Badge vertical="top" text="Optimization" type="info"/>

:::

::: hint Original url display optimization <Badge vertical="top" text="Optimization" type="info"/>
Url in run tab, and APIs tab is displayed as the original URL, and the path parameters will not replace.
:::

::: hint cUrl import optimization <Badge vertical="top" text="Optimization" type="info"/>
Url is the same, but the method type (Get, Post, etc.) is different, the binding pairs are optimized so that they can match correctly.
:::

## 2024.1.4 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" color="pink"/> <Badge text="2024-04-08" color="SandyBrown"/> <Badge text="IDEA 2022.3+" color="pink"/>

- <Badge text="Apifox integration" color="orange"/>
Expand Down
10 changes: 10 additions & 0 deletions docs/en/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ Because developing version is still in development, the documentation of develop

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

## 2024.1.5 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." color="pink"/> <Badge text="IDEA 2022.3+" color="pink"/>
- <Badge text="Add library support in pre and post script" type="tip"/>
- <Badge text="Type drop-down box optimization" type="info"/>
- <Badge text="Original url display optimization" type="info"/>
- <Badge text="Apifox directory sync optimization" type="info"/>
- <Badge text="Url input style optimization" type="info"/>
- <Badge text="Parameter Tab automatic jump optimization" type="info"/>
- <Badge text="cUrl import optimization" type="info"/>
- <Badge text="Fix Api doc synchronization is successful but prompts an error" type="danger"/>

## 2024.1.4 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" color="pink"/> <Badge text="2024-04-08" color="SandyBrown"/> <Badge text="IDEA 2022.3+" color="pink"/>

- <Badge text="Apifox integration" color="orange"/>
Expand Down
26 changes: 26 additions & 0 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,32 @@ icon: changelog

> **由于开发版本仍在开发中,开发版本的文档可能不完全准确,因此可能会发生变化。**
## 2024.1.5 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." type="info"/> <Badge text="IDEA 2022.3+" color="pink"/>
- <Badge text="脚本增加 Add script library支持" type="tip"/>
- <Badge text="类型下拉框优化" type="info"/>
- <Badge text="原始url展示优化" type="info"/>
- <Badge text="Apifox目录同步优化" type="info"/>
- <Badge text="Url输入框样式优化" type="info"/>
- <Badge text="参数 Tab 自动跳转优化" type="info"/>
- <Badge text="cUrl 同一 url 匹配 method type优化" type="info"/>
- <Badge text="Api doc同步成功但是提示报错" type="danger"/>

::: hint 脚本增加 Add script library支持 <Badge vertical="top" text="新功能" type="tip"/>
提示脚本库增加 library 支持,使得具备 [Code completion](https://www.jetbrains.com/help/idea/auto-completing-code.html) 功能
:::

::: hint 类型下拉框优化 <Badge vertical="top" text="优化" type="info"/>

:::

::: hint 原始url展示优化 <Badge vertical="top" text="优化" type="info"/>
调试界面 Url 输入框和 APIs 界面 url 展示成原始 url,不对路径参数进行替换。
:::

::: hint cUrl 同一 url 匹配 method type优化 <Badge vertical="top" text="优化" type="info"/>
针对匹配到的 url 一样,但是方法的类型(Get、Post等)不一样的绑定配对进行了优化,使得他们可以正确的匹配。
:::

## 2024.1.4 <Badge text="免费试用" type="tip"/> <Badge text="最新版" color="pink"/> <Badge text="2024-04-08" color="SandyBrown"/> <Badge text="IDEA 2022.3+" color="pink"/>

- <Badge text="Apifox 集成" color="orange"/>
Expand Down
12 changes: 11 additions & 1 deletion docs/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,22 @@ important: <Badge text="重要功能" color="orange"/> <span>&nbsp;&nbsp;&nbsp;&

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

## 2024.1.5 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." type="info"/> <Badge text="IDEA 2022.3+" color="pink"/>
- <Badge text="脚本增加 Add script library支持" type="tip"/>
- <Badge text="类型下拉框优化" type="info"/>
- <Badge text="原始url展示优化" type="info"/>
- <Badge text="Apifox目录同步优化" type="info"/>
- <Badge text="Url输入框样式优化" type="info"/>
- <Badge text="参数 Tab 自动跳转优化" type="info"/>
- <Badge text="cUrl 同一 url 匹配 method type优化" type="info"/>
- <Badge text="Api doc同步成功但是提示报错" type="danger"/>

## 2024.1.4 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="2024-04-08" color="SandyBrown"/> <Badge text="IDEA 2022.3+" color="pink"/>

- <Badge text="Apifox 集成" color="orange"/>
- <Badge text="AI支持优化" color="orange"/>
- <Badge text="变更 moduleHeader 为 apiHeader" type="info"/>
- <Badge text="cURL导入优化" type="info"/>
- <Badge text="cURL导入优化" type="info"/>
- <Badge text="实体解析优化" type="info"/>
- <Badge text="兼容 IDEA 2024" type="info"/>
- <Badge text="API 导出文件后缀错误" type="danger"/>
Expand Down

0 comments on commit ffbf210

Please sign in to comment.