We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6ef3f commit a0e9cddCopy full SHA for a0e9cdd
CHANGELOG.md
@@ -1,4 +1,5 @@
1
#### 变更历史
2
+- 1.8.2: 将java 类型转为json
3
- 1.8.1: 支持idea 2020
4
- 1.7.9: fixbug
5
- 1.7.8: 支持方法上@path 注解 来自定义路径
resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
<idea-plugin>
<id>YapiUpload</id>
<name>YapiUpload</name>
- <version>1.8.1</version>
+ <version>1.8.2</version>
<vendor email="[email protected]" url="http://www.qbb6.com">QBB</vendor>
6
7
<description><![CDATA[
@@ -11,6 +11,7 @@
11
12
<change-notes><![CDATA[
13
<a href="https://github.com/diwand/YapiIdeaUploadPlugin">how to use</a> <br>
14
+ 1.8.2:<br> java type convert to json type <br>
15
1.8.1:<br> support idea 2020 <br>
16
1.7.9:<br>
17
<em>
0 commit comments