From 2581a00ef842d288d8f561a77770f5b7f89fe9e5 Mon Sep 17 00:00:00 2001 From: tangcent Date: Sun, 22 Oct 2023 14:58:39 +0800 Subject: [PATCH] release 2.6.4 --- IDEA_CHANGELOG.md | 18 +++++++++++++++--- gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 8 ++++++-- .../src/main/resources/META-INF/plugin.xml | 2 +- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index d9f90997..78297c96 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,9 +1,21 @@ +* 2.6.4 + + * feat: Add recommended configuration for Jackson JsonPropertyOrder [(#1048)](https://github.com/tangcent/easy-yapi/pull/1048) + + * feat: Add new rule field.order.with [(#1047)](https://github.com/tangcent/easy-yapi/pull/1047) + + * feat: Apply field rules to getter and setter methods [(#1044)](https://github.com/tangcent/easy-yapi/pull/1044) + + * chore: polish YapiFormatter [(#1043)](https://github.com/tangcent/easy-yapi/pull/1043) + * 2.6.3 -* amend: remove CompensateRateLimiter [(#1034)](https://github.com/tangcent/easy-yapi/pull/1034) -* feat: add rules `postman.format.after`, `yapi.format.after` [(#1033)](https://github.com/tangcent/easy-yapi/pull/1033) + * amend: remove CompensateRateLimiter [(#1034)](https://github.com/tangcent/easy-yapi/pull/1034) + + * feat: add rules `postman.format.after`, `yapi.format.after` [(#1033)](https://github.com/tangcent/easy-yapi/pull/1033) + + * hore: remove deprecated utils [(#1024)](https://github.com/tangcent/easy-yapi/pull/1024) -* chore: remove deprecated utils [(#1024)](https://github.com/tangcent/easy-yapi/pull/1024) * 2.6.2 * refactor: remove usage of KV [(#1020)](https://github.com/tangcent/easy-yapi/pull/1020) diff --git a/gradle.properties b/gradle.properties index af1bdce5..dc667dbe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.6.3.212.0 +plugin_version=2.6.4.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 2a564e14..a55dcc28 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,8 +1,12 @@ -v2.6.3(2023-09-18)
+v2.6.4(2023-10-22)
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 73877b12..e9129f24 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.6.3.212.0 + 2.6.4.212.0 Tangcent