File tree Expand file tree Collapse file tree 4 files changed +22
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +22
-8
lines changed Original file line number Diff line number Diff line change
1
+ * 2.7.3
2
+ * feat: support Jackson JsonView [(#1162)](https://github.com/tangcent/easy-yapi/pull/1162)
3
+
4
+ * feat: add 'yapi.no_update.description' to stop api description updates [(#1170)](https://github.com/tangcent/easy-yapi/pull/1170)
5
+
6
+ * feat: omit content-type header when no parameters are present [(#1169)](https://github.com/tangcent/easy-yapi/pull/1169)
7
+
8
+ * build: update IntelliJ plugin version from 1.14.2 to 1.17.1 [(#1166)](https://github.com/tangcent/easy-yapi/pull/1166)
9
+
10
+ * feat(script): add support for 'mavenId()' in 'class' [(#1155)](https://github.com/tangcent/easy-yapi/pull/1155)
11
+
12
+ * chore: add missing space in log message for setting Postman privateToken [(#1148)](https://github.com/tangcent/easy-yapi/pull/1148)
1
13
* 2.7.2
2
14
* fix: remove Non-extendable interface usage [(#1146)](https://github.com/tangcent/easy-yapi/pull/1146)
3
15
Original file line number Diff line number Diff line change 1
1
plugin_name =EasyYapi
2
- plugin_version =2.7.2 .212.0
2
+ plugin_version =2.7.3 .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.2 "> v2.7.2 (2024-06-30 )</ a > < br >
1
+ < a href ="https://github.com/tangcent/easy-yapi/releases/tag/v2.7.3 "> v2.7.3 (2024-10-25 )</ 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
- < h3 > Fixes:</ h3 >
7
-
8
6
< ul >
9
- < li > fix: remove Non-extendable interface usage (< a href ="https://github.com/tangcent/easy-yapi/pull/1146 "> #1146</ a > )</ li >
7
+ < li > feat: support Jackson JsonView (< a href ="https://github.com/tangcent/easy-yapi/pull/1162 "> #1162</ a > )</ li >
8
+
9
+ < li > feat: add 'yapi.no_update.description' to stop api description updates (< a href ="https://github.com/tangcent/easy-yapi/pull/1170 "> #1170</ a > )</ li >
10
+
11
+ < li > feat: omit content-type header when no parameters are present (< a href ="https://github.com/tangcent/easy-yapi/pull/1169 "> #1169</ a > )</ li >
10
12
11
- < li > fix: correct content-type for Postman API export (< a href ="https://github.com/tangcent/easy-yapi/pull/1144 "> #1144 </ a > )</ li >
12
- </ ul >
13
+ < li > feat(script): add support for 'mavenId()' in 'class' (< a href ="https://github.com/tangcent/easy-yapi/pull/1155 "> #1155 </ a > )</ li >
14
+ </ 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.2 .212.0</version >
4
+ <version >2.7.3 .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