Skip to content

Commit

Permalink
release v2.2.5 (#563)
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 Aug 14, 2021
1 parent 2b00b11 commit 0c30ff9
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 21 deletions.
24 changes: 22 additions & 2 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
* 2.2.5

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

* feat: refactor Task [(#561)](https://github.com/tangcent/easy-yapi/pull/561)

* feat: disable [sync] for the node which is not loaded [(#560)](https://github.com/tangcent/easy-yapi/pull/560)

* feat: optimize loading of postman collections [(#557)](https://github.com/tangcent/easy-yapi/pull/557)

* feat: support export to postman customize workspace [(#524)](https://github.com/tangcent/easy-yapi/pull/524)

* feat: add default keyboard-shortcut of ApiCallAction [(#553)](https://github.com/tangcent/easy-yapi/pull/553)

* feat: trust [localhost]&[127.0.0.1] by default [(#552)](https://github.com/tangcent/easy-yapi/pull/552)

* feat: keep changes in ApiCallDialog [(#551)](https://github.com/tangcent/easy-yapi/pull/551)

* feat: populate default value or demo as field value [(#548)](https://github.com/tangcent/easy-yapi/pull/548)

* fix: use "" instead of null in format request headers [(#547)](https://github.com/tangcent/easy-yapi/pull/547)

* 2.2.4

* fix: Ignore SSL certificate in ApacheHttpClient [(#532)](https://github.com/tangcent/easy-yapi/pull/532)
Expand All @@ -10,8 +32,6 @@

* feat: bundled markdown render [(#530)](https://github.com/tangcent/easy-yapi/pull/530)

* release v2.2.4-rc [(#522)](https://github.com/tangcent/easy-yapi/pull/522)
* feat: remove recommend config of enum [(#521)](https://github.com/tangcent/easy-yapi/pull/521)

* 2.2.3
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.4.183.0'
version '2.2.5.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.4.183.0
plugin_version=2.2.5.183.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
34 changes: 20 additions & 14 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.4">v2.2.4.183.0(2021-08-01)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.5">v2.2.5.183.0(2021-08-14)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li> feat: read default value as param's value <a
href="https://github.com/tangcent/easy-yapi/pull/541">(#541)</a>
<li> feat: disable [sync] for the node which is not loaded <a
href="https://github.com/tangcent/easy-yapi/pull/560">(#560)</a>
</li>
<li> feat: show error dialog on active Dialog instead of project <a
href="https://github.com/tangcent/easy-yapi/pull/533">(#533)</a>
<li> feat: optimize loading of postman collections <a
href="https://github.com/tangcent/easy-yapi/pull/557">(#557)</a>
</li>
<li> feat: bundled markdown render <a
href="https://github.com/tangcent/easy-yapi/pull/530">(#530)</a>
<li> feat: Support export to postman customize workspace <a
href="https://github.com/tangcent/easy-yapi/pull/524">(#524)</a>
</li>
<li> feat: remove recommend config of enum <a
href="https://github.com/tangcent/easy-yapi/pull/521">(#521)</a>
<li> feat: add default keyboard-shortcut of ApiCallAction <a
href="https://github.com/tangcent/easy-yapi/pull/553">(#553)</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>
<li> feat: keep changes in ApiCallDialog <a
href="https://github.com/tangcent/easy-yapi/pull/551">(#551)</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>
</ul>
<ul>fix:
<li> fix: Ignore SSL certificate in ApacheHttpClient <a
href="https://github.com/tangcent/easy-yapi/pull/532">(#532)</a>
</li>
<li> fix: MarkdownFormatter#AbstractObjectFormatter <a
href="https://github.com/tangcent/easy-yapi/pull/536">(#536)</a>
<li> fix: use "" instead of null in format request headers <a
href="https://github.com/tangcent/easy-yapi/pull/547">(#547)</a>
</li>
</ul>
6 changes: 3 additions & 3 deletions idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>2.2.4.183.0</version>
<version>2.2.5.183.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>

<category>Web</category>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<!-- <idea-version since-build="183.0"/>-->
<idea-version since-build="183.0"/>

<!--for compatible-->
<!--<idea-version since-build="173.0" until-build="183.0"/>-->

<!--for dev-->
<idea-version since-build="173.0"/>
<!--<idea-version since-build="173.0"/>-->

<change-notes><![CDATA[ Change notes will be filled by gradle build ]]>
</change-notes>
Expand Down

0 comments on commit 0c30ff9

Please sign in to comment.