-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
65 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,68 @@ | ||
<!-- Keep a Changelog guide -> https://keepachangelog.com --> | ||
|
||
# test-template Changelog | ||
# JPA Support Changelog | ||
|
||
## [Unreleased] | ||
## [2.2.0] | ||
### Added | ||
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) | ||
- Compatible with IDEA232 | ||
|
||
## [2.1.0] | ||
### Fixed | ||
- Fixed a bug that could prevent the recognition of primary key field after extends with a parent class | ||
- Support using `Jakarta EE` to replace `javax` | ||
|
||
## [2.1.0-RC3] | ||
### Added | ||
- increase the compatibility of the database to resolve the database vendor | ||
|
||
## [2.1.0-RC2] | ||
### Fixed | ||
- Fix npe when use file extension | ||
|
||
## [2.1.0-RC1] | ||
### Added | ||
- Add `README_zh.md` | ||
- Supports loading the source code template of the specified language through the file extension(Beta) | ||
|
||
### Changed | ||
- When column names are all uppercase, automatically convert to lowercase | ||
|
||
## [2.0.10] | ||
### Fixed | ||
- Fix the problem of incorrect template: `MyBatis-Plus` | ||
- Fix the issue that may trigger `Slow EDT Operations` | ||
|
||
## [2.0.9] | ||
### Fixed | ||
- Some bugs fixed | ||
|
||
## [2.0.8] | ||
### Changed | ||
- Some bugs fixed and optimized | ||
|
||
## [2.0.8-RC3] | ||
### Added | ||
- Sort alphabetically when generating the selection table | ||
- Supports automatic positioning to the first matching item during regular selection | ||
- Allows to quickly search and locate items in the selection table | ||
- Allows to further filter the database tables by configuring the schema | ||
- Support auto-completion when entering database driver class | ||
|
||
### Changed | ||
- Optimize the merge rule: try to merge the missing part even if the field already exists | ||
|
||
## [2.0.8-RC2] | ||
### Changed | ||
- Optimize the problem that the components cannot be fully displayed on some screens | ||
- No longer freezes when there are too many data tables | ||
|
||
### Fixed | ||
- Some bugs fixed | ||
|
||
## [2.0.8-RC1] | ||
### Added | ||
- Support generate Controller、Service、VO、DTO | ||
- Support setting templates in the module directory, project directory, and home directory | ||
|
||
### Changed | ||
- Temporarily turn off the function of configuring templates in Settings |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters