Skip to content

Commit 0b4a9c5

Browse files
committed
📝 Update CHANGELOG.md
1 parent 8373271 commit 0b4a9c5

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
## [1.2.4] - 2023-08-13
88

99
### Changed
10-
1110
- Use VfsUtilCore.iterateChildrenRecursively
1211
- Use ProjectUtil.guessProjectDir()
1312
- Use Strings.toSnakeCase instead of com.google.common.base.CaseFormat && plugin.xml use postStartupActivity
@@ -17,38 +16,32 @@
1716
- Use StartupActivity instead of ProjectManagerListener
1817

1918
### Fixed
20-
2119
- Fix Dao Completion
2220
- Fix ScannedPath
2321
- Fix FileChooserDescriptor.chooseMultiple
2422

2523
## [1.2.3] - 2023-08-07
2624

2725
### Fixed
28-
2926
- Fix "com.intellij.diagnostic.PluginException: Cannot init component state"
3027

3128
## [1.2.2] - 2023-08-06
3229

3330
### Fixed
34-
3531
- When using the DAO tool to generate a model, the field names are directly used as saved in the DAO. #9
3632

3733
## [1.2.1] - 2023-07-25
3834

3935
### Added
40-
4136
- Support Inline Conditions.
4237

4338
### Fixed
44-
4539
- Fix GoFrame ORM unsupported syntax.
4640
- Fix Outdated stub in index Exception.
4741

4842
## [1.2.0] - 2023-07-15
4943

5044
### Added
51-
5245
- Support GoFrame ORM.
5346
- Support Go ORM Tags Live Template.
5447
- Refactor Code Completion. Better Performance!
@@ -57,56 +50,41 @@
5750
## [1.1.0] - 2023-07-04
5851

5952
### Added
60-
6153
- Assisted code completion with @Table annotation.
6254
- Support ORM's table method.
6355

6456
### Fixed
65-
6657
- Fix SQL to Struct error.
6758

6859
## [1.0.2] - 2023-07-04
6960

7061
### Fixed
71-
7262
- Fix the verify SQL exception.
7363

7464
## [1.0.1] - 2023-07-03
7565

7666
### Fixed
77-
7867
- Fix the issue where the scanning paths in the settings cannot utilize the delete, move up, move down, and other
7968
functions.
8069

8170
### Optimize
82-
8371
- Abstract the core path of the ORM into a common class.
8472
- Implement multi-language support, currently supporting Chinese, English, Japanese, and Korean languages.
8573
- Separate the plugin description.
8674

8775
## [1.0.0] - 2023-07-02
8876

8977
### Added
90-
9178
- ORM Code Completion
9279
- SQL to Struct
9380

9481
[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.4...HEAD
95-
9682
[1.2.4]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.3...v1.2.4
97-
9883
[1.2.3]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.2...v1.2.3
99-
10084
[1.2.2]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.1...v1.2.2
101-
10285
[1.2.1]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.0...v1.2.1
103-
10486
[1.2.0]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.1.0...v1.2.0
105-
10687
[1.1.0]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.2...v1.1.0
107-
10888
[1.0.2]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.1...v1.0.2
109-
11089
[1.0.1]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.0...v1.0.1
111-
11290
[1.0.0]: https://github.com/maiqingqiang/go-orm-helper/tree/v1.0.0

0 commit comments

Comments
 (0)