Skip to content

Commit f8edbfd

Browse files
committed
release 2.7.2
1 parent 46b1afc commit f8edbfd

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

IDEA_CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* 2.7.2
2+
* fix: remove Non-extendable interface usage [(#1146)](https://github.com/tangcent/easy-yapi/pull/1146)
3+
4+
* chore: polish Postman API helper classes and cache management [(#1145)](https://github.com/tangcent/easy-yapi/pull/1145)
5+
6+
* fix: correct content-type for Postman API export [(#1144)](https://github.com/tangcent/easy-yapi/pull/1144)
7+
8+
* test: add test case to verify rendering of non-English content in BundledMarkdownRender [(#1142)](https://github.com/tangcent/easy-yapi/pull/1142)
19
* 2.7.1
210
* fix: resolve 'module_path' property resolution issue [(#1137)](https://github.com/tangcent/easy-yapi/pull/1137)
311

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.1.212.0
2+
plugin_version=2.7.2.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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.1">v2.7.1(2024-05-12)</a><br>
1+
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.2">v2.7.2(2024-06-30)</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: added functionality to choose between apache and okHttp for sending HTTP requests via settings (<a href="https://github.com/tangcent/easy-yapi/pull/1132">#1132</a>)</li>
8-
</ul>
9-
106
<h3>Fixes:</h3>
117

128
<ul>
13-
<li>fix: resolve 'module_path' property resolution issue (<a href="https://github.com/tangcent/easy-yapi/pull/1137">#1137</a>)</li>
9+
<li>fix: remove Non-extendable interface usage (<a href="https://github.com/tangcent/easy-yapi/pull/1146">#1146</a>)</li>
10+
11+
<li>fix: correct content-type for Postman API export (<a href="https://github.com/tangcent/easy-yapi/pull/1144">#1144</a>)</li>
1412
</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.1.212.0</version>
4+
<version>2.7.2.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)