Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.3.4 #564

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading