File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.0.4] - 2024-01-24
8
+
9
+ ### Added
10
+
11
+ - add http methods more
12
+ - cfg and i18n code jump
13
+
14
+ ### Fixed
15
+
16
+ - Some ORM chain calls codes are not completion
17
+
18
+ ### Optimize
19
+
20
+ - cfg and i18n code completion
21
+
7
22
## [ 1.0.3] - 2024-01-07
8
23
9
24
### Added
65
80
- Service file watch
66
81
- live template
67
82
68
- [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...HEAD
83
+ [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.4...HEAD
84
+ [ 1.0.4 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.4
69
85
[ 1.0.3 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
70
86
[ 1.0.2 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
71
87
[ 1.0.1 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
72
88
[ 1.0.0 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
73
- [ 1.0.0-alpha ] : https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
74
89
[ 1.0.0-beta ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
90
+ [ 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
# 支持
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ GoFrame Helper is a Goland/IntelliJ plugin for [GoFrame](https://github.com/gogf
16
16
- gcfg 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
+ - Support in Chinese and English 中英双语支持
19
20
- More...
20
21
21
22
# Limitation
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.3
7
+ pluginVersion = 1.0.4
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