Skip to content

Commit

Permalink
release 2.7.0 (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Apr 15, 2024
1 parent 887ba01 commit 0f706c1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
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.0
* feat: add rules `param.name`, `param.type` [(#1128)](https://github.com/tangcent/easy-yapi/pull/1128)

* feat: add support for io.swagger.v3.oas.annotations.media.Schema annotation [(#1127)](https://github.com/tangcent/easy-yapi/pull/1127)

* fix: fix issue where the configuration was not being loaded before actions were performed [(#1123)](https://github.com/tangcent/easy-yapi/pull/1123)

* feat: Replace gson and jsoup with IntelliJ code style for JSON/XML/HTML formatting [(#1119)](https://github.com/tangcent/easy-yapi/pull/1119)
* 2.6.9
* fix: implement error handling in remoteConfigContent function [(#1115)](https://github.com/tangcent/easy-yapi/pull/1115)

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.6.9.212.0
plugin_version=2.7.0.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
27 changes: 8 additions & 19 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.9">v2.6.9(2024-03-31)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.0">v2.7.0(2024-04-15)</a><br>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<br/>

<h3>enhancements:</h3>
<h3>Enhancements:</h3>

<ul>
<li>feat: add rules `param.name`, `param.type` (<a href="https://github.com/tangcent/easy-yapi/pull/1128">#1128</a>)</li>

<li>feat: add support for io.swagger.v3.oas.annotations.media.Schema annotation (<a href="https://github.com/tangcent/easy-yapi/pull/1127">#1127</a>)</li>

<li>feat: optimize configuration loading logic for enhanced efficiency and reliability (<a
href="https://github.com/tangcent/easy-yapi/pull/1107">#1107</a>)
</li>
<li>feat: Replace gson and jsoup with IntelliJ code style for JSON/XML/HTML formatting (<a href="https://github.com/tangcent/easy-yapi/pull/1119">#1119</a>)</li>
</ul>

<h3>fixes:</h3>
<h3>Fixes:</h3>

<ul>

<li>fix: implement error handling in remoteConfigContent function (<a
href="https://github.com/tangcent/easy-yapi/pull/1115">#1115</a>)
</li>

<li>fix: resolve comment for custom enum field (<a href="https://github.com/tangcent/easy-yapi/pull/1112">#1112</a>)
</li>

<li>fix: resolve configuration loading issue in several actions (<a
href="https://github.com/tangcent/easy-yapi/pull/1111">#1111</a>)
</li>
<li>fix: fix issue where the configuration was not being loaded before actions were performed (<a href="https://github.com/tangcent/easy-yapi/pull/1123">#1123</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.6.9.212.0</version>
<version>2.7.0.212.0</version>
<vendor email="pentatangcent@gmail.com" url="https://github.com/tangcent">Tangcent</vendor>

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

0 comments on commit 0f706c1

Please sign in to comment.