We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce08521 commit 8830e60Copy full SHA for 8830e60
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group 'com.github.lppedd'
8
-version '0.1.1'
+version '0.2.0'
9
10
sourceCompatibility = 1.8
11
change_notes/0_2_0.html
@@ -0,0 +1,9 @@
1
+<h3>0.2.0 (16/12/2019)</h3>
2
+<p>
3
+ Third alpha release.
4
+</p>
+<ul>
+ <li>Refactor the module-scanning code for more robust matching</li>
+ <li>Attach the <code>NgModule</code> documentation to the lookup item</li>
+ <li>Code clean-up</li>
+</ul>
0 commit comments