-
Notifications
You must be signed in to change notification settings - Fork 144
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
22 additions
and
8 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,12 +1,14 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.2">v2.7.2(2024-06-30)</a><br> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.3">v2.7.3(2024-10-25)</a><br> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
|
||
<h3>Enhancements:</h3> | ||
|
||
<h3>Fixes:</h3> | ||
|
||
<ul> | ||
<li>fix: remove Non-extendable interface usage (<a href="https://github.com/tangcent/easy-yapi/pull/1146">#1146</a>)</li> | ||
<li>feat: support Jackson JsonView (<a href="https://github.com/tangcent/easy-yapi/pull/1162">#1162</a>)</li> | ||
|
||
<li>feat: add 'yapi.no_update.description' to stop api description updates (<a href="https://github.com/tangcent/easy-yapi/pull/1170">#1170</a>)</li> | ||
|
||
<li>feat: omit content-type header when no parameters are present (<a href="https://github.com/tangcent/easy-yapi/pull/1169">#1169</a>)</li> | ||
|
||
<li>fix: correct content-type for Postman API export (<a href="https://github.com/tangcent/easy-yapi/pull/1144">#1144</a>)</li> | ||
</ul> | ||
<li>feat(script): add support for 'mavenId()' in 'class' (<a href="https://github.com/tangcent/easy-yapi/pull/1155">#1155</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.2.212.0</version> | ||
<version>2.7.3.212.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|