-
Notifications
You must be signed in to change notification settings - Fork 19
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
2 changed files
with
19 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<h3>0.13.0 (11/04/2020)</h3> | ||
<p> | ||
Twentieth alpha release.<br/> | ||
Feature, fix and refactoring | ||
</p> | ||
<ul> | ||
<li> | ||
Talking about template completion, as you can see | ||
<a href="https://github.com/lppedd/idea-conventional-commit/issues/25">issue 25</a> | ||
is <strong>closed</strong>! The entire code which power template completion has been | ||
rewritten to use the context completion's contributor, so the engine is the same now.<br> | ||
Because of this <strong>feature disparity shouldn't be a thing anymore</strong>! | ||
</li> | ||
<li> | ||
Fixed the handling of the "template state" for inspections. In fact inspections are | ||
able to call a <code>isTemplateActive</code> method and react accordingly. | ||
</li> | ||
</ul> |