-
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
4 changed files
with
11 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.0">v2.7.0(2024-04-15)</a><br> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.1">v2.7.1(2024-05-12)</a><br> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
|
||
<h3>Enhancements:</h3> | ||
|
||
<ul> | ||
<li>feat: add rules `param.name`, `param.type` (<a href="https://github.com/tangcent/easy-yapi/pull/1128">#1128</a>)</li> | ||
|
||
<li>feat: add support for io.swagger.v3.oas.annotations.media.Schema annotation (<a href="https://github.com/tangcent/easy-yapi/pull/1127">#1127</a>)</li> | ||
|
||
<li>feat: Replace gson and jsoup with IntelliJ code style for JSON/XML/HTML formatting (<a href="https://github.com/tangcent/easy-yapi/pull/1119">#1119</a>)</li> | ||
<li>feat: added functionality to choose between apache and okHttp for sending HTTP requests via settings (<a href="https://github.com/tangcent/easy-yapi/pull/1132">#1132</a>)</li> | ||
</ul> | ||
|
||
<h3>Fixes:</h3> | ||
|
||
<ul> | ||
<li>fix: fix issue where the configuration was not being loaded before actions were performed (<a href="https://github.com/tangcent/easy-yapi/pull/1123">#1123</a>)</li> | ||
<li>fix: resolve 'module_path' property resolution issue (<a href="https://github.com/tangcent/easy-yapi/pull/1137">#1137</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.7.0.212.0</version> | ||
<version>2.7.1.212.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|