From 4267d8ae3bdaf524c42914b6ad47fb7bfd3123e5 Mon Sep 17 00:00:00 2001 From: tangcent Date: Sun, 5 Jan 2025 16:48:26 +0800 Subject: [PATCH] release 2.3.4 --- IDEA_CHANGELOG.md | 10 ++++++++++ gradle.properties | 4 ++-- idea-plugin/parts/pluginChanges.html | 12 ++++-------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 8c6dd40d..62e43dcf 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,13 @@ +* 2.3.4 + * build: update project dependencies [(#563)](https://github.com/tangcent/easy-api/pull/563) + + * chore: remove AskWithApplyAllDialog form file [(#562)](https://github.com/tangcent/easy-api/pull/562) + + * test: add unit tests for ClassApiExporterHelper [(#560)](https://github.com/tangcent/easy-api/pull/560) + + * refactor: replace nullable properties with lateinit for improved initialization in CommentResolver [(#559)](https://github.com/tangcent/easy-api/pull/559) + + * fix: update methods in ScriptRuleParser to avoid return types with parameter type erasure [(#558)](https://github.com/tangcent/easy-api/pull/558) * 2.3.3 * feat: support Jackson JsonView [(#556)](https://github.com/tangcent/easy-api/pull/556) diff --git a/gradle.properties b/gradle.properties index 8af5316d..c8a3bf25 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ plugin_name=EasyApi -plugin_version=2.3.3.212.0 +plugin_version=2.3.4.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 -itangcent_intellij_version=1.7.1 \ No newline at end of file +itangcent_intellij_version=1.7.2 \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 4ced244e..0b1e1a04 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,14 +1,10 @@ -v2.3.3(2024-11-06)
+v2.3.4(2025-01-05)
Full Changelog

Enhancements:

-