Skip to content

Commit 31dd0c9

Browse files
committed
v1.0.4
1 parent b519ae6 commit 31dd0c9

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
## [Unreleased]
66

7+
## [1.0.4] - 2024-01-24
8+
9+
### Added
10+
11+
- add http methods more
12+
- cfg and i18n code jump
13+
14+
### Fixed
15+
16+
- Some ORM chain calls codes are not completion
17+
18+
### Optimize
19+
20+
- cfg and i18n code completion
21+
722
## [1.0.3] - 2024-01-07
823

924
### Added
@@ -65,10 +80,11 @@
6580
- Service file watch
6681
- live template
6782

68-
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...HEAD
83+
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.4...HEAD
84+
[1.0.4]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.4
6985
[1.0.3]: https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
7086
[1.0.2]: https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2
7187
[1.0.1]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0...v1.0.1
7288
[1.0.0]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-beta...v1.0.0
73-
[1.0.0-alpha]: https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha
7489
[1.0.0-beta]: https://github.com/oldme-git/goframe-helper/compare/v1.0.0-alpha...v1.0.0-beta
90+
[1.0.0-alpha]: https://github.com/oldme-git/goframe-helper/commits/v1.0.0-alpha

README-zh_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
# 支持

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ GoFrame Helper is a Goland/IntelliJ plugin for [GoFrame](https://github.com/gogf
1616
- gcfg 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+
- Support in Chinese and English 中英双语支持
1920
- More...
2021

2122
# Limitation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = goframehelper
44
pluginName = goframe-helper
55
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.3
7+
pluginVersion = 1.0.4
88

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

0 commit comments

Comments
 (0)