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 v2.4.0 #787

Merged
merged 1 commit into from
Jun 13, 2022
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.4.0

* feat: get resource with timeout [(#786)](https://github.com/tangcent/easy-yapi/pull/786)

* chore: remove usages of KitUtils.safe [(#785)](https://github.com/tangcent/easy-yapi/pull/785)

* feat: support new setting 'export selected method only' [(#783)](https://github.com/tangcent/easy-yapi/pull/783)

* 2.3.9

* fix: not use '0' as example [(#771)](https://github.com/tangcent/easy-yapi/pull/771)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'com.itangcent'
version '2.3.9.191.0'
version '2.4.0.191.0'

@SuppressWarnings("GroovyAssignabilityCheck")
static def majorVersion(version) {
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.3.9.191.0
plugin_version=2.4.0.191.0
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
18 changes: 5 additions & 13 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.3.9">v2.3.9.191.0(2022-05-30)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.4.0">v2.4.0.191.0(2022-06-12)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li> feat: not require confirmation to export apis from directory <a
href="https://github.com/tangcent/easy-yapi/pull/766">(#766)</a>
<li> feat: get resource with timeout <a
href="https://github.com/tangcent/easy-yapi/pull/786">(#786)</a>
</li>
</ul>
<ul>fix:
<li> fix: not use '0' as example <a
href="https://github.com/tangcent/easy-yapi/pull/771">(#771)</a>
</li>
<li> fix: fix resize of ApiCallDialog <a
href="https://github.com/tangcent/easy-yapi/pull/770">(#770)</a>
</li>
<li> fix: fix rule `field.default.value` <a
href="https://github.com/tangcent/easy-yapi/pull/765">(#765)</a>
<li> feat: support new setting 'export selected method only' <a
href="https://github.com/tangcent/easy-yapi/pull/783">(#783)</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.3.9.191.0</version>
<version>2.4.0.191.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