File tree Expand file tree Collapse file tree 4 files changed +15
-16
lines changed
Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 99 update-pr :
1010 runs-on : ubuntu-latest
1111 steps :
12+ - uses : actions/setup-node@v3
13+ with :
14+ node-version : ' 16.x'
1215 - uses : actions/checkout@v4
1316 with :
1417 fetch-depth : 0
@@ -116,4 +119,4 @@ jobs:
116119 repo,
117120 issue_number: issueNumber,
118121 body: prBody
119- });
122+ });
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