Skip to content

Commit

Permalink
Merge pull request #277 from tangcent/release/stable
Browse files Browse the repository at this point in the history
release v1.9.2.183.0
  • Loading branch information
tangcent authored Apr 25, 2020
2 parents c173b15 + d073742 commit 98f75a7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 deletions.
10 changes: 9 additions & 1 deletion IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,12 @@
* new rule tool: localStorage [(#268)](https://github.com/tangcent/easy-api/pull/268)


* 1.9.0 ~

* fix: support `java`/`kt`/`scala` in all action. [(#271)](https://github.com/tangcent/easy-api/pull/271

* support new method 'method/declaration' of 'arg' [(#273)](https://github.com/tangcent/easy-api/pull/273)

* opti: support rule `folder.name` [(#274)](https://github.com/tangcent/easy-api/pull/274

* support new rule `path.multi` [(#275)](https://github.com/tangcent/easy-api/pull/275)
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.1.183.0'
version '1.9.2.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.1.183.0
plugin_version=1.9.2.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
18 changes: 13 additions & 5 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v1.9.1">v1.9.1.183.0(2020-03-31)</a>
<a href="https://github.com/tangcent/easy-api/releases/tag/v1.9.2">v1.9.2.183.0(2020-04-25)</a>
<br/>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>bug-fix:
<li>fix HttpRequest querys<a
href="https://github.com/tangcent/easy-api/pull/267">(#267)</a>
<li>fix HttpRequfix: support `java`/`kt`/`scala` in all action<a
href="https://github.com/tangcent/easy-api/pull/271">(#271)</a>
</li>
</ul>
<ul>enhancement:
<li>new rule tool: localStorage<a
href="https://github.com/tangcent/easy-api/pull/268">(#268)</a>
<li>support new method 'method/declaration' of 'arg' <a
href="https://github.com/tangcent/easy-api/pull/273">(#273)</a>
</li>

<li>opti: support rule `folder.name` <a
href="https://github.com/tangcent/easy-api/pull/274">(#274)</a>
</li>

<li>opti: support new rule `path.multi` <a
href="https://github.com/tangcent/easy-api/pull/275">(#275)</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.1.183.0</version>
<version>1.9.2.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 98f75a7

Please sign in to comment.