Skip to content

Commit

Permalink
release v2.0.7 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Nov 22, 2020
1 parent 5411bba commit 4480e34
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 25 deletions.
2 changes: 2 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@

* fix: remove usage of Module.getModuleFilePath [(#267)](https://github.com/tangcent/easy-yapi/pull/267)

* feat: support json5 for postman [(#286)](https://github.com/tangcent/easy-yapi/pull/286)

* 1.9.0 ~

* fix: support `java`/`kt`/`scala` in all action. [(#271)](https://github.com/tangcent/easy-api/pull/271
Expand Down
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 '2.0.6.183.0'
version '2.0.7.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=2.0.6.183.0
plugin_version=2.0.7.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
25 changes: 3 additions & 22 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,10 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.0.6">v2.0.6.183.0(2020-11-09)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.0.7">v2.0.7.183.0(2020-11-22)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:

<li> feat: support rule util `session` <a
href="https://github.com/tangcent/easy-yapi/pull/273">(#273)</a>
<li> feat: support json5 for postman <a
href="https://github.com/tangcent/easy-yapi/pull/286">(#286)</a>
</li>

<li> feat: support new method `annValue` for rule elements <a
href="https://github.com/tangcent/easy-yapi/pull/274">(#274)</a>
</li>

<li> opti: support rule `param.before`&`param.after` <a
href="https://github.com/tangcent/easy-yapi/pull/275">(#275)</a>
</li>

<li> opti: several recommended configs is not selected by default any longer <a
href="https://github.com/tangcent/easy-yapi/pull/276">(#276)</a>
</li>

<li> feat: new recommend configs <a
href="https://github.com/tangcent/easy-yapi/pull/277">(#277)</a>
</li>

<li> opti: support repeat validation annotation <a
href="https://github.com/tangcent/easy-yapi/pull/278">(#278)</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>2.0.6.183.0</version>
<version>2.0.7.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 4480e34

Please sign in to comment.