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.6.2 #1021

Merged
merged 1 commit into from
Aug 29, 2023
Merged
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
release 2.6.2
tangcent committed Aug 28, 2023
commit 1e88be38e230776d718ad5ccc577e34602527a41
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)

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