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
minh.tran
committed
May 28, 2021
1 parent
0e5afbc
commit 196d36d
Showing
3 changed files
with
41 additions
and
21 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,44 +1,65 @@ | ||
<!-- Keep a Changelog guide -> https://keepachangelog.com --> | ||
|
||
## [Latest release] | ||
|
||
- support since-build: 201 and until-build: 211.* | ||
- sync with intellij-platform-plugin-template v0.10.0 | ||
|
||
## [1.1.9] | ||
|
||
- set `explicitToJson: true` by default | ||
|
||
## [1.1.8] | ||
|
||
- remove redundant code,service | ||
|
||
## [1.1.7] | ||
|
||
- 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] | ||
## [1.1.4] | ||
|
||
### Added | ||
|
||
- rename field snake by default | ||
|
||
### Changed | ||
- update description and changed log | ||
|
||
- 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) | ||
|
||
- 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 |
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 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,22 +1,19 @@ | ||
# IntelliJ Platform Artifacts Repositories | ||
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html | ||
|
||
pluginGroup = com.github.tbm98.fluttergeneratorsnippets | ||
pluginName = flutter_generator_snippets | ||
pluginVersion = 1.3.0 | ||
pluginSinceBuild = 201 | ||
pluginUntilBuild = 211.* | ||
pluginGroup=com.github.tbm98.fluttergeneratorsnippets | ||
pluginName=flutter_generator_snippets | ||
pluginVersion=1.3.0 | ||
pluginSinceBuild=201 | ||
pluginUntilBuild=211.* | ||
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl | ||
# See https://jb.gg/intellij-platform-builds-list for available build versions | ||
pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.1.2 | ||
|
||
platformType = IC | ||
platformVersion = 2021.1 | ||
platformDownloadSources = true | ||
pluginVerifierIdeVersions=2020.2.4, 2020.3.4, 2021.1.2 | ||
platformType=IC | ||
platformVersion=2021.1 | ||
platformDownloadSources=true | ||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html | ||
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 | ||
platformPlugins = | ||
|
||
platformPlugins= | ||
# Opt-out flag for bundling Kotlin standard library. | ||
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details. | ||
kotlin.stdlib.default.dependency = false | ||
kotlin.stdlib.default.dependency=false |