File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.0.0-beta] - 2023-12-12
8+ ### Added
9+ - gcfg code Completion(Currently only yaml is supported)
10+ - GoFrame-IDEA logo
11+
12+ ### Optimize
13+ - Compatible 222
14+
715## [ 1.0.0-alpha] - 2023-12-08
816### Added
9- - OpenApi Tag Completion
10- - Orm Completion
17+ - OpenApi Tag code completion
18+ - Orm code completion
1119- Api file watch
1220- Service file watch
1321- live template
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.github.oldmegit.goframeidea
44pluginName = goframe-idea
55pluginRepositoryUrl = https://github.com/oldme-git/goframe-idea
66# SemVer format -> https://semver.org
7- pluginVersion =1.0.0-alpha
7+ pluginVersion =1.0.0-beta
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 222
You can’t perform that action at this time.
0 commit comments