Skip to content

Commit

Permalink
Merge pull request #269 from tangcent/release/stable
Browse files Browse the repository at this point in the history
release v1.9.1.183.0
  • Loading branch information
tangcent authored Mar 30, 2020
2 parents 275c0b8 + 029bf6c commit ef3886f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 29 deletions.
4 changes: 4 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
* log saved file path [(#264)](https://github.com/tangcent/easy-api/pull/264)

* opti: [DEBUG ACTION] [(#265)](https://github.com/tangcent/easy-api/pull/265)

* fix HttpRequest querys [(#267)](https://github.com/tangcent/easy-api/pull/267)

* new rule tool: localStorage [(#268)](https://github.com/tangcent/easy-api/pull/268)


2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group 'com.itangcent'
version '1.9.0.183.0'
version '1.9.1.183.0'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.daemon=true
org.gradle.workers.max=8
idea_version=2017.3.5
plugin_name=EasyApi
plugin_version=1.9.0.183.0
plugin_version=1.9.1.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
31 changes: 5 additions & 26 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,13 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v1.9.0">v1.9.0.183.0(2020-03-23)</a>
<a href="https://github.com/tangcent/easy-api/releases/tag/v1.9.1">v1.9.1.183.0(2020-03-31)</a>
<br/>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>bug-fix:
<li>fix type parse for markdown formatter<a
href="https://github.com/tangcent/easy-api/pull/255">(#255)</a>
</li>
<li>addHeaderIfMissed only if the request hasBody<a
href="https://github.com/tangcent/easy-api/pull/258">(#258)</a>
</li>
<li>fix name of api without any comment<a
href="https://github.com/tangcent/easy-api/pull/263">(#263)</a>
<li>fix HttpRequest querys<a
href="https://github.com/tangcent/easy-api/pull/267">(#267)</a>
</li>
</ul>
<ul>enhancement:
<li>recommend config: private_protected_field_only<a
href="https://github.com/tangcent/easy-api/pull/256">(#256)</a>
</li>
<li>refactor http client<a
href="https://github.com/tangcent/easy-api/pull/257">(#257)</a>
</li>
<li>resolve RequestMapping#params<a
href="https://github.com/tangcent/easy-api/pull/259">(#259)</a>
</li>
<li>resolve RequestMapping#headers<a
href="https://github.com/tangcent/easy-api/pull/260">(#260)</a>
</li>
<li>log saved file path<a
href="https://github.com/tangcent/easy-api/pull/264">(#264)</a>
</li>
<li>opti: [DEBUG ACTION]<a
href="https://github.com/tangcent/easy-api/pull/265">(#265)</a>
<li>new rule tool: localStorage<a
href="https://github.com/tangcent/easy-api/pull/268">(#268)</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-api</id>
<name>EasyApi</name>
<version>1.9.0.183.0</version>
<version>1.9.1.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 ef3886f

Please sign in to comment.