Skip to content

Commit

Permalink
some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Dec 11, 2023
1 parent 7fdd795 commit e079445
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ At present, it is found that [Material Theme UI](https://plugins.jetbrains.com/p
and some plug-in versions are rendering components under specific systems (such as Windows). There are performance issues. If you find right-clicking or other operations stuck, upgrade the theme plug-in or use the native IDEA theme.
:::

## 2023.2.3 <Badge text="免费试用" type="tip"/> <Badge text="developing" color="LigntPink"/>
## 2023.2.3 <Badge text="Free trial" type="tip"/> <Badge text="developing" color="LigntPink"/>

- <Badge text="Sync API to Postman" type="tip"/>
- <Badge text="Project name drop-down box automatically switches" type="tip"/>
- <Badge text="Environment refactoring" type="info"/>
- <Badge text="Project domain name addition optimization" type="info"/>
- <Badge text="Change API document sync trigger to API is saved" type="info"/>
- <Badge text="Add @fastRequestParseIgnore support for ignore parse field" type="info"/>
- <Badge text="SearchEveryWhere compatible idea2023.3" type="danger"/>
- <Badge text="Error when passing non-json in body param" type="danger"/>

::: tip Sync API to Postman
You only need to configure the token of Postman and the ID of the workspace to upload the API to Postman.Enjoy what fast request do not support.
Expand All @@ -50,6 +56,19 @@ Environment contains Current value and Initial value. Initial value can be share
![environment](/img/2023.2.3/environment_en.png)
:::

::: info Add @fastRequestParseIgnore support for ignore parse field
To ignore parsing for entity field, you can add `@fast Request Parse Ignore` to the annotation. The original annotation `@parse Ignore` is still applicable.

```java
/**
* xxx description
* @fastRequestParseIgnore
*/
private String someIgnoreField ;
```

:::

## 2023.2.2 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" color="LigntGreen"/>

- <Badge text="Markdown doc template config" type="tip"/>
Expand Down
6 changes: 6 additions & 0 deletions docs/en/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ Because developing version is still in development, the documentation of develop
## 2023.2.3 <Badge text="Free trial" type="tip"/> <Badge text="developing" color="LigntPink"/>

- <Badge text="Sync API to Postman" type="tip"/>
- <Badge text="Project name drop-down box automatically switches" type="tip"/>
- <Badge text="Environment refactoring" type="info"/>
- <Badge text="Project domain name addition optimization" type="info"/>
- <Badge text="Change API document sync trigger to API is saved" type="info"/>
- <Badge text="Add @fastRequestParseIgnore support for ignore parse field" type="info"/>
- <Badge text="SearchEveryWhere compatible idea2023.3" type="danger"/>
- <Badge text="Error when passing non-json in body param" type="danger"/>

## 2023.2.2 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" color="LigntGreen"/>

Expand Down
21 changes: 21 additions & 0 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,15 @@ feat: <Badge text="新功能" type="tip"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
## 2023.2.3 <Badge text="免费试用" type="tip"/> <Badge text="开发中" color="LigntPink"/>

- <Badge text="API同步至Postman" type="tip"/>
- <Badge text="自动域名切换项目名下拉框自动切换" type="tip"/>
- <Badge text="Environment重构" type="info"/>
- <Badge text="项目域名添加优化" type="info"/>
- <Badge text="api文档同步触发在api保存的时候" type="info"/>
- <Badge text="忽略字段使用 @fastRequestParseIgnore" type="info"/>
- <Badge text="SearchEveryWhere 兼容 idea2023.3" type="danger"/>
- <Badge text="body中传非json报错" type="danger"/>



::: tip API同步至Postman
仅需配置Postman的token和对应workspace的ID即可将API云上传到Postman.享受fast request不支持的功能.
Expand All @@ -55,6 +63,19 @@ Initial value可以通过提交 `.fastRequest/config/fastRequestCurrentProjectEn
![environment](/img/2023.2.3/environment.png)
:::

::: info 忽略字段使用@fastRequestParseIgnore
针对实体类字段忽略解析,可以在注释中添加`@fastRequestParseIgnore`来实现,原来的注解`@parseIgnore`依然适用

```java
/**
* xxx description
* @fastRequestParseIgnore
*/
private String someIgnoreField ;
```

:::

## 2023.2.2 <Badge text="免费试用" type="tip"/> <Badge text="最新版" color="LigntGreen"/>

- <Badge text="Markdown文档模板配置" type="tip"/>
Expand Down
6 changes: 6 additions & 0 deletions docs/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ feat: <Badge text="新功能" type="tip"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
## 2023.2.3 <Badge text="Free trial" type="tip"/> <Badge text="开发中" color="LigntPink"/>

- <Badge text="API同步至Postman" type="tip"/>
- <Badge text="自动域名切换项目名下拉框自动切换" type="tip"/>
- <Badge text="Environment重构" type="info"/>
- <Badge text="项目域名添加优化" type="info"/>
- <Badge text="api文档同步触发在api保存的时候" type="info"/>
- <Badge text="忽略字段使用 @fastRequestParseIgnore" type="info"/>
- <Badge text="SearchEveryWhere 兼容 idea2023.3" type="danger"/>
- <Badge text="body中传非json报错" type="danger"/>

## 2023.2.2 <Badge text="Free trial" type="tip"/> <Badge text="最新版" color="LigntGreen"/>

Expand Down

0 comments on commit e079445

Please sign in to comment.