-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
43 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.3.0">v2.3.0.183.0(2021-11-20)</a> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.3.1">v2.3.1.183.0(2021-12-26)</a> | ||
<br/> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
<ul>enhancement: | ||
<li> feat: recommend config for `Jackson-JsonUnwrapped` <a | ||
href="https://github.com/tangcent/easy-yapi/pull/658">(#658)</a> | ||
<li> feat: support @RequestLine、@Headers、@Param、@Body <a | ||
href="https://github.com/tangcent/easy-yapi/pull/676">(#676)</a> | ||
</li> | ||
<li> feat: new rule `json.additional.field` <a | ||
href="https://github.com/tangcent/easy-yapi/pull/652">(#652)</a> | ||
<li> feat: try parse api info from super methods <a | ||
href="https://github.com/tangcent/easy-yapi/pull/674">(#674)</a> | ||
</li> | ||
<li> feat: support quarkus <a | ||
href="https://github.com/tangcent/easy-yapi/pull/648">(#648)</a> | ||
<li> feat: improve Settings UI <a | ||
href="https://github.com/tangcent/easy-yapi/pull/672">(#672)</a> | ||
</li> | ||
<li> feat: support spring-feign <a | ||
href="https://github.com/tangcent/easy-yapi/pull/643">(#643)</a> | ||
<li> feat: [recommend] converter of reactivestreams.Publisher <a | ||
href="https://github.com/tangcent/easy-yapi/pull/667">(#667)</a> | ||
</li> | ||
<li> feat: support Condition <a | ||
href="https://github.com/tangcent/easy-yapi/pull/641">(#641)</a> | ||
<li> feat: support custom annotation with Spring-RequestMapping <a | ||
href="https://github.com/tangcent/easy-yapi/pull/663">(#663)</a> | ||
</li> | ||
<li> feat: convert [java.sql.Date]&[java.sql.Time] as java.lang.String <a | ||
href="https://github.com/tangcent/easy-yapi/pull/662">(#662)</a> | ||
</li> | ||
</ul> | ||
<ul>fix: | ||
<li> fix: remove redundant table header in markdown <a | ||
href="https://github.com/tangcent/easy-yapi/pull/654">(#654)</a> | ||
<li> fix: [json5] remove lead blank lines <a | ||
href="https://github.com/tangcent/easy-yapi/pull/673">(#673)</a> | ||
</li> | ||
<li> fix: read desc of class before compute by rule <a | ||
href="https://github.com/tangcent/easy-yapi/pull/649">(#649)</a> | ||
<li> fix: resolve multi-line root desc as block comments <a | ||
href="https://github.com/tangcent/easy-yapi/pull/664">(#664)</a> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>com.itangcent.idea.plugin.easy-yapi</id> | ||
<name>EasyYapi</name> | ||
<version>2.3.0.183.0</version> | ||
<version>2.3.1.183.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|