Skip to content

Commit

Permalink
release v2.2.2-rc (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: tangcent <[email protected]>
  • Loading branch information
github-actions[bot] and tangcent authored Jun 8, 2021
1 parent 5253978 commit 573e6d9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 31 deletions.
10 changes: 10 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
* 2.2.2

* feat: update CachedResourceResolverTest [(#494)](https://github.com/tangcent/easy-yapi/pull/494)

* chore: update dubbo.config [(#490)](https://github.com/tangcent/easy-yapi/pull/490)

* fix: process the body as query if the httpMethod is GET [(#489)](https://github.com/tangcent/easy-yapi/pull/489)

* feat: support queryExpanded [(#488)](https://github.com/tangcent/easy-yapi/pull/488)

* 2.2.1

* feat: double click yapi node in YapiDashboardDialog to open yapi url [(#480)](https://github.com/tangcent/easy-yapi/pull/480)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'com.itangcent'
version '2.2.1.183.0'
version '2.2.2.183.0-rc'

@SuppressWarnings("GroovyAssignabilityCheck")
static def majorVersion(version) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
plugin_version=2.2.1.183.0
plugin_version=2.2.2.183.0-rc
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
41 changes: 13 additions & 28 deletions idea-plugin/parts/pluginChanges.html
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>
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
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>
Expand Down

0 comments on commit 573e6d9

Please sign in to comment.