Skip to content

Commit

Permalink
release 2.2.7 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Nov 12, 2023
1 parent b0b688c commit 81b890c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 4 deletions.
30 changes: 29 additions & 1 deletion IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
* 2.2.7

* feat: Improve Layout and Responsiveness of Several UI Forms [#518](https://github.com/tangcent/easy-api/pull/#518)

* feat: Support configuring doc.source.disable to disable documentation reading [#517](https://github.com/tangcent/easy-api/pull/#517)

* feat: Add recommended configuration for Jackson JsonPropertyOrder [#516](https://github.com/tangcent/easy-api/pull/#516)

* feat: Add new rule field.order.with [#515](https://github.com/tangcent/easy-api/pull/#515)

* amend: remove CompensateRateLimiter [#514](https://github.com/tangcent/easy-api/pull/#514)

* feat: add rules `postman.format.after` [#513](https://github.com/tangcent/easy-api/pull/#513)

* feat: Apply field rules to getter and setter methods [#512](https://github.com/tangcent/easy-api/pull/#512)

* chore: remove deprecated utils [#511](https://github.com/tangcent/easy-api/pull/#511)

* refactor: remove usage of KV [#510](https://github.com/tangcent/easy-api/pull/#510)

* fix: fix issue with SessionStorage not works [#509](https://github.com/tangcent/easy-api/pull/#509)

* fix: fix thread warning [#508](https://github.com/tangcent/easy-api/pull/#508)

* fix: added support for strict check in jakarta.validation and javax.validation [#507](https://github.com/tangcent/easy-api/pull/#507)

* 2.2.6
* feat: ignore some common classes [#505](https://github.com/tangcent/easy-api/pull/#505)

* feat: ignore some common classes [#505](https://github.com/tangcent/easy-api/pull/#505)

* 2.2.5
* doc: declare Requirements & Compatibility [#503](https://github.com/tangcent/easy-api/pull/#503)

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=EasyApi
plugin_version=2.2.6.212.0
plugin_version=2.2.7.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
25 changes: 23 additions & 2 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.2.6">v2.2.6(2023-08-06)</a><br>
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.2.7">v2.2.7(2023-11-12)</a><br>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

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

<li>enhancements: feat: ignore some common classes (<a href="https://github.com/tangcent/easy-api/pull/505">#505</a>)</li>
<li>enhancements: feat: Improve Layout and Responsiveness of Several UI Forms (<a href="https://github.com/tangcent/easy-api/pull/518">#518</a>)</li>

<li>enhancements: feat: Support configuring doc.source.disable to disable documentation reading (<a href="https://github.com/tangcent/easy-api/pull/517">#517</a>)</li>

<li>enhancements: feat: Add recommended configuration for Jackson JsonPropertyOrder (<a href="https://github.com/tangcent/easy-api/pull/516">#516</a>)</li>

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

<li>enhancements: feat: add rules `postman.format.after` (<a href="https://github.com/tangcent/easy-api/pull/513">#513</a>)</li>

<li>enhancements: feat: Apply field rules to getter and setter methods (<a href="https://github.com/tangcent/easy-api/pull/512">#512</a>)</li>

</ul>

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

<li>fixes: fix: fix issue with SessionStorage not works (<a href="https://github.com/tangcent/easy-api/pull/509">#509</a>)</li>

<li>fixes: fix: fix thread warning (<a href="https://github.com/tangcent/easy-api/pull/508">#508</a>)</li>

<li>fixes: fix: added support for strict check in jakarta.validation and javax.validation (<a href="https://github.com/tangcent/easy-api/pull/507">#507</a>)</li>
</ul>

0 comments on commit 81b890c

Please sign in to comment.