File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change
1
+ * 2.7.2
2
+ * fix: remove Non-extendable interface usage [(#1146)](https://github.com/tangcent/easy-yapi/pull/1146)
3
+
4
+ * chore: polish Postman API helper classes and cache management [(#1145)](https://github.com/tangcent/easy-yapi/pull/1145)
5
+
6
+ * fix: correct content-type for Postman API export [(#1144)](https://github.com/tangcent/easy-yapi/pull/1144)
7
+
8
+ * test: add test case to verify rendering of non-English content in BundledMarkdownRender [(#1142)](https://github.com/tangcent/easy-yapi/pull/1142)
1
9
* 2.7.1
2
10
* fix: resolve 'module_path' property resolution issue [(#1137)](https://github.com/tangcent/easy-yapi/pull/1137)
3
11
Original file line number Diff line number Diff line change 1
1
plugin_name =EasyYapi
2
- plugin_version =2.7.1 .212.0
2
+ plugin_version =2.7.2 .212.0
3
3
kotlin.code.style =official
4
4
kotlin_version =1.8.0
5
5
junit_version =5.9.2
Original file line number Diff line number Diff line change 1
- < a href ="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.1 "> v2.7.1 (2024-05-12 )</ a > < br >
1
+ < a href ="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.2 "> v2.7.2 (2024-06-30 )</ a > < br >
2
2
< a href ="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md "> Full Changelog</ a >
3
3
4
4
< h3 > Enhancements:</ h3 >
5
5
6
- < ul >
7
- < li > feat: added functionality to choose between apache and okHttp for sending HTTP requests via settings (< a href ="https://github.com/tangcent/easy-yapi/pull/1132 "> #1132</ a > )</ li >
8
- </ ul >
9
-
10
6
< h3 > Fixes:</ h3 >
11
7
12
8
< ul >
13
- < li > fix: resolve 'module_path' property resolution issue (< a href ="https://github.com/tangcent/easy-yapi/pull/1137 "> #1137</ a > )</ li >
9
+ < li > fix: remove Non-extendable interface usage (< a href ="https://github.com/tangcent/easy-yapi/pull/1146 "> #1146</ a > )</ li >
10
+
11
+ < li > fix: correct content-type for Postman API export (< a href ="https://github.com/tangcent/easy-yapi/pull/1144 "> #1144</ a > )</ li >
14
12
</ ul >
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.itangcent.idea.plugin.easy-yapi</id >
3
3
<name >EasyYapi</name >
4
- <version >2.7.1 .212.0</version >
4
+ <version >2.7.2 .212.0</version >
5
5
<
vendor email =
" [email protected] " url =
" https://github.com/tangcent" >Tangcent</
vendor >
6
6
7
7
<description ><![CDATA[ Description will be added by gradle build]]> </description >
You can’t perform that action at this time.
0 commit comments