Skip to content

Commit

Permalink
release 2.6.2 (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Aug 29, 2023
1 parent 6fa8dfa commit c8ca5dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 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.6.2
* refactor: remove usage of KV [(#1020)](https://github.com/tangcent/easy-yapi/pull/1020)

* fix: fix issue with SessionStorage not works [(#1016)](https://github.com/tangcent/easy-yapi/pull/1016)

* fix: fix thread warning [(#1012)](https://github.com/tangcent/easy-yapi/pull/1012)

* fix: added support for strict check in jakarta.validation and javax.validation [(#1013)](https://github.com/tangcent/easy-yapi/pull/1013)
* 2.6.1
* feat: ignore some common classes [(#1009)](https://github.com/tangcent/easy-yapi/pull/1009)

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.1.212.0
plugin_version=2.6.2.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
12 changes: 5 additions & 7 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.6.1">v2.6.1(2023-08-06)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.2">v2.6.2(2023-08-27)</a><br>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<ul>
<li style="list-style: none">enhancements:</li>
<li style="list-style: none">fixes:</li>

<li>enhancements: feat: ignore some common classes (<a href="https://github.com/tangcent/easy-yapi/pull/1009">#1009</a>)</li>
</ul>
<li>fixes: fix: fix issue with SessionStorage not works (<a href="https://github.com/tangcent/easy-yapi/pull/1016">#1016</a>)</li>

<ul>
<li style="list-style: none">fixes:</li>
<li>fixes: fix: fix thread warning (<a href="https://github.com/tangcent/easy-yapi/pull/1012">#1012</a>)</li>

<li>fixes: fix: refined config behavior for mocking enum fields (<a href="https://github.com/tangcent/easy-yapi/pull/1008">#1008</a>)</li>
<li>fixes: fix: added support for strict check in jakarta.validation and javax.validation (<a href="https://github.com/tangcent/easy-yapi/pull/1013">#1013</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.1.212.0</version>
<version>2.6.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

0 comments on commit c8ca5dd

Please sign in to comment.