Skip to content

Commit

Permalink
feat(version): v2.5.0
Browse files Browse the repository at this point in the history
1.feat: Generate Convert 添加仅通过目标对象生成完整语句, 生成后, 源对象由用户手动输入(仅需输入一次即替换全部语句).
2.feat: getter/setter 生成添加不含父类的模式, 使用 allsetp / allgetp 来触发; 仅支持 postfix completion.
  • Loading branch information
gudqs7 committed Aug 3, 2022
1 parent 7faa8f5 commit d996e7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'cn.gudqs7.idea.plugins'
version '2.3.6'
version '2.5.0'

repositories {
mavenCentral()
Expand Down
7 changes: 7 additions & 0 deletions parts/changeNotes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf8">

<pre>
<strong>Release v2.5.0</strong>
1.feat: Generate Convert 添加仅通过目标对象生成完整语句, 生成后, 源对象由用户手动输入(仅需输入一次即替换全部语句).
2.feat: getter/setter 生成添加不含父类的模式, 使用 allsetp / allgetp 来触发; 仅支持 postfix completion.

English:
1.feat: Generate Convert adds a complete statement generated only through the target object, after generation, the source object is manually input by the user (only need to input once to replace all statements).
2.feat: gettersetter generates a mode without parent class, use allsetp allgetp to trigger; only supports postfix completion.
<strong>Release v2.3.6</strong>
1.fix: 修复 SearchEverywhere Api 初始化时空指针问题
2.feat: Generate Convert 添加判空
Expand Down

0 comments on commit d996e7c

Please sign in to comment.