Skip to content

Commit

Permalink
release 2.3.4 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Jan 5, 2025
1 parent 928965f commit cca117c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
10 changes: 10 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
* 2.3.4
* build: update project dependencies [(#563)](https://github.com/tangcent/easy-api/pull/563)

* chore: remove AskWithApplyAllDialog form file [(#562)](https://github.com/tangcent/easy-api/pull/562)

* test: add unit tests for ClassApiExporterHelper [(#560)](https://github.com/tangcent/easy-api/pull/560)

* refactor: replace nullable properties with lateinit for improved initialization in CommentResolver [(#559)](https://github.com/tangcent/easy-api/pull/559)

* fix: update methods in ScriptRuleParser to avoid return types with parameter type erasure [(#558)](https://github.com/tangcent/easy-api/pull/558)
* 2.3.3
* feat: support Jackson JsonView [(#556)](https://github.com/tangcent/easy-api/pull/556)

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin_name=EasyApi
plugin_version=2.3.3.212.0
plugin_version=2.3.4.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
itangcent_intellij_version=1.7.1
itangcent_intellij_version=1.7.2
12 changes: 4 additions & 8 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.3.3">v2.3.3(2024-11-06)</a><br>
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.3.4">v2.3.4(2025-01-05)</a><br>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<h3>Enhancements:</h3>

<ul>
<li>feat: support Jackson JsonView (<a href="https://github.com/tangcent/easy-api/pull/556">#556</a>)</li>

<li>feat: omit content-type header when no parameters are present (<a href="https://github.com/tangcent/easy-api/pull/555">#555</a>)</li>
<h3>Fixes:</h3>

<li>feat(script): add support for 'mavenId()' in 'class' (<a href="https://github.com/tangcent/easy-api/pull/553">#553</a>)</li>
<ul>
<li>fix: update methods in ScriptRuleParser to avoid return types with parameter type erasure (<a href="https://github.com/tangcent/easy-api/pull/558">#558</a>)</li>
</ul>

<h3>Fixes:</h3>

0 comments on commit cca117c

Please sign in to comment.