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.7.2 #1147

Merged
merged 1 commit into from
Jun 30, 2024
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
8 changes: 8 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
* 2.7.2
* fix: remove Non-extendable interface usage [(#1146)](https://github.com/tangcent/easy-yapi/pull/1146)

* chore: polish Postman API helper classes and cache management [(#1145)](https://github.com/tangcent/easy-yapi/pull/1145)

* fix: correct content-type for Postman API export [(#1144)](https://github.com/tangcent/easy-yapi/pull/1144)

* test: add test case to verify rendering of non-English content in BundledMarkdownRender [(#1142)](https://github.com/tangcent/easy-yapi/pull/1142)
* 2.7.1
* fix: resolve 'module_path' property resolution issue [(#1137)](https://github.com/tangcent/easy-yapi/pull/1137)

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.1.212.0
plugin_version=2.7.2.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
10 changes: 4 additions & 6 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.1">v2.7.1(2024-05-12)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.2">v2.7.2(2024-06-30)</a><br>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<h3>Enhancements:</h3>

<ul>
<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>
</ul>

<h3>Fixes:</h3>

<ul>
<li>fix: resolve 'module_path' property resolution issue (<a href="https://github.com/tangcent/easy-yapi/pull/1137">#1137</a>)</li>
<li>fix: remove Non-extendable interface usage (<a href="https://github.com/tangcent/easy-yapi/pull/1146">#1146</a>)</li>

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