Skip to content

Commit 6c76634

Browse files
committed
release 2.4.2
1 parent 0a5c350 commit 6c76634

File tree

4 files changed

+14
-18
lines changed

4 files changed

+14
-18
lines changed

.github/workflows/pr-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ref: ${{ github.event.pull_request.head.ref }}
1616

1717
- name: Check if branch is release branch and add label if needed
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
id: check_branch
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Update Pull Request
105105
if: contains(github.event.pull_request.labels.*.name, 'release') || steps.check_branch.outputs.result == 'true'
106-
uses: actions/github-script@v7
106+
uses: actions/github-script@v8
107107
with:
108108
github-token: ${{ secrets.GITHUB_TOKEN }}
109109
script: |
@@ -116,4 +116,4 @@ jobs:
116116
repo,
117117
issue_number: issueNumber,
118118
body: prBody
119-
});
119+
});

IDEA_CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
* 2.4.2
2+
* feat: Add support for processing inner classes in API export [(#610)](https://github.com/tangcent/easy-api/pull/610)
3+
4+
* build: auto-remove WIP label when PR closes related issue [(#609)](https://github.com/tangcent/easy-api/pull/609)
5+
6+
* fix: Fix compatibility with IntelliJ IDEA Ultimate IU-251.26094.121+ [(#608)](https://github.com/tangcent/easy-api/pull/608)
7+
8+
* chore: Replace deprecated `URL` constructor calls with `asUrl()` extension [(#607)](https://github.com/tangcent/easy-api/pull/607)
9+
10+
* refactor: Refactor PsiClassHelper utilities [(#606)](https://github.com/tangcent/easy-api/pull/606)
111
* 2.4.1
212
* feat: Enhance script object 'api' with parameter accessor methods [(#604)](https://github.com/tangcent/easy-api/pull/604)
313

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.1.212.0
2+
plugin_version=2.4.2.212.0
33
kotlin.code.style=official
44
kotlin_version=2.1.0
55
junit_version=5.9.2
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
1-
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.4.1">v2.4.1(2025-04-21)</a><br>
2-
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
3-
4-
<h3>Enhancements:</h3>
5-
6-
<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>
8-
9-
<li>feat: Add multi-window console logging capability (<a href="https://github.com/tangcent/easy-api/pull/600">#600</a>)</li>
10-
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>
12-
</ul>
13-
14-
<h3>Fixes:</h3>

0 commit comments

Comments
 (0)