Skip to content

Commit 91702ec

Browse files
authored
release 2.8.5 (#1282)
1 parent 44030b3 commit 91702ec

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

IDEA_CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* 2.8.5
2+
* fix: fix IconLoader compatibility [(#1281)](https://github.com/tangcent/easy-yapi/pull/1281)
3+
4+
* fix: use reflection to access MavenId to avoid binary incompatibility with IDEA 261+ [(#1279)](https://github.com/tangcent/easy-yapi/pull/1279)
5+
6+
* fix: avoid shell interpretation of PR body in CI workflows [(#1280)](https://github.com/tangcent/easy-yapi/pull/1280)
7+
8+
* fix: declare incompatible-with easy-api to prevent action ID conflicts [(#1278)](https://github.com/tangcent/easy-yapi/pull/1278)
19
* 2.8.4
210
* fix: improve module finding logic by prioritizing subclass context for inherited API methods [(#1268)](https://github.com/tangcent/easy-yapi/pull/1268)
311

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin_name=EasyYapi
2-
plugin_version=2.8.4.212.0
2+
plugin_version=2.8.5.212.0
33
kotlin.code.style=official
44
kotlin_version=2.1.0
55
junit_version=5.9.2
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.8.4">v2.8.4(2026-01-13)</a><br>
1+
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.8.5">v2.8.5(2026-03-16)</a><br>
22
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
33

44
<h3>Enhancements:</h3>
55

66
<h3>Fixes:</h3>
77

88
<ul>
9-
<li>fix: improve module finding logic by prioritizing subclass context for inherited API methods (<a href="https://github.com/tangcent/easy-yapi/pull/1268">#1268</a>)</li>
9+
<li>fix: fix IconLoader compatibility (<a href="https://github.com/tangcent/easy-yapi/pull/1281">#1281</a>)</li>
10+
11+
<li>fix: use reflection to access MavenId to avoid binary incompatibility with IDEA 261+ (<a href="https://github.com/tangcent/easy-yapi/pull/1279">#1279</a>)</li>
12+
13+
<li>fix: avoid shell interpretation of PR body in CI workflows (<a href="https://github.com/tangcent/easy-yapi/pull/1280">#1280</a>)</li>
14+
15+
<li>fix: declare incompatible-with easy-api to prevent action ID conflicts (<a href="https://github.com/tangcent/easy-yapi/pull/1278">#1278</a>)</li>
1016
</ul>

0 commit comments

Comments
 (0)