Skip to content

Commit 25207f1

Browse files
authored
release 2.7.4 (#1183)
1 parent 9a012ab commit 25207f1

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

IDEA_CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
* 2.7.4
2+
* build: update project dependencies [(#1180)](https://github.com/tangcent/easy-yapi/pull/1180)
3+
4+
* chore: remove AskWithApplyAllDialog form file [(#1181)](https://github.com/tangcent/easy-yapi/pull/1181)
5+
6+
* test: add unit tests for ClassApiExporterHelper [(#1179)](https://github.com/tangcent/easy-yapi/pull/1179)
7+
8+
* refactor: replace nullable properties with lateinit for improved initialization in CommentResolver [(#1178)](https://github.com/tangcent/easy-yapi/pull/1178)
9+
10+
* fix: update methods in ScriptRuleParser to avoid return types with parameter type erasure [(#1176)](https://github.com/tangcent/easy-yapi/pull/1176)
111
* 2.7.3
212
* feat: support Jackson JsonView [(#1162)](https://github.com/tangcent/easy-yapi/pull/1162)
313

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin_name=EasyYapi
2-
plugin_version=2.7.3.212.0
2+
plugin_version=2.7.4.212.0
33
kotlin.code.style=official
44
kotlin_version=1.8.0
55
junit_version=5.9.2
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.3">v2.7.3(2024-10-25)</a><br>
1+
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.4">v2.7.4(2025-01-01)</a><br>
22
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
33

44
<h3>Enhancements:</h3>
55

6-
<ul>
7-
<li>feat: support Jackson JsonView (<a href="https://github.com/tangcent/easy-yapi/pull/1162">#1162</a>)</li>
8-
9-
<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>
6+
<h3>Fixes:</h3>
107

11-
<li>feat: omit content-type header when no parameters are present (<a href="https://github.com/tangcent/easy-yapi/pull/1169">#1169</a>)</li>
12-
13-
<li>feat(script): add support for 'mavenId()' in 'class' (<a href="https://github.com/tangcent/easy-yapi/pull/1155">#1155</a>)</li>
14-
</ul>
8+
<ul>
9+
<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>
10+
</ul>

idea-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.itangcent.idea.plugin.easy-yapi</id>
33
<name>EasyYapi</name>
4-
<version>2.7.3.212.0</version>
4+
<version>2.7.4.212.0</version>
55
<vendor email="pentatangcent@gmail.com" url="https://github.com/tangcent">Tangcent</vendor>
66

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

0 commit comments

Comments
 (0)