File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.0.8] - 2024-11-26
8
+
9
+ ### Updated
10
+
11
+ - Don't auto close Watch when throw Exception
12
+ - Removes the requirement for struct name to end with "Req" or "Res"
13
+
14
+ ### Fixed
15
+
16
+ - Uses ProcessBuilder intend of exec command on windows
17
+ - Builds error when the blank exists in rootProject.name
18
+ - Gets ORM field name [ issue #24 ] ( https://github.com/oldme-git/GoFrame-Helper/issues/24 )
19
+
7
20
## [ 1.0.7] - 2024-08-08
8
21
9
22
### Updated
112
125
- Service file watch
113
126
- live template
114
127
115
- [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.7...HEAD
128
+ [ Unreleased ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.8...HEAD
129
+ [ 1.0.8 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.7...v1.0.8
116
130
[ 1.0.7 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.6...v1.0.7
117
131
[ 1.0.6 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.5...v1.0.6
118
132
[ 1.0.5 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5
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.7
7
+ pluginVersion = 1.0.8
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