Skip to content

Commit

Permalink
release 2.2.5 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Jul 30, 2023
1 parent 24c8f20 commit 814785a
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 25 deletions.
24 changes: 24 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
* 2.2.5
* doc: declare Requirements & Compatibility [#503](https://github.com/tangcent/easy-api/pull/#503)

* doc: update docs [#502](https://github.com/tangcent/easy-api/pull/#502)

* fix: process correct class when clicking class in multi-class Kotlin file [#501](https://github.com/tangcent/easy-api/pull/#501)

* fix: fix support for com.fasterxml.jackson.annotation.JsonUnwrapped [#500](https://github.com/tangcent/easy-api/pull/#500)

* fix: fix swagger3.config [#499](https://github.com/tangcent/easy-api/pull/#499)

* build: update workflows [#498](https://github.com/tangcent/easy-api/pull/#498)

* amend: remove support of GroovyActionExt [#497](https://github.com/tangcent/easy-api/pull/#497)

* build: update scripts [#496](https://github.com/tangcent/easy-api/pull/#496)

* amend: clear uiWeakReference [#495](https://github.com/tangcent/easy-api/pull/#495)

* amend: modify several parameters in RequestRuleWrap nullable [#494](https://github.com/tangcent/easy-api/pull/#494)

* feat: output field.demo value to postman/markdown [#493](https://github.com/tangcent/easy-api/pull/#493)

* chore: polish SettingBinder [#492](https://github.com/tangcent/easy-api/pull/#492)
* 2.2.4

* chore: update version of intellij-kotlin to 1.4.9 [(#490)](https://github.com/tangcent/easy-api/pull/490)
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.4.212.0
plugin_version=2.2.5.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
40 changes: 16 additions & 24 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.2.4">v2.2.4.212.0(2023-04-11)</a>
<br/>
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.2.5">v2.2.5(2023-07-30)</a><br>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li> feat: add several icons to resources <a
href="https://github.com/tangcent/easy-api/pull/489">(#489)</a>
</li>
<li> feat: new script methods for 'runtime' <a
href="https://github.com/tangcent/easy-api/pull/488">(#488)</a>
</li>
<li> feat: support config ignore_irregular_api_method <a
href="https://github.com/tangcent/easy-api/pull/486">(#486)</a>
</li>
<li> feat: provide aliases for several rule tools <a
href="https://github.com/tangcent/easy-api/pull/485">(#485)</a>
</li>
<li> feat: new rule tool: runtime <a
href="https://github.com/tangcent/easy-api/pull/483">(#483)</a>
</li>
<li> feat: support jakarta.validation <a
href="https://github.com/tangcent/easy-api/pull/482">(#482)</a>
</li>
<li> feat: support export apis from groovy <a
href="https://github.com/tangcent/easy-api/pull/481">(#481)</a>
</li>

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

<li>enhancements: feat: output field.demo value to postman/markdown (<a href="https://github.com/tangcent/easy-api/pull/493">#493</a>)</li>
</ul>

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

<li>fixes: fix: process correct class when clicking class in multi-class Kotlin file (<a href="https://github.com/tangcent/easy-api/pull/501">#501</a>)</li>

<li>fixes: fix: fix support for com.fasterxml.jackson.annotation.JsonUnwrapped (<a href="https://github.com/tangcent/easy-api/pull/500">#500</a>)</li>

<li>fixes: fix: fix swagger3.config (<a href="https://github.com/tangcent/easy-api/pull/499">#499</a>)</li>
</ul>

0 comments on commit 814785a

Please sign in to comment.