Skip to content

Commit 877cc45

Browse files
authored
release 2.4.1 (#605)
1 parent eaf7821 commit 877cc45

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

IDEA_CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
* 2.4.1
2+
* feat: Enhance script object 'api' with parameter accessor methods [(#604)](https://github.com/tangcent/easy-api/pull/604)
3+
4+
* build: update release label in auto-label workflow configuration [(#603)](https://github.com/tangcent/easy-api/pull/603)
5+
6+
* build: Enhance PR workflow to comment on both issues and PRs [(#602)](https://github.com/tangcent/easy-api/pull/602)
7+
8+
* refactor: Standardize capitalization in form labels [(#601)](https://github.com/tangcent/easy-api/pull/601)
9+
10+
* feat: Add multi-window console logging capability [(#600)](https://github.com/tangcent/easy-api/pull/600)
11+
12+
* build: add cleanBin task in build.gradle.kts [(#599)](https://github.com/tangcent/easy-api/pull/599)
13+
14+
* feat: ignore fields from java.lang system classes to prevent complex exported types [(#598)](https://github.com/tangcent/easy-api/pull/598)
15+
16+
* refactor: Remove unused charset setting from log configuration [(#597)](https://github.com/tangcent/easy-api/pull/597)
17+
18+
* build(ci): Add workflow to package plugin and notify on PRs [(#596)](https://github.com/tangcent/easy-api/pull/596)
119
* 2.4.0
220
* build: enhance commit message validation to support release version format [(#594)](https://github.com/tangcent/easy-api/pull/594)
321

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin_name=EasyApi
2-
plugin_version=2.4.0.212.0
2+
plugin_version=2.4.1.212.0
33
kotlin.code.style=official
44
kotlin_version=2.1.0
55
junit_version=5.9.2
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.4.0">v2.4.0(2025-04-08)</a><br>
1+
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.4.1">v2.4.1(2025-04-21)</a><br>
22
<a href="https://github.com/tangcent/easy-api/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-api/pull/593">#593</a>)</li>
8-
</ul>
7+
<li>feat: Enhance script object 'api' with parameter accessor methods (<a href="https://github.com/tangcent/easy-api/pull/604">#604</a>)</li>
98

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

12-
<ul>
13-
<li>fix: escape special characters in markdown template tables (<a href="https://github.com/tangcent/easy-api/pull/592">#592</a>)</li>
11+
<li>feat: ignore fields from java.lang system classes to prevent complex exported types (<a href="https://github.com/tangcent/easy-api/pull/598">#598</a>)</li>
1412
</ul>
13+
14+
<h3>Fixes:</h3>

0 commit comments

Comments
 (0)