diff --git a/CHANGELOG.md b/CHANGELOG.md index 57784d4..8006639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README-zh_CN.md b/README-zh_CN.md index 1b78e53..13d831b 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -16,6 +16,7 @@ GoFrame Helper 是一款适用于 [GoFrame](https://github.com/gogf/gf) 框架 - gcfg 配置组件代码提示(支持yaml, json) - gform 字段名代码提示 - 自动监听 Api 和 Logic 生成对应的 Controller 和 Service +- 更多... # 支持 ``` @@ -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) # 安装 > 兼容范围: diff --git a/README.md b/README.md index 6a61e23..94f680b 100644 --- a/README.md +++ b/README.md @@ -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 ` @@ -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) diff --git a/gradle.properties b/gradle.properties index 202c567..a7d124d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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