generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 changed file
with
63 additions
and
61 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,63 +1,65 @@ | ||
<!-- Keep a Changelog guide -> https://keepachangelog.com --> | ||
|
||
# Plugin Changelog | ||
|
||
## [Unreleased] | ||
|
||
## [2.213.0] | ||
<!-- Keep a Changelog guide -> https://keepachangelog.com --> | ||
|
||
# Plugin Changelog | ||
|
||
## [Unreleased] | ||
### Changed | ||
- Support 2022.1 | ||
|
||
## [2.213.0] | ||
### Changed | ||
- Support 2021.3 | ||
- Update template plugin | ||
|
||
## [1.3.1] | ||
### Changed | ||
- support freezed since 0.14.0 (thanks to @fnicastri) | ||
|
||
## [1.3.0] | ||
### Changed | ||
- support since-build: 201 and until-build: 211.* | ||
- sync with intellij-platform-plugin-template v0.10.0 | ||
|
||
## [1.1.9] | ||
### Changed | ||
- set `explicitToJson: true` by default | ||
|
||
## [1.1.8] | ||
### Changed | ||
- remove redundant code,service | ||
|
||
## [1.1.7] | ||
### Changed | ||
- change name and icon plugin | ||
|
||
## [1.1.6] | ||
### Changed | ||
- update code base | ||
|
||
## [1.1.5] | ||
### Added | ||
- support json fieldRename: snake in freezed by default | ||
|
||
## [1.1.4] | ||
### Added | ||
- rename field snake by default | ||
|
||
### Changed | ||
- update description and changed log | ||
|
||
## [1.1.3] | ||
### Added | ||
- Initial scaffold created | ||
from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) | ||
|
||
## [1.1.2] | ||
### Changed | ||
- just for test ci/cd | ||
|
||
## [1.1.1] | ||
### Changed | ||
- required since-build 202 | ||
|
||
## [1.0.0] | ||
### Changed | ||
- First release | ||
- Update template plugin | ||
|
||
## [1.3.1] | ||
### Changed | ||
- support freezed since 0.14.0 (thanks to @fnicastri) | ||
|
||
## [1.3.0] | ||
### Changed | ||
- support since-build: 201 and until-build: 211.* | ||
- sync with intellij-platform-plugin-template v0.10.0 | ||
|
||
## [1.1.9] | ||
### Changed | ||
- set `explicitToJson: true` by default | ||
|
||
## [1.1.8] | ||
### Changed | ||
- remove redundant code,service | ||
|
||
## [1.1.7] | ||
### Changed | ||
- change name and icon plugin | ||
|
||
## [1.1.6] | ||
### Changed | ||
- update code base | ||
|
||
## [1.1.5] | ||
### Added | ||
- support json fieldRename: snake in freezed by default | ||
|
||
## [1.1.4] | ||
### Added | ||
- rename field snake by default | ||
|
||
### Changed | ||
- update description and changed log | ||
|
||
## [1.1.3] | ||
### Added | ||
- Initial scaffold created | ||
from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) | ||
|
||
## [1.1.2] | ||
### Changed | ||
- just for test ci/cd | ||
|
||
## [1.1.1] | ||
### Changed | ||
- required since-build 202 | ||
|
||
## [1.0.0] | ||
### Changed | ||
- First release |