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 0bf0d88 commit b0f6a4bCopy full SHA for b0f6a4b
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'org.linyimin'
7
-version '1.0.4'
+version '1.0.5'
8
9
repositories {
10
maven { url 'https://maven.aliyun.com/repository/public/' }
@@ -30,6 +30,17 @@ intellij {
30
31
patchPluginXml {
32
changeNotes = """
33
+ <h4>1.0.5</h4>
34
+ <ul>
35
+ <li>Support @Insert, @Delete, @Update and @Select annotations</li>
36
+ <li>Beautify the style of SQL and JSON</li>
37
+ <li>Fixed the bug where nested classes were parsed into JSON</li>
38
+ </ul>
39
40
+ <li>支持@Insert, @Delete, @Update, @Select注解生成SQL语句</li>
41
+ <li>美化SQL和JSON的样式</li>
42
+ <li>解决嵌套类解析成JSON时抛异常的bug</li>
43
44
<h4>1.0.4</h4>
45
<ul>
46
<li>SQL statement syntax highlighting and resolving some bugs</li>
0 commit comments