Skip to content

Commit

Permalink
Merge pull request #133 from tangcent/release/stable
Browse files Browse the repository at this point in the history
release v1.6.0.0.183.0
  • Loading branch information
tangcent authored Feb 12, 2020
2 parents 654815e + af09858 commit 4228ca1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 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.5.2.0.183.0'
version '1.6.0.0.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=EasyYapi
plugin_version=1.5.2.0.183.0
plugin_version=1.6.0.0.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
14 changes: 3 additions & 11 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.5.2.0">v1.5.2.0.183.0(2020-01-06)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.6.0.0">v1.6.0.0.183.0(2020-02-12)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li>support scala project<a
href="https://github.com/tangcent/easy-api/pull/214">(#214)</a>
</li>
<li>support new rule: `postman.host`<a
href="https://github.com/tangcent/easy-api/pull/225">(#225)</a>
</li>
</ul>
<ul>fix:
<li>bug-fix: preserving the order of field in infer<a
href="https://github.com/tangcent/easy-api/pull/216">(#216)</a>
<li>new action `Debug`<a
href="https://github.com/tangcent/easy-api/pull/232">(#232)</a>
</li>
</ul>
5 changes: 5 additions & 0 deletions idea-plugin/parts/pluginDescription.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,10 @@ <h1>easy-yapi</h1>
You can use by this : "Click [Code -> YApiDashBoard] in top"
Then you can easily export api by drag it from project(left) to yapi(right)
</li>
<li>Debug
<br>
You can use by this : "Click [Code -> Debug] in top"
Then you can easily debug script
</li>
</ul>
<br/>
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.5.2.0.183.0</version>
<version>1.6.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 4228ca1

Please sign in to comment.