Skip to content

Commit

Permalink
📝 Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmai-dev committed Aug 6, 2023
1 parent dc4eab8 commit 595f61d
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,20 @@
## [1.2.2] - 2023-08-06

### Fixed

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

## [1.2.1] - 2023-07-25

### Added

- Support Inline Conditions.

### Fixed

- Fix GoFrame ORM unsupported syntax.
- Fix Outdated stub in index Exception.

## [1.2.0] - 2023-07-15

### Added

- Support GoFrame ORM.
- Support Go ORM Tags Live Template.
- Refactor Code Completion. Better Performance!
Expand All @@ -33,52 +29,39 @@
## [1.1.0] - 2023-07-04

### Added

- Assisted code completion with @Table annotation.
- Support ORM's table method.

### Fixed

- Fix SQL to Struct error.

## [1.0.2] - 2023-07-04

### Fixed

- Fix the verify SQL exception.

## [1.0.1] - 2023-07-03

### Fixed

- Fix the issue where the scanning paths in the settings cannot utilize the delete, move up, move down, and other
functions.

### Optimize

- Abstract the core path of the ORM into a common class.
- Implement multi-language support, currently supporting Chinese, English, Japanese, and Korean languages.
- Separate the plugin description.

## [1.0.0] - 2023-07-02

### Added

- ORM Code Completion
- SQL to Struct

[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.1...HEAD

[Unreleased]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.2...HEAD
[1.2.2]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.1...v1.2.2

[1.2.1]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.0...v1.2.1

[1.2.0]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.1.0...v1.2.0

[1.1.0]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.2...v1.1.0

[1.0.2]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.1...v1.0.2

[1.0.1]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.0...v1.0.1

[1.0.0]: https://github.com/maiqingqiang/go-orm-helper/tree/v1.0.0

0 comments on commit 595f61d

Please sign in to comment.