Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oldme-git committed Dec 27, 2023
1 parent 676cabf commit 8369bdc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [Unreleased]

## [1.0.2] - 2023-12-27

### Added

- OpenApi v(gvalid),method and mime tagValue code completion

### Optimize

- OpenApi tag code completion

## [1.0.1] - 2023-12-20

### Fixed
Expand Down Expand Up @@ -43,8 +53,9 @@
- Service file watch
- live template

[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
[1.0.0-alpha]: https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
[1.0.0-beta]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
[1.0.0-alpha]: https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
7 changes: 4 additions & 3 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ GoFrame Helper 是一款适用于 [GoFrame](https://github.com/gogf/gf) 框架
- gcfg 配置组件代码提示(支持yaml, json)
- gform 字段名代码提示
- 自动监听 Api 和 Logic 生成对应的 Controller 和 Service
- 更多...

# 支持
```
Expand All @@ -26,14 +27,14 @@ GoFrame version GTE 2.2.0

# 使用
## 代码完成
![cfg](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/c76e7774-e7e1-41e4-8114-ddf4040c5957)
![api](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/5d0b6569-cfc1-42a0-b13f-b04c1e14c13c)
![apisuper](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/7fd92ab1-036c-457f-b302-1ff489f3f6d3)
![orm](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/f27e5c1d-84dd-4ac0-a82e-0a34bc3f3f6d)

## 实时模板
![live](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/32c1f373-849e-4fc4-9cd9-ed7acf7c22a6)

## 工具窗口
![tool](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/7cfe6dbf-6a04-4810-a64a-c87fed841000)
![toolcn](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/3a56ebb6-eb42-489d-8a05-6604dae9ed13)

# 安装
> 兼容范围:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ GoFrame Helper is a `Goland/IntelliJ IDEA Ultimate` plugin for [GoFrame](https:/
- gcfg config module code completion(support yaml and json)
- gform files name code completion
- Automatic listening for the Api and Logic to generate the Controller and Service
- More...

# Limitation
`
Expand All @@ -26,8 +27,8 @@ GoFrame version GTE 2.2.0

# Usage
## code completion
![cfg](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/c76e7774-e7e1-41e4-8114-ddf4040c5957)
![api](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/5d0b6569-cfc1-42a0-b13f-b04c1e14c13c)
![apisuper](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/7fd92ab1-036c-457f-b302-1ff489f3f6d3)
![orm](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/f27e5c1d-84dd-4ac0-a82e-0a34bc3f3f6d)

## live templates
![live](https://github.com/oldme-git/GoFrame-Helper/assets/45782393/32c1f373-849e-4fc4-9cd9-ed7acf7c22a6)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = goframehelper
pluginName = goframe-helper
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
# SemVer format -> https://semver.org
pluginVersion=1.0.1
pluginVersion=1.0.2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 222
Expand Down

0 comments on commit 8369bdc

Please sign in to comment.