Skip to content

Commit

Permalink
Merge pull request #156 from tangcent/release/stable
Browse files Browse the repository at this point in the history
release v1.8.0.0.183.0
  • Loading branch information
tangcent authored Mar 11, 2020
2 parents d06ec1a + 177cd64 commit 95280d1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 335 deletions.
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.7.0.0.183.0'
version '1.8.0.0.183.0'
205 changes: 0 additions & 205 deletions docs/QA.md

This file was deleted.

61 changes: 0 additions & 61 deletions docs/en/1. Config.md

This file was deleted.

59 changes: 0 additions & 59 deletions docs/en/3. Support-local-groovy-extension.md

This file was deleted.

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=EasyYapi
plugin_version=1.7.0.0.183.0
plugin_version=1.8.0.0.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
14 changes: 7 additions & 7 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.7.0.0">v1.7.0.0.183.0(2020-02-27)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.8.0.0">v1.8.0.0.183.0(2020-03-11)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li>new rule tool: <a href="http://easyyapi.com/setting/tools/helper.html">helper</a><a
href="https://github.com/tangcent/easy-api/pull/242">(#242)</a>
<li>check complex bean as `multipart/form-data`<a
href="https://github.com/tangcent/easy-api/pull/249">(#249)</a>
</li>
<li>support rule: <a href="http://easyyapi.com/setting/rules/method_return.html">method.return</a><a
href="https://github.com/tangcent/easy-api/pull/240">(#240)</a>
<li>support new setting `formExpanded`<a
href="https://github.com/tangcent/easy-api/pull/250">(#250)</a>
</li>
<li>support render yapi desc: <a href="http://easyyapi.com/documents/yapi_render.html">yapi render</a><a
href="https://github.com/tangcent/easy-api/pull/138">(#138)</a>
<li>resolve generic info in super class<a
href="https://github.com/tangcent/easy-api/pull/251">(#251)</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>1.7.0.0.183.0</version>
<version>1.8.0.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>
Expand Down

0 comments on commit 95280d1

Please sign in to comment.