Skip to content

Commit

Permalink
release v2.2.7 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Sep 12, 2021
1 parent 3dd8675 commit 614ccb8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 38 deletions.
12 changes: 8 additions & 4 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
* 2.2.7

* feat: `method&field` support containingClass&defineClass [(#585)](https://github.com/tangcent/easy-yapi/pull/585)

* feat: new recommend config to support [not ignore `static final` field] [(#583)](https://github.com/tangcent/easy-yapi/pull/583)

* fix: apply setting not work [(#582)](https://github.com/tangcent/easy-yapi/pull/582)

* 2.2.6

* fix: AbstractEasyApiConfigurable checkUI after createComponent [(#579)](https://github.com/tangcent/easy-yapi/pull/579)
Expand All @@ -6,16 +14,12 @@

* fix: [curl] escape [&\] [(#577)](https://github.com/tangcent/easy-yapi/pull/577)

* test: add test case of YapiApiExporter [(#576)](https://github.com/tangcent/easy-yapi/pull/576)

* feat: support export apis to specified postman collection [(#575)](https://github.com/tangcent/easy-yapi/pull/575)

* feat: save yapi tokens in project scope [(#572)](https://github.com/tangcent/easy-yapi/pull/572)

* feat: show workspace with type [(#571)](https://github.com/tangcent/easy-yapi/pull/571)

* test: update CurlExporterTest [(#570)](https://github.com/tangcent/easy-yapi/pull/570)

* feat: support copy curl command from ApiDashBoard(YapiDashBoard) [(#569)](https://github.com/tangcent/easy-yapi/pull/569)

* fix: resolve LazilyParsedNumber as Integer [(#568)](https://github.com/tangcent/easy-yapi/pull/568)
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.6.183.0'
version '2.2.7.183.0'

@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.6.183.0
plugin_version=2.2.7.183.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
38 changes: 7 additions & 31 deletions idea-plugin/parts/pluginChanges.html
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>
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.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>
Expand Down

0 comments on commit 614ccb8

Please sign in to comment.