File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " com.github.lppedd"
10- version = " 0.12 .0"
10+ version = " 0.13 .0"
1111
1212repositories {
1313 maven(" https://dl.bintray.com/kotlin/kotlin-eap" )
Original file line number Diff line number Diff line change 1+ < h3 > 0.13.0 (11/04/2020)</ h3 >
2+ < p >
3+ Twentieth alpha release.< br />
4+ Feature, fix and refactoring
5+ </ p >
6+ < ul >
7+ < li >
8+ Talking about template completion, as you can see
9+ < a href ="https://github.com/lppedd/idea-conventional-commit/issues/25 "> issue 25</ a >
10+ is < strong > closed</ strong > ! The entire code which power template completion has been
11+ rewritten to use the context completion's contributor, so the engine is the same now.< br >
12+ Because of this < strong > feature disparity shouldn't be a thing anymore</ strong > !
13+ </ li >
14+ < li >
15+ Fixed the handling of the "template state" for inspections. In fact inspections are
16+ able to call a < code > isTemplateActive</ code > method and react accordingly.
17+ </ li >
18+ </ ul >
You can’t perform that action at this time.
0 commit comments