-
Notifications
You must be signed in to change notification settings - Fork 145
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
15 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,14 +1,12 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.1">v2.6.1(2023-08-06)</a><br> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.2">v2.6.2(2023-08-27)</a><br> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
|
||
<ul> | ||
<li style="list-style: none">enhancements:</li> | ||
<li style="list-style: none">fixes:</li> | ||
|
||
<li>enhancements: feat: ignore some common classes (<a href="https://github.com/tangcent/easy-yapi/pull/1009">#1009</a>)</li> | ||
</ul> | ||
<li>fixes: fix: fix issue with SessionStorage not works (<a href="https://github.com/tangcent/easy-yapi/pull/1016">#1016</a>)</li> | ||
|
||
<ul> | ||
<li style="list-style: none">fixes:</li> | ||
<li>fixes: fix: fix thread warning (<a href="https://github.com/tangcent/easy-yapi/pull/1012">#1012</a>)</li> | ||
|
||
<li>fixes: fix: refined config behavior for mocking enum fields (<a href="https://github.com/tangcent/easy-yapi/pull/1008">#1008</a>)</li> | ||
<li>fixes: fix: added support for strict check in jakarta.validation and javax.validation (<a href="https://github.com/tangcent/easy-yapi/pull/1013">#1013</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.6.1.212.0</version> | ||
<version>2.6.2.212.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|