Skip to content

Commit

Permalink
release 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Jan 1, 2025
1 parent 9a012ab commit dd3dbe2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 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.7.4
* build: update project dependencies [(#1180)](https://github.com/tangcent/easy-yapi/pull/1180)

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

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

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

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

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=EasyYapi
plugin_version=2.7.3.212.0
plugin_version=2.7.4.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
14 changes: 5 additions & 9 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-yapi/releases/tag/v2.7.3">v2.7.3(2024-10-25)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.4">v2.7.4(2025-01-01)</a><br>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<h3>Enhancements:</h3>

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

<li>feat: add 'yapi.no_update.description' to stop api description updates (<a href="https://github.com/tangcent/easy-yapi/pull/1170">#1170</a>)</li>
<h3>Fixes:</h3>

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

<li>feat(script): add support for 'mavenId()' in 'class' (<a href="https://github.com/tangcent/easy-yapi/pull/1155">#1155</a>)</li>
</ul>
<ul>
<li>fix: update methods in ScriptRuleParser to avoid return types with parameter type erasure (<a href="https://github.com/tangcent/easy-yapi/pull/1176">#1176</a>)</li>
</ul>
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>2.7.3.212.0</version>
<version>2.7.4.212.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>
Expand Down

0 comments on commit dd3dbe2

Please sign in to comment.