Skip to content

Commit

Permalink
doc for 2024.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Aug 21, 2024
1 parent dc35a9f commit 7e6c6c0
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 1 deletion.
Binary file added docs/.vuepress/public/img/2024.1.7/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Join and follow us to solve your question ❤️❤️❤️↓↓↓
## 2024.1.7 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." color="blue"/> <Badge text="IDEA 2023.3+" color="pink"/>
- <Badge text="Functions and environment code completion support" color="orange"/>
- <Badge text="JSON filter support" type="tip"/>
- <Badge text="Common Header code completion support" type="tip"/>
- <Badge text="Default file path for multipart" type="tip"/>
- <Badge text="SearchEveryWhere result sorting optimization" type="info"/>
- <Badge text="Script interface optimition" type="info"/>
- <Badge text="Map parse" type="info"/>
- <Badge text="Several known issue optimizations" type="info"/>
Expand All @@ -41,12 +43,24 @@ For more information about function support, see ----> [Function](/en/guide/feat
When there are many fields in JSON, but only part of them are needed, this feature can help filter the JSON fields.
:::

:::hint Common Header code completion support <Badge vertical="top" text="New feature" type="tip"/>
![header](/img/2024.1.7/header.png)

Code completion is supported for some common header keys, such as `Authorization`
:::

::: hint Default file path for multipart <Badge vertical="top" text="New feature" type="tip"/>
![jsonFilter](/img/2024.1.7/defaultMultipartFile.png)

Multipart type fields can be set default path by this setting.
:::

::: hint SearchEveryWhere result sorting optimization <Badge vertical="top" text="Optimization" type="info"/>
![searchEveryWhere](/img/2024.1.7/searchEveryWhere.png)

Optimized the collation for matching by URL path
:::

## 2024.1.6.3 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" type="pink"/> <Badge text="2024-08-15" color="SandyBrown"/> <Badge text="IDEA 2022.3+" color="pink"/>
- <Badge text="Compatible with IDEA 2024.2+" type="info"/>

Expand Down
4 changes: 3 additions & 1 deletion docs/en/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Because developing version is still in development, the documentation of develop
## 2024.1.7 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." color="blue"/> <Badge text="IDEA 2023.3+" color="pink"/>
- <Badge text="Functions and environment code completion support" color="orange"/>
- <Badge text="JSON filter support" type="tip"/>
- <Badge text="Default file path for mlutipart" type="tip"/>
- <Badge text="Common Header code completion support" type="tip"/>
- <Badge text="Default file path for multipart" type="tip"/>
- <Badge text="SearchEveryWhere result sorting optimization" type="info"/>
- <Badge text="Script interface optimition" type="info"/>
- <Badge text="Map parse" type="info"/>
- <Badge text="Several known issue optimizations" type="info"/>
Expand Down
14 changes: 14 additions & 0 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ icon: changelog
## 2024.1.7 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." color="blue"/> <Badge text="IDEA 2023.3+" color="pink"/>
- <Badge text="函数与变量支持代码补全" color="orange"/>
- <Badge text="JSON filter支持" type="tip"/>
- <Badge text="Header 常用值支持代码补全" type="tip"/>
- <Badge text="文件默认值支持" type="tip"/>
- <Badge text="SearchEveryWhere 结果排序优化" type="info"/>
- <Badge text="Script界面优化" type="info"/>
- <Badge text="Map 解析优化" type="info"/>
- <Badge text="若干已知问题优化" type="info"/>
Expand All @@ -40,12 +42,24 @@ icon: changelog
当 JSON 字段较多,但是只需要一部分的时候,可以通过该功能对 JSON进行字段过滤
:::

::: hint Header 常用值支持代码补全 <Badge vertical="top" text="新功能" type="tip"/>
![header](/img/2024.1.7/header.png)

对于一些例如 `Authorization` 的请求头支持代码补全
:::

::: hint 文件默认值支持 <Badge vertical="top" text="新功能" type="tip"/>
![jsonFilter](/img/2024.1.7/defaultMultipartFile.png)

Multipart 类型字段可以通过该配置设置默认文件路径
:::

::: hint SearchEveryWhere 结果排序优化 <Badge vertical="top" text="优化" type="info"/>
![searchEveryWhere](/img/2024.1.7/searchEveryWhere.png)

按照Url 路径优化了匹配的排序规则,将匹配度高的排在前面
:::

## 2024.1.6.3 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="2024-08-15" color="SandyBrown"/> <Badge text="IDEA 2022.3+" color="pink"/>
- <Badge text="兼容 IDEA 2024.2+" type="info"/>

Expand Down
2 changes: 2 additions & 0 deletions docs/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ important: <Badge text="重要功能" color="orange"/> <span>&nbsp;&nbsp;&nbsp;&
## 2024.1.7 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." color="blue"/> <Badge text="IDEA 2023.3+" color="pink"/>
- <Badge text="函数与变量支持代码补全" color="orange"/>
- <Badge text="JSON filter支持" type="tip"/>
- <Badge text="Header 常用值支持代码补全" type="tip"/>
- <Badge text="文件默认值支持" type="tip"/>
- <Badge text="SearchEveryWhere 结果排序优化" type="info"/>
- <Badge text="Script界面优化" type="info"/>
- <Badge text="Map 解析优化" type="info"/>
- <Badge text="若干已知问题优化" type="info"/>
Expand Down

0 comments on commit 7e6c6c0

Please sign in to comment.