-
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.
Merge pull request #212 from tangcent/release/stable
release v1.9.7.0.183.0
- Loading branch information
Showing
8 changed files
with
26 additions
and
21 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,2 +1,2 @@ | ||
group 'com.itangcent' | ||
version '1.9.6.183.0' | ||
version '1.9.7.0.183.0' |
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,20 +1,14 @@ | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.9.6.0">v1.9.6.0.183.0(2020-05-13)</a> | ||
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.9.7.0">v1.9.7.0.183.0(2020-07-12)</a> | ||
<br/> | ||
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a> | ||
<ul>enhancement: | ||
<li>feat: support new rule `export.after`<a | ||
href="https://github.com/tangcent/easy-api/pull/287">(#287)</a> | ||
<li> feat: support new rule `method.content.type`<a | ||
href="https://github.com/tangcent/easy-api/pull/292">(#292)</a> | ||
</li> | ||
<li>feat: new tool `files`<a | ||
href="https://github.com/tangcent/easy-api/pull/289">(#289)</a> | ||
<li> feat: support rule `param.http.type` for `RequestParam `<a | ||
href="https://github.com/tangcent/easy-api/pull/298">(#298)</a> | ||
</li> | ||
<li> feat: `Debug` enhancement<a | ||
href="https://github.com/tangcent/easy-api/pull/290">(#290)</a> | ||
<li> feat: handle annotation `CookieValue`<a | ||
href="https://github.com/tangcent/easy-api/pull/300">(#300)</a> | ||
</li> | ||
</ul> | ||
<ul>fix | ||
<li>fix: preserving the order of field in `YapiFormatter` <a | ||
href="https://github.com/tangcent/easy-yapi/pull/189">(#189)</a></li> | ||
<li>opti: input new token if the old one be deleted. <a | ||
href="https://github.com/tangcent/easy-yapi/pull/192">(#192)</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
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>1.9.6.0.183.0</version> | ||
<version>1.9.7.0.183.0</version> | ||
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor> | ||
|
||
<description><![CDATA[ Description will be added by gradle build]]></description> | ||
|