|
7 | 7 | ## [1.2.2] - 2023-08-06 |
8 | 8 |
|
9 | 9 | ### Fixed |
10 | | - |
11 | 10 | - When using the DAO tool to generate a model, the field names are directly used as saved in the DAO. #9 |
12 | 11 |
|
13 | 12 | ## [1.2.1] - 2023-07-25 |
14 | 13 |
|
15 | 14 | ### Added |
16 | | - |
17 | 15 | - Support Inline Conditions. |
18 | 16 |
|
19 | 17 | ### Fixed |
20 | | - |
21 | 18 | - Fix GoFrame ORM unsupported syntax. |
22 | 19 | - Fix Outdated stub in index Exception. |
23 | 20 |
|
24 | 21 | ## [1.2.0] - 2023-07-15 |
25 | 22 |
|
26 | 23 | ### Added |
27 | | - |
28 | 24 | - Support GoFrame ORM. |
29 | 25 | - Support Go ORM Tags Live Template. |
30 | 26 | - Refactor Code Completion. Better Performance! |
|
33 | 29 | ## [1.1.0] - 2023-07-04 |
34 | 30 |
|
35 | 31 | ### Added |
36 | | - |
37 | 32 | - Assisted code completion with @Table annotation. |
38 | 33 | - Support ORM's table method. |
39 | 34 |
|
40 | 35 | ### Fixed |
41 | | - |
42 | 36 | - Fix SQL to Struct error. |
43 | 37 |
|
44 | 38 | ## [1.0.2] - 2023-07-04 |
45 | 39 |
|
46 | 40 | ### Fixed |
47 | | - |
48 | 41 | - Fix the verify SQL exception. |
49 | 42 |
|
50 | 43 | ## [1.0.1] - 2023-07-03 |
51 | 44 |
|
52 | 45 | ### Fixed |
53 | | - |
54 | 46 | - Fix the issue where the scanning paths in the settings cannot utilize the delete, move up, move down, and other |
55 | 47 | functions. |
56 | 48 |
|
57 | 49 | ### Optimize |
58 | | - |
59 | 50 | - Abstract the core path of the ORM into a common class. |
60 | 51 | - Implement multi-language support, currently supporting Chinese, English, Japanese, and Korean languages. |
61 | 52 | - Separate the plugin description. |
62 | 53 |
|
63 | 54 | ## [1.0.0] - 2023-07-02 |
64 | 55 |
|
65 | 56 | ### Added |
66 | | - |
67 | 57 | - ORM Code Completion |
68 | 58 | - SQL to Struct |
69 | 59 |
|
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 |
72 | 61 | [1.2.2]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.1...v1.2.2 |
73 | | - |
74 | 62 | [1.2.1]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.2.0...v1.2.1 |
75 | | - |
76 | 63 | [1.2.0]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.1.0...v1.2.0 |
77 | | - |
78 | 64 | [1.1.0]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.2...v1.1.0 |
79 | | - |
80 | 65 | [1.0.2]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.1...v1.0.2 |
81 | | - |
82 | 66 | [1.0.1]: https://github.com/maiqingqiang/go-orm-helper/compare/v1.0.0...v1.0.1 |
83 | | - |
84 | 67 | [1.0.0]: https://github.com/maiqingqiang/go-orm-helper/tree/v1.0.0 |
0 commit comments