From c8eca208c5a53d6bc947b3cf23693601863daf51 Mon Sep 17 00:00:00 2001 From: tangcent Date: Fri, 25 Oct 2024 08:09:17 +0800 Subject: [PATCH] release 2.7.3 --- IDEA_CHANGELOG.md | 12 ++++++++++++ gradle.properties | 4 ++-- idea-plugin/parts/pluginChanges.html | 14 ++++++++------ idea-plugin/src/main/resources/META-INF/plugin.xml | 2 +- 4 files changed, 23 insertions(+), 9 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 290ba692..6fafda18 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,15 @@ +* 2.7.3 + * feat: support Jackson JsonView [(#1162)](https://github.com/tangcent/easy-yapi/pull/1162) + + * feat: add 'yapi.no_update.description' to stop api description updates [(#1170)](https://github.com/tangcent/easy-yapi/pull/1170) + + * feat: omit content-type header when no parameters are present [(#1169)](https://github.com/tangcent/easy-yapi/pull/1169) + + * build: update IntelliJ plugin version from 1.14.2 to 1.17.1 [(#1166)](https://github.com/tangcent/easy-yapi/pull/1166) + + * feat(script): add support for 'mavenId()' in 'class' [(#1155)](https://github.com/tangcent/easy-yapi/pull/1155) + + * chore: add missing space in log message for setting Postman privateToken [(#1148)](https://github.com/tangcent/easy-yapi/pull/1148) * 2.7.2 * fix: remove Non-extendable interface usage [(#1146)](https://github.com/tangcent/easy-yapi/pull/1146) diff --git a/gradle.properties b/gradle.properties index 8a31b935..9059e799 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ plugin_name=EasyYapi -plugin_version=2.7.2.212.0 +plugin_version=2.7.3.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 -itangcent_intellij_version=1.6.6 \ No newline at end of file +itangcent_intellij_version=1.6.75-SNAPSHOT \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 584d195a..a38b4762 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,12 +1,14 @@ -v2.7.2(2024-06-30)
+v2.7.3(2024-10-25)
Full Changelog

Enhancements:

-

Fixes:

- +
  • feat(script): add support for 'mavenId()' in 'class' (#1155)
  • + \ No newline at end of file diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index c8ec1058..37ee7bab 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.7.2.212.0 + 2.7.3.212.0 Tangcent