From efac2f3efd4a64d974cddbc5de5046c05e734ac4 Mon Sep 17 00:00:00 2001 From: tangcent Date: Sun, 27 Feb 2022 20:55:47 +0800 Subject: [PATCH] release v2.3.2 (#698) --- IDEA_CHANGELOG.md | 16 ++++++++++ build.gradle | 2 +- gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 30 ++++++------------- .../src/main/resources/META-INF/plugin.xml | 2 +- 5 files changed, 28 insertions(+), 24 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 2c4f21c99..7f63ed731 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,19 @@ +* 2.3.2 + + * feat: [generic] auto fix http method [(#697)](https://github.com/tangcent/easy-yapi/pull/697) + + * feat: generic.spring.demo.config [(#696)](https://github.com/tangcent/easy-yapi/pull/696) + + * chore: fix warnings [(#695)](https://github.com/tangcent/easy-yapi/pull/695) + + * fix: use `any` instead of `forEach` to export api from superMethods [(#694)](https://github.com/tangcent/easy-yapi/pull/694) + + * fix: remove usage of ObjectTypeAdapter.FACTORY [(#693)](https://github.com/tangcent/easy-yapi/pull/693) + + * feat: new Action FieldsToProperties [(#686)](https://github.com/tangcent/easy-yapi/pull/686) + + * chore: update docs [(#680)](https://github.com/tangcent/easy-yapi/pull/680) + * 2.3.1 * feat: support @RequestLine、@Headers、@Param、@Body [(#676)](https://github.com/tangcent/easy-yapi/pull/676) diff --git a/build.gradle b/build.gradle index 65e461985..4e1896dd8 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'com.itangcent' -version '2.3.1.183.0' +version '2.3.2.183.0' @SuppressWarnings("GroovyAssignabilityCheck") static def majorVersion(version) { diff --git a/gradle.properties b/gradle.properties index 18e06a59f..61566c567 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.3.1.183.0 +plugin_version=2.3.2.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 7ed86432d..6aa83dc6e 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,31 +1,19 @@ -v2.3.1.183.0(2021-12-26) +v2.3.2.183.0(2022-02-27)
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 981f541f7..1ef2295a9 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.3.1.183.0 + 2.3.2.183.0 Tangcent