Skip to content

Commit

Permalink
release 2.6.4 (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Oct 22, 2023
1 parent b90d36e commit 43f649d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
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

0 comments on commit 43f649d

Please sign in to comment.