-
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
5 changed files
with
18 additions
and
38 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,40 +1,16 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.6">v2.2.6.183.0(2021-09-05)</a> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.7">v2.2.7.183.0(2021-09-12)</a> | ||
<br/> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
<ul>enhancement: | ||
<li> feat: update gui <a | ||
href="https://github.com/tangcent/easy-yapi/pull/578">(#578)</a> | ||
<li> feat: `method&field` support containingClass&defineClass <a | ||
href="https://github.com/tangcent/easy-yapi/pull/585">(#585)</a> | ||
</li> | ||
<li> feat: support export apis to specified postman collection <a | ||
href="https://github.com/tangcent/easy-yapi/pull/575">(#575)</a> | ||
</li> | ||
<li> feat: save yapi tokens in project scope <a | ||
href="https://github.com/tangcent/easy-yapi/pull/572">(#572)</a> | ||
</li> | ||
<li> feat: show workspace with type <a | ||
href="https://github.com/tangcent/easy-yapi/pull/571">(#571)</a> | ||
</li> | ||
<li> feat: support copy curl command from ApiDashBoard(YapiDashBoard) <a | ||
href="https://github.com/tangcent/easy-yapi/pull/569">(#569)</a> | ||
</li> | ||
<li> feat: add the host to cache in exporting curl command <a | ||
href="https://github.com/tangcent/easy-yapi/pull/567">(#567)</a> | ||
</li> | ||
<li> feat: select workspace by comboBox <a | ||
href="https://github.com/tangcent/easy-yapi/pull/566">(#566)</a> | ||
</li> | ||
<li> feat: support export requests as curl command <a | ||
href="https://github.com/tangcent/easy-yapi/pull/565">(#565)</a> | ||
<li> feat: new recommend config to support [not ignore `static final` field] <a | ||
href="https://github.com/tangcent/easy-yapi/pull/583">(#583)</a> | ||
</li> | ||
</ul> | ||
<ul>fix: | ||
<li> fix: AbstractEasyApiConfigurable checkUI after createComponent <a | ||
href="https://github.com/tangcent/easy-yapi/pull/579">(#579)</a> | ||
</li> | ||
<li> fix: [curl] escape [&\] <a | ||
href="https://github.com/tangcent/easy-yapi/pull/577">(#577)</a> | ||
</li> | ||
<li> fix: resolve LazilyParsedNumber as Integer <a | ||
href="https://github.com/tangcent/easy-yapi/pull/568">(#568)</a> | ||
<li> fix: apply setting not work <a | ||
href="https://github.com/tangcent/easy-yapi/pull/582">(#582)</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.6.183.0</version> | ||
<version>2.2.7.183.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|