Skip to content

Commit

Permalink
release 2.3.1 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed May 18, 2024
1 parent 41c8c67 commit ce41396
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
13 changes: 13 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
* 2.3.1
* fix: resolve 'module_path' property resolution issue [(#544)](https://github.com/tangcent/easy-api/pull/544)

* feat: added functionality to choose between apache and okHttp for sending HTTP requests via settings [(#543)](https://github.com/tangcent/easy-api/pull/543)

* feat: add rules `param.name`, `param.type` [(#541)](https://github.com/tangcent/easy-api/pull/541)

* feat: add support for io.swagger.v3.oas.annotations.media.Schema annotation [(#540)](https://github.com/tangcent/easy-api/pull/540)

* fix: fix issue where the configuration was not being loaded before actions were performed [(#539)](https://github.com/tangcent/easy-api/pull/539)

* feat: Replace gson and jsoup with IntelliJ code style for JSON/XML/HTML formatting [(#538)](https://github.com/tangcent/easy-api/pull/538)

* 2.3.0
* chore: polish docs and comments [(#536)](https://github.com/tangcent/easy-api/pull/536)

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.3.0.212.0
plugin_version=2.3.1.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
14 changes: 10 additions & 4 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.3.0">v2.3.0(2024-04-01)</a><br>
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.3.1">v2.3.1(2024-05-17)</a><br>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<h3>Enhancements:</h3>

<ul>
<li>feat: optimize configuration loading logic for enhanced efficiency and reliability (<a href="https://github.com/tangcent/easy-api/pull/532">#532</a>)</li>
<li>feat: added functionality to choose between apache and okHttp for sending HTTP requests via settings (<a href="https://github.com/tangcent/easy-api/pull/543">#543</a>)</li>

<li>feat: add rules `param.name`, `param.type` (<a href="https://github.com/tangcent/easy-api/pull/541">#541</a>)</li>

<li>feat: add support for io.swagger.v3.oas.annotations.media.Schema annotation (<a href="https://github.com/tangcent/easy-api/pull/540">#540</a>)</li>

<li>feat: Replace gson and jsoup with IntelliJ code style for JSON/XML/HTML formatting (<a href="https://github.com/tangcent/easy-api/pull/538">#538</a>)</li>
</ul>

<h3>Fixes:</h3>

<ul>
<li>fix: implement error handling in remoteConfigContent function (<a href="https://github.com/tangcent/easy-api/pull/534">#534</a>)</li>
<li>fix: resolve 'module_path' property resolution issue (<a href="https://github.com/tangcent/easy-api/pull/544">#544</a>)</li>

<li>fix: resolve comment for custom enum field (<a href="https://github.com/tangcent/easy-api/pull/533">#533</a>)</li>
<li>fix: fix issue where the configuration was not being loaded before actions were performed (<a href="https://github.com/tangcent/easy-api/pull/539">#539</a>)</li>
</ul>

0 comments on commit ce41396

Please sign in to comment.