-
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
36 additions
and
14 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,22 +1,28 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.9">v2.2.9.183.0(2021-10-17)</a> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.3.0">v2.3.0.183.0(2021-11-20)</a> | ||
<br/> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
<ul>enhancement: | ||
<li> feat: new event rules <a | ||
href="https://github.com/tangcent/easy-yapi/pull/616">(#616)</a> | ||
<li> feat: recommend config for `Jackson-JsonUnwrapped` <a | ||
href="https://github.com/tangcent/easy-yapi/pull/658">(#658)</a> | ||
</li> | ||
<li> feat: [ScriptExecutor] explicit class <a | ||
href="https://github.com/tangcent/easy-yapi/pull/615">(#615)</a> | ||
<li> feat: new rule `json.additional.field` <a | ||
href="https://github.com/tangcent/easy-yapi/pull/652">(#652)</a> | ||
</li> | ||
<li> feat: mock field of java_date_types as datetime <a | ||
href="https://github.com/tangcent/easy-yapi/pull/610">(#610)</a> | ||
<li> feat: support quarkus <a | ||
href="https://github.com/tangcent/easy-yapi/pull/648">(#648)</a> | ||
</li> | ||
<li> feat: support jackson-JsonFormat & spring-DateTimeFormat <a | ||
href="https://github.com/tangcent/easy-yapi/pull/609">(#609)</a> | ||
<li> feat: support spring-feign <a | ||
href="https://github.com/tangcent/easy-yapi/pull/643">(#643)</a> | ||
</li> | ||
<li> feat: support Condition <a | ||
href="https://github.com/tangcent/easy-yapi/pull/641">(#641)</a> | ||
</li> | ||
</ul> | ||
<ul>fix: | ||
<li> fix: fix regex rule <a | ||
href="https://github.com/tangcent/easy-yapi/pull/620">(#620)</a> | ||
<li> fix: remove redundant table header in markdown <a | ||
href="https://github.com/tangcent/easy-yapi/pull/654">(#654)</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> | ||
</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.2.9.183.0</version> | ||
<version>2.3.0.183.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|