-
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
3 changed files
with
55 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,40 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.6">v2.2.6.183.0(2021-08-14)</a> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.6">v2.2.6.183.0(2021-09-05)</a> | ||
<br/> | ||
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
<ul>enhancement: | ||
<li> feat: disable [sync] for the node which is not loaded <a | ||
href="https://github.com/tangcent/easy-yapi/pull/560">(#560)</a> | ||
<li> feat: update gui <a | ||
href="https://github.com/tangcent/easy-yapi/pull/578">(#578)</a> | ||
</li> | ||
<li> feat: optimize loading of postman collections <a | ||
href="https://github.com/tangcent/easy-yapi/pull/557">(#557)</a> | ||
<li> feat: support export apis to specified postman collection <a | ||
href="https://github.com/tangcent/easy-yapi/pull/575">(#575)</a> | ||
</li> | ||
<li> feat: Support export to postman customize workspace <a | ||
href="https://github.com/tangcent/easy-yapi/pull/524">(#524)</a> | ||
<li> feat: save yapi tokens in project scope <a | ||
href="https://github.com/tangcent/easy-yapi/pull/572">(#572)</a> | ||
</li> | ||
<li> feat: add default keyboard-shortcut of ApiCallAction <a | ||
href="https://github.com/tangcent/easy-yapi/pull/553">(#553)</a> | ||
<li> feat: show workspace with type <a | ||
href="https://github.com/tangcent/easy-yapi/pull/571">(#571)</a> | ||
</li> | ||
<li> feat: trust [localhost]&[127.0.0.1] by default <a | ||
href="https://github.com/tangcent/easy-yapi/pull/552">(#552)</a> | ||
<li> feat: support copy curl command from ApiDashBoard(YapiDashBoard) <a | ||
href="https://github.com/tangcent/easy-yapi/pull/569">(#569)</a> | ||
</li> | ||
<li> feat: keep changes in ApiCallDialog <a | ||
href="https://github.com/tangcent/easy-yapi/pull/551">(#551)</a> | ||
<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: populate default value or demo as field value <a | ||
href="https://github.com/tangcent/easy-yapi/pull/548">(#548)</a> | ||
<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> | ||
</ul> | ||
<ul>fix: | ||
<li> fix: use "" instead of null in format request headers <a | ||
href="https://github.com/tangcent/easy-yapi/pull/547">(#547)</a> | ||
<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> | ||
</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