-
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
5253978
commit 573e6d9
Showing
5 changed files
with
26 additions
and
31 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,34 +1,19 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.1">v2.2.1.183.0(2021-05-31)</a> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.2-rc">v2.2.2.183.0-rc(2021-06-08)</a> | ||
<br/> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
<ul>enhancement: | ||
<li> feat: double click yapi node in YapiDashboardDialog to open yapi url <a | ||
href="https://github.com/tangcent/easy-yapi/pull/480">(#480)</a> | ||
</li> | ||
<li> feat: support generic export for several actions <a | ||
href="https://github.com/tangcent/easy-yapi/pull/478">(#478)</a> | ||
</li> | ||
<li> opti: trustHostsTextArea scrollable <a | ||
href="https://github.com/tangcent/easy-yapi/pull/477">(#477)</a> | ||
</li> | ||
<li> feat: support generic export <a | ||
href="https://github.com/tangcent/easy-yapi/pull/476">(#476)</a> | ||
</li> | ||
<li> opti: change some rule type to `Event` <a | ||
href="https://github.com/tangcent/easy-yapi/pull/473">(#473)</a> | ||
</li> | ||
<li> opti: close http response stream <a | ||
href="https://github.com/tangcent/easy-yapi/pull/472">(#472)</a> | ||
</li> | ||
<li> feat: always try close http response <a | ||
href="https://github.com/tangcent/easy-yapi/pull/470">(#470)</a> | ||
</li> | ||
<li> feat: remind to use login mode for yapi before 1.6.0 <a | ||
href="https://github.com/tangcent/easy-yapi/pull/465">(#465)</a> | ||
</li> | ||
<li> feat: update CachedResourceResolverTest <a | ||
href="https://github.com/tangcent/easy-yapi/pull/494">(#494)</a> | ||
</li> | ||
<li> feat: support queryExpanded <a | ||
href="https://github.com/tangcent/easy-yapi/pull/488">(#488)</a> | ||
</li> | ||
<li> feat: double click yapi node in YapiDashboardDialog to open yapi url <a | ||
href="https://github.com/tangcent/easy-yapi/pull/480">(#480)</a> | ||
</li> | ||
</ul> | ||
<ul>fix: | ||
<li> fix: resolveCycle in KVKit <a | ||
href="https://github.com/tangcent/easy-yapi/pull/471">(#471)</a> | ||
</li> | ||
<li> fix: process the body as query if the httpMethod is GET <a | ||
href="https://github.com/tangcent/easy-yapi/pull/489">(#489)</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.1.183.0</version> | ||
<version>2.2.2.183.0-rc</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|