Skip to content

Commit

Permalink
release v2.3.1 (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Dec 26, 2021
1 parent 1fb5577 commit bf50a82
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 18 deletions.
22 changes: 22 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
* 2.3.1

* feat: support @RequestLine、@Headers、@Param、@Body [(#676)](https://github.com/tangcent/easy-yapi/pull/676)

* test: Test case of [DefaultDocParseHelper] [(#675)](https://github.com/tangcent/easy-yapi/pull/675)

* feat: try parse api info from super methods [(#674)](https://github.com/tangcent/easy-yapi/pull/674)

* fix: [json5] remove lead blank lines [(#673)](https://github.com/tangcent/easy-yapi/pull/673)

* feat: improve Settings UI [(#672)](https://github.com/tangcent/easy-yapi/pull/672)

* feat: [recommend] converter of reactivestreams.Publisher [(#667)](https://github.com/tangcent/easy-yapi/pull/667)

* chore: update docs [(#665)](https://github.com/tangcent/easy-yapi/pull/665)

* fix: resolve multi-line root desc as block comments [(#664)](https://github.com/tangcent/easy-yapi/pull/664)

* feat: support custom annotation with Spring-RequestMapping [(#663)](https://github.com/tangcent/easy-yapi/pull/663)

* feat: convert [java.sql.Date]&[java.sql.Time] as java.lang.String [(#662)](https://github.com/tangcent/easy-yapi/pull/662)

* 2.3.0

* feat: recommend config for `Jackson-JsonUnwrapped` [(#658)](https://github.com/tangcent/easy-yapi/pull/658)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'com.itangcent'
version '2.3.0.183.0'
version '2.3.1.183.0'

@SuppressWarnings("GroovyAssignabilityCheck")
static def majorVersion(version) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
plugin_version=2.3.0.183.0
plugin_version=2.3.1.183.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
33 changes: 18 additions & 15 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.3.0">v2.3.0.183.0(2021-11-20)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.3.1">v2.3.1.183.0(2021-12-26)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li> feat: recommend config for `Jackson-JsonUnwrapped` <a
href="https://github.com/tangcent/easy-yapi/pull/658">(#658)</a>
<li> feat: support @RequestLine、@Headers、@Param、@Body <a
href="https://github.com/tangcent/easy-yapi/pull/676">(#676)</a>
</li>
<li> feat: new rule `json.additional.field` <a
href="https://github.com/tangcent/easy-yapi/pull/652">(#652)</a>
<li> feat: try parse api info from super methods <a
href="https://github.com/tangcent/easy-yapi/pull/674">(#674)</a>
</li>
<li> feat: support quarkus <a
href="https://github.com/tangcent/easy-yapi/pull/648">(#648)</a>
<li> feat: improve Settings UI <a
href="https://github.com/tangcent/easy-yapi/pull/672">(#672)</a>
</li>
<li> feat: support spring-feign <a
href="https://github.com/tangcent/easy-yapi/pull/643">(#643)</a>
<li> feat: [recommend] converter of reactivestreams.Publisher <a
href="https://github.com/tangcent/easy-yapi/pull/667">(#667)</a>
</li>
<li> feat: support Condition <a
href="https://github.com/tangcent/easy-yapi/pull/641">(#641)</a>
<li> feat: support custom annotation with Spring-RequestMapping <a
href="https://github.com/tangcent/easy-yapi/pull/663">(#663)</a>
</li>
<li> feat: convert [java.sql.Date]&[java.sql.Time] as java.lang.String <a
href="https://github.com/tangcent/easy-yapi/pull/662">(#662)</a>
</li>
</ul>
<ul>fix:
<li> fix: remove redundant table header in markdown <a
href="https://github.com/tangcent/easy-yapi/pull/654">(#654)</a>
<li> fix: [json5] remove lead blank lines <a
href="https://github.com/tangcent/easy-yapi/pull/673">(#673)</a>
</li>
<li> fix: read desc of class before compute by rule <a
href="https://github.com/tangcent/easy-yapi/pull/649">(#649)</a>
<li> fix: resolve multi-line root desc as block comments <a
href="https://github.com/tangcent/easy-yapi/pull/664">(#664)</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.3.0.183.0</version>
<version>2.3.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 bf50a82

Please sign in to comment.