Skip to content

Releases: johnmai-dev/go-orm-helper

v1.2.0

16 Jul 13:24
dca0d89
Compare
Choose a tag to compare

[1.2.0] - 2023-07-15

Added

  • Support GoFrame ORM.
  • Support Go ORM Tags Live Template.
  • Refactor Code Completion. Better Performance!
  • Refactor GoORMHelper Cache Manager.

v1.2.0-SNAPSHOT

15 Jul 15:24
Compare
Choose a tag to compare
v1.2.0-SNAPSHOT Pre-release
Pre-release

[1.2.0] - 2023-07-15

Added

  • Support GoFrame ORM.
  • Refactor Code Completion. Better Performance!
  • Refactor GoORMHelperCacheManager.

v1.1.0

04 Jul 16:31
61c9f91
Compare
Choose a tag to compare

[1.1.0] - 2023-07-04

Added

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

Fixed

  • Fix SQL to Struct error.

iShot_2023-07-05_00 28 14

image image

v1.0.2

04 Jul 06:46
d42726e
Compare
Choose a tag to compare

[1.0.2] - 2023-07-04

Fixed

  • Fix the verify SQL exception.

v1.0.1

03 Jul 15:14
Compare
Choose a tag to compare

[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.

v1.0.0

02 Jul 10:31
Compare
Choose a tag to compare

特性

  • ORM 代码补全
    • Model 注解辅助补全
  • SQL 转 Struct
    • Gorm
    • Xorm
    • 通用 Struct
  • 更多等你去发现与改进...

支持的ORM

  • Gorm
  • Xorm
  • 更多等你去发现与改进...