From ba225f2a542f0effcd50ea2c127f9f3204a326ca Mon Sep 17 00:00:00 2001 From: tangcent Date: Sat, 20 Nov 2021 22:35:38 +0800 Subject: [PATCH] release v2.3.0 (#659) --- IDEA_CHANGELOG.md | 16 +++++++++++ build.gradle | 2 +- gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 28 +++++++++++-------- .../src/main/resources/META-INF/plugin.xml | 2 +- 5 files changed, 36 insertions(+), 14 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index c89a050f7..60f0351a1 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,19 @@ +* 2.3.0 + + * feat: recommend config for `Jackson-JsonUnwrapped` [(#658)](https://github.com/tangcent/easy-yapi/pull/658) + + * fix: remove redundant table header in markdown [(#654)](https://github.com/tangcent/easy-yapi/pull/654) + + * feat: new rule `json.additional.field` [(#652)](https://github.com/tangcent/easy-yapi/pull/652) + + * fix: read desc of class before compute by rule [(#649)](https://github.com/tangcent/easy-yapi/pull/649) + + * feat: support quarkus [(#648)](https://github.com/tangcent/easy-yapi/pull/648) + + * feat: support spring-feign [(#643)](https://github.com/tangcent/easy-yapi/pull/643) + + * feat: support Condition [(#641)](https://github.com/tangcent/easy-yapi/pull/641) + * 2.2.9 * fix: fix regex rule [(#620)](https://github.com/tangcent/easy-yapi/pull/620) diff --git a/build.gradle b/build.gradle index 4df677526..5ee39f241 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'com.itangcent' -version '2.2.9.183.0' +version '2.3.0.183.0' @SuppressWarnings("GroovyAssignabilityCheck") static def majorVersion(version) { diff --git a/gradle.properties b/gradle.properties index 2b1ed6884..09975d2fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.2.9.183.0 +plugin_version=2.3.0.183.0 org.gradle.jvmargs=-Dfile.encoding=UTF-8 systemProp.file.encoding=UTF-8 org.gradle.daemon=true diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 9e325c7ba..e74836fa8 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,22 +1,28 @@ -v2.2.9.183.0(2021-10-17) +v2.3.0.183.0(2021-11-20)
Full Changelog diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index db87c3647..cd1dfaa89 100644 --- a/idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.itangcent.idea.plugin.easy-yapi EasyYapi - 2.2.9.183.0 + 2.3.0.183.0 Tangcent