-
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.
Co-authored-by: tangcent <[email protected]>
- Loading branch information
1 parent
0310e15
commit 334bbf9
Showing
5 changed files
with
33 additions
and
4 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,8 +1,25 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.4-rc">v2.2.4.183.0-rc(2021-06-27)</a> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.4">v2.2.4.183.0(2021-08-01)</a> | ||
<br/> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
<ul>enhancement: | ||
<li> feat: read default value as param's value <a | ||
href="https://github.com/tangcent/easy-yapi/pull/541">(#541)</a> | ||
</li> | ||
<li> feat: show error dialog on active Dialog instead of project <a | ||
href="https://github.com/tangcent/easy-yapi/pull/533">(#533)</a> | ||
</li> | ||
<li> feat: bundled markdown render <a | ||
href="https://github.com/tangcent/easy-yapi/pull/530">(#530)</a> | ||
</li> | ||
<li> feat: remove recommend config of enum <a | ||
href="https://github.com/tangcent/easy-yapi/pull/521">(#521)</a> | ||
</li> | ||
</ul> | ||
<ul>fix: | ||
<li> fix: Ignore SSL certificate in ApacheHttpClient <a | ||
href="https://github.com/tangcent/easy-yapi/pull/532">(#532)</a> | ||
</li> | ||
<li> fix: MarkdownFormatter#AbstractObjectFormatter <a | ||
href="https://github.com/tangcent/easy-yapi/pull/536">(#536)</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.4.183.0-rc</version> | ||
<version>2.2.4.183.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|