Skip to content

Commit 595f61d

Browse files
committed
📝 Update CHANGELOG.md
1 parent dc4eab8 commit 595f61d

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,20 @@
77
## [1.2.2] - 2023-08-06
88

99
### Fixed
10-
1110
- When using the DAO tool to generate a model, the field names are directly used as saved in the DAO. #9
1211

1312
## [1.2.1] - 2023-07-25
1413

1514
### Added
16-
1715
- Support Inline Conditions.
1816

1917
### Fixed
20-
2118
- Fix GoFrame ORM unsupported syntax.
2219
- Fix Outdated stub in index Exception.
2320

2421
## [1.2.0] - 2023-07-15
2522

2623
### Added
27-
2824
- Support GoFrame ORM.
2925
- Support Go ORM Tags Live Template.
3026
- Refactor Code Completion. Better Performance!
@@ -33,52 +29,39 @@
3329
## [1.1.0] - 2023-07-04
3430

3531
### Added
36-
3732
- Assisted code completion with @Table annotation.
3833
- Support ORM's table method.
3934

4035
### Fixed
41-
4236
- Fix SQL to Struct error.
4337

4438
## [1.0.2] - 2023-07-04
4539

4640
### Fixed
47-
4841
- Fix the verify SQL exception.
4942

5043
## [1.0.1] - 2023-07-03
5144

5245
### Fixed
53-
5446
- Fix the issue where the scanning paths in the settings cannot utilize the delete, move up, move down, and other
5547
functions.
5648

5749
### Optimize
58-
5950
- Abstract the core path of the ORM into a common class.
6051
- Implement multi-language support, currently supporting Chinese, English, Japanese, and Korean languages.
6152
- Separate the plugin description.
6253

6354
## [1.0.0] - 2023-07-02
6455

6556
### Added
66-
6757
- ORM Code Completion
6858
- SQL to Struct
6959

70-
[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.1...HEAD
71-
60+
[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.2...HEAD
7261
[1.2.2]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.1...v1.2.2
73-
7462
[1.2.1]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.0...v1.2.1
75-
7663
[1.2.0]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.1.0...v1.2.0
77-
7864
[1.1.0]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.2...v1.1.0
79-
8065
[1.0.2]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.1...v1.0.2
81-
8266
[1.0.1]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.0...v1.0.1
83-
8467
[1.0.0]: https://github.com/maiqingqiang/go-orm-helper/tree/v1.0.0

0 commit comments

Comments
 (0)