Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.6.4 #1049

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

* chore: 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)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 6 additions & 2 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.3">v2.6.3(2023-09-18)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.4">v2.6.4(2023-10-22)</a><br>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<ul>
<li style="list-style: none">enhancements:</li>

<li>feat: add rules `postman.format.after`, `yapi.format.after` (<a href="https://github.com/tangcent/easy-yapi/pull/1033">#1033</a>)</li>
<li>enhancements: feat: Add recommended configuration for Jackson JsonPropertyOrder (<a href="https://github.com/tangcent/easy-yapi/pull/1048">#1048</a>)</li>

<li>enhancements: feat: Add new rule field.order.with (<a href="https://github.com/tangcent/easy-yapi/pull/1047">#1047</a>)</li>

<li>enhancements: feat: Apply field rules to getter and setter methods (<a href="https://github.com/tangcent/easy-yapi/pull/1044">#1044</a>)</li>
</ul>
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>2.6.3.212.0</version>
<version>2.6.4.212.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>
Expand Down
Loading