File tree Expand file tree Collapse file tree 4 files changed +14
-18
lines changed
Expand file tree Collapse file tree 4 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 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+ });
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11plugin_name =EasyApi
2- plugin_version =2.4.1 .212.0
2+ plugin_version =2.4.2 .212.0
33kotlin.code.style =official
44kotlin_version =2.1.0
55junit_version =5.9.2
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments