Skip to content

Commit 655ddc6

Browse files
committed
release 2.7.3
1 parent 99dec75 commit 655ddc6

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

IDEA_CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
* 2.7.3
2+
* feat: support Jackson JsonView [(#1162)](https://github.com/tangcent/easy-yapi/pull/1162)
3+
4+
* feat: add 'yapi.no_update.description' to stop api description updates [(#1170)](https://github.com/tangcent/easy-yapi/pull/1170)
5+
6+
* feat: omit content-type header when no parameters are present [(#1169)](https://github.com/tangcent/easy-yapi/pull/1169)
7+
8+
* build: update IntelliJ plugin version from 1.14.2 to 1.17.1 [(#1166)](https://github.com/tangcent/easy-yapi/pull/1166)
9+
10+
* feat(script): add support for 'mavenId()' in 'class' [(#1155)](https://github.com/tangcent/easy-yapi/pull/1155)
11+
12+
* chore: add missing space in log message for setting Postman privateToken [(#1148)](https://github.com/tangcent/easy-yapi/pull/1148)
113
* 2.7.2
214
* fix: remove Non-extendable interface usage [(#1146)](https://github.com/tangcent/easy-yapi/pull/1146)
315

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.2.212.0
2+
plugin_version=2.7.3.212.0
33
kotlin.code.style=official
44
kotlin_version=1.8.0
55
junit_version=5.9.2

idea-plugin/parts/pluginChanges.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.2">v2.7.2(2024-06-30)</a><br>
1+
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.3">v2.7.3(2024-10-25)</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-
<h3>Fixes:</h3>
7-
86
<ul>
9-
<li>fix: remove Non-extendable interface usage (<a href="https://github.com/tangcent/easy-yapi/pull/1146">#1146</a>)</li>
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>
10+
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>
1012

11-
<li>fix: correct content-type for Postman API export (<a href="https://github.com/tangcent/easy-yapi/pull/1144">#1144</a>)</li>
12-
</ul>
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>

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.2.212.0</version>
4+
<version>2.7.3.212.0</version>
55
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>
66

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

0 commit comments

Comments
 (0)