Skip to content

Releases: maiqingqiang/go-orm-helper

v1.2.8

29 Dec 11:24
Compare
Choose a tag to compare

[1.2.8] - 2023-12-29

Fixed

  • Fixed data type uppercase issue
  • Handle SQL that cannot be converted to a Struct

Changed

  • upgrade guava 33.0.0-jre
  • upgrade jsqlparser 4.8

v1.2.6

02 Dec 15:43
Compare
Choose a tag to compare

[1.2.6] - 2023-12-02

Changed

  • upgrade libraries

Fixed

  • Fixed PSI and index do not match

v1.2.5

09 Sep 16:12
Compare
Choose a tag to compare

[1.2.5] - 2023-09-10

Changed

  • upgrade libraries

Fixed

  • Fixed PSI and index do not match

v1.2.4

13 Aug 14:47
Compare
Choose a tag to compare

[1.2.4] - 2023-08-13

Changed

  • Use VfsUtilCore.iterateChildrenRecursively
  • Use ProjectUtil.guessProjectDir()
  • Use Strings.toSnakeCase instead of com.google.common.base.CaseFormat && plugin.xml use postStartupActivity
  • Remove log
  • Use com.intellij.lang.annotation.Annotator instead of com.intellij.codeInsight.daemon.impl.HighlightVisitor #12
  • Remove plugin.xml projectService node
  • Use StartupActivity instead of ProjectManagerListener

Fixed

  • Fix Dao Completion
  • Fix ScannedPath
  • Fix FileChooserDescriptor.chooseMultiple

v1.2.2

06 Aug 07:59
Compare
Choose a tag to compare

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
image

v1.2.1

25 Jul 16:05
a651023
Compare
Choose a tag to compare

[1.2.1] - 2023-07-25

Added

  • Support Inline Conditions.
image

Fixed

  • Fix GoFrame ORM unsupported syntax. #7
  • Fix Outdated stub in index Exception.
image image image

v1.2.1-SNAPSHOT-20230722

22 Jul 14:14
Compare
Choose a tag to compare
Pre-release

[1.2.1] - 2023-07-22

Added

  • Support Inline Conditions.

Fixed

  • Fix GoFrame ORM unsupported syntax.
image

1.2.1-SNAPSHOT

19 Jul 16:10
Compare
Choose a tag to compare
1.2.1-SNAPSHOT Pre-release
Pre-release

[1.2.1] - 2023-07-19

Fixed

  • Fix GoFrame ORM unsupported syntax. #7
image image image

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.