File tree 4 files changed +21
-8
lines changed 4 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.0.2] - 2023-12-27
8
+
9
+ ### Added
10
+
11
+ - OpenApi v(gvalid),method and mime tagValue code completion
12
+
13
+ ### Optimize
14
+
15
+ - OpenApi tag code completion
16
+
7
17
## [ 1.0.1] - 2023-12-20
8
18
9
19
### Fixed
43
53
- Service file watch
44
54
- live template
45
55
46
- [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.1...HEAD
56
+ [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.2...HEAD
57
+ [ 1.0.2 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
47
58
[ 1.0.1 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
48
59
[ 1.0.0 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
49
- [ 1.0.0-alpha ] : https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
50
60
[ 1.0.0-beta ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
61
+ [ 1.0.0-alpha ] : https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ GoFrame Helper 是一款适用于 [GoFrame](https://github.com/gogf/gf) 框架
16
16
- gcfg 配置组件代码提示(支持yaml, json)
17
17
- gform 字段名代码提示
18
18
- 自动监听 Api 和 Logic 生成对应的 Controller 和 Service
19
+ - 更多...
19
20
20
21
# 支持
21
22
```
@@ -26,14 +27,14 @@ GoFrame version GTE 2.2.0
26
27
27
28
# 使用
28
29
## 代码完成
29
- ![ cfg ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/c76e7774-e7e1-41e4-8114-ddf4040c5957 )
30
- ![ api ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/5d0b6569-cfc1-42a0-b13f-b04c1e14c13c )
30
+ ![ apisuper ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/7fd92ab1-036c-457f-b302-1ff489f3f6d3 )
31
+ ![ orm ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/f27e5c1d-84dd-4ac0-a82e-0a34bc3f3f6d )
31
32
32
33
## 实时模板
33
34
![ live] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/32c1f373-849e-4fc4-9cd9-ed7acf7c22a6 )
34
35
35
36
## 工具窗口
36
- ![ tool ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/7cfe6dbf-6a04-4810-a64a-c87fed841000 )
37
+ ![ toolcn ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/3a56ebb6-eb42-489d-8a05-6604dae9ed13 )
37
38
38
39
# 安装
39
40
> 兼容范围:
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ GoFrame Helper is a `Goland/IntelliJ IDEA Ultimate` plugin for [GoFrame](https:/
16
16
- gcfg config module code completion(support yaml and json)
17
17
- gform files name code completion
18
18
- Automatic listening for the Api and Logic to generate the Controller and Service
19
+ - More...
19
20
20
21
# Limitation
21
22
`
@@ -26,8 +27,8 @@ GoFrame version GTE 2.2.0
26
27
27
28
# Usage
28
29
## code completion
29
- ![ cfg ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/c76e7774-e7e1-41e4-8114-ddf4040c5957 )
30
- ![ api ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/5d0b6569-cfc1-42a0-b13f-b04c1e14c13c )
30
+ ![ apisuper ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/7fd92ab1-036c-457f-b302-1ff489f3f6d3 )
31
+ ![ orm ] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/f27e5c1d-84dd-4ac0-a82e-0a34bc3f3f6d )
31
32
32
33
## live templates
33
34
![ live] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/32c1f373-849e-4fc4-9cd9-ed7acf7c22a6 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = goframehelper
4
4
pluginName = goframe-helper
5
5
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
6
6
# SemVer format -> https://semver.org
7
- pluginVersion =1.0.1
7
+ pluginVersion =1.0.2
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 222
You can’t perform that action at this time.
0 commit comments