File tree Expand file tree Collapse file tree 4 files changed +21
-8
lines changed Expand file tree Collapse file tree 4 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
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+
717## [ 1.0.1] - 2023-12-20
818
919### Fixed
4353- Service file watch
4454- live template
4555
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
4758[ 1.0.1 ] : https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
4859[ 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
5060[ 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) 框架
1616- gcfg 配置组件代码提示(支持yaml, json)
1717- gform 字段名代码提示
1818- 自动监听 Api 和 Logic 生成对应的 Controller 和 Service
19+ - 更多...
1920
2021# 支持
2122```
@@ -26,14 +27,14 @@ GoFrame version GTE 2.2.0
2627
2728# 使用
2829## 代码完成
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 )
3132
3233## 实时模板
3334![ live] ( https://github.com/oldme-git/GoFrame-Helper/assets/45782393/32c1f373-849e-4fc4-9cd9-ed7acf7c22a6 )
3435
3536## 工具窗口
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 )
3738
3839# 安装
3940> 兼容范围:
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:/
1616- gcfg config module code completion(support yaml and json)
1717- gform files name code completion
1818- Automatic listening for the Api and Logic to generate the Controller and Service
19+ - More...
1920
2021# Limitation
2122`
@@ -26,8 +27,8 @@ GoFrame version GTE 2.2.0
2627
2728# Usage
2829## 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 )
3132
3233## live templates
3334![ 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
44pluginName = goframe-helper
55pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
66# SemVer format -> https://semver.org
7- pluginVersion =1.0.1
7+ pluginVersion =1.0.2
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