Skip to content

Commit e4d51f5

Browse files
authored
release 2.8.1 (#1242)
1 parent f58211a commit e4d51f5

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

IDEA_CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
* 2.8.1
2+
* feat: Enhance script object 'api' with parameter accessor methods [(#1241)](https://github.com/tangcent/easy-yapi/pull/1241)
3+
4+
* refactor: Standardize capitalization in form labels [(#1236)](https://github.com/tangcent/easy-yapi/pull/1236)
5+
6+
* build: update release label in auto-label workflow configuration [(#1237)](https://github.com/tangcent/easy-yapi/pull/1237)
7+
8+
* build: Enhance PR workflow to comment on both issues and PRs [(#1239)](https://github.com/tangcent/easy-yapi/pull/1239)
9+
10+
* feat: Add multi-window console logging capability [(#1235)](https://github.com/tangcent/easy-yapi/pull/1235)
11+
12+
* refactor: implement cache invalidation for CachedYapiApiHelper [(#1233)](https://github.com/tangcent/easy-yapi/pull/1233)
13+
14+
* build: add cleanBin task in build.gradle.kts [(#1232)](https://github.com/tangcent/easy-yapi/pull/1232)
15+
16+
* feat: ignore fields from java.lang system classes to prevent complex exported types [(#1229)](https://github.com/tangcent/easy-yapi/pull/1229)
17+
18+
* feat: support skipping unchanged API updates to YAPI [(#1224)](https://github.com/tangcent/easy-yapi/pull/1224)
19+
20+
* refactor: Remove unused charset setting from log configuration [(#1231)](https://github.com/tangcent/easy-yapi/pull/1231)
21+
22+
* build(ci): Add workflow to package plugin and notify on PRs [(#1226)](https://github.com/tangcent/easy-yapi/pull/1226)
123
* 2.8.0
224
* feat: improve link resolution in Markdown Documentation Comments [(#1220)](https://github.com/tangcent/easy-yapi/pull/1220)
325

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.0.212.0
2+
plugin_version=2.8.1.212.0
33
kotlin.code.style=official
44
kotlin_version=2.1.0
55
junit_version=5.9.2
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.8.0">v2.8.0(2025-03-31)</a><br>
1+
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.8.1">v2.8.1(2025-04-17)</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
<ul>
7-
<li>feat: improve link resolution in Markdown Documentation Comments (<a href="https://github.com/tangcent/easy-yapi/pull/1220">#1220</a>)</li>
8-
</ul>
7+
<li>feat: Enhance script object 'api' with parameter accessor methods (<a href="https://github.com/tangcent/easy-yapi/pull/1241">#1241</a>)</li>
98

10-
<h3>Fixes:</h3>
9+
<li>feat: Add multi-window console logging capability (<a href="https://github.com/tangcent/easy-yapi/pull/1235">#1235</a>)</li>
1110

12-
<ul>
13-
<li>fix: escape special characters in markdown template tables (<a href="https://github.com/tangcent/easy-yapi/pull/1218">#1218</a>)</li>
11+
<li>feat: ignore fields from java.lang system classes to prevent complex exported types (<a href="https://github.com/tangcent/easy-yapi/pull/1229">#1229</a>)</li>
12+
13+
<li>feat: support skipping unchanged API updates to YAPI (<a href="https://github.com/tangcent/easy-yapi/pull/1224">#1224</a>)</li>
1414
</ul>
15+
16+
<h3>Fixes:</h3>

idea-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.itangcent.idea.plugin.easy-yapi</id>
33
<name>EasyYapi</name>
4-
<version>2.8.0.212.0</version>
4+
<version>2.8.1.212.0</version>
55
<vendor email="pentatangcent@gmail.com" url="https://github.com/tangcent">Tangcent</vendor>
66

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

0 commit comments

Comments
 (0)