Skip to content

Commit 83d5ac8

Browse files
committed
📝 Update CHANGELOG.md
1 parent 356d794 commit 83d5ac8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@
77
## [1.2.5] - 2023-09-10
88

99
### Changed
10+
1011
- upgrade libraries
1112

1213
### Fixed
14+
1315
- Fixed PSI and index do not match
1416

1517
## [1.2.4] - 2023-08-13
1618

1719
### Changed
20+
1821
- Use VfsUtilCore.iterateChildrenRecursively
1922
- Use ProjectUtil.guessProjectDir()
2023
- Use Strings.toSnakeCase instead of com.google.common.base.CaseFormat && plugin.xml use postStartupActivity
@@ -24,32 +27,38 @@
2427
- Use StartupActivity instead of ProjectManagerListener
2528

2629
### Fixed
30+
2731
- Fix Dao Completion
2832
- Fix ScannedPath
2933
- Fix FileChooserDescriptor.chooseMultiple
3034

3135
## [1.2.3] - 2023-08-07
3236

3337
### Fixed
38+
3439
- Fix "com.intellij.diagnostic.PluginException: Cannot init component state"
3540

3641
## [1.2.2] - 2023-08-06
3742

3843
### Fixed
44+
3945
- When using the DAO tool to generate a model, the field names are directly used as saved in the DAO. #9
4046

4147
## [1.2.1] - 2023-07-25
4248

4349
### Added
50+
4451
- Support Inline Conditions.
4552

4653
### Fixed
54+
4755
- Fix GoFrame ORM unsupported syntax.
4856
- Fix Outdated stub in index Exception.
4957

5058
## [1.2.0] - 2023-07-15
5159

5260
### Added
61+
5362
- Support GoFrame ORM.
5463
- Support Go ORM Tags Live Template.
5564
- Refactor Code Completion. Better Performance!
@@ -58,31 +67,37 @@
5867
## [1.1.0] - 2023-07-04
5968

6069
### Added
70+
6171
- Assisted code completion with @Table annotation.
6272
- Support ORM's table method.
6373

6474
### Fixed
75+
6576
- Fix SQL to Struct error.
6677

6778
## [1.0.2] - 2023-07-04
6879

6980
### Fixed
81+
7082
- Fix the verify SQL exception.
7183

7284
## [1.0.1] - 2023-07-03
7385

7486
### Fixed
87+
7588
- Fix the issue where the scanning paths in the settings cannot utilize the delete, move up, move down, and other
7689
functions.
7790

7891
### Optimize
92+
7993
- Abstract the core path of the ORM into a common class.
8094
- Implement multi-language support, currently supporting Chinese, English, Japanese, and Korean languages.
8195
- Separate the plugin description.
8296

8397
## [1.0.0] - 2023-07-02
8498

8599
### Added
100+
86101
- ORM Code Completion
87102
- SQL to Struct
88103

0 commit comments

Comments
 (0)