Skip to content

Commit e043367

Browse files
committed
version 0.2.0
1 parent 580c675 commit e043367

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

META-INF/plugin.xml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
<idea-plugin version="2">
22
<name>Nette framework helpers</name>
33
<description>Nette development with pleasure</description>
4-
<version>0.1</version>
4+
<version>0.2.0</version>
55
<vendor>juzna.cz</vendor>
6+
<change-notes><![CDATA[
7+
<h2>0.2.0</h2>
8+
<ul>
9+
<li>Components: created completion contributor for component access using ArrayAccess or getComponent method</li>
10+
<li>Components: created reference contributor from ArrayAccess/getComponent access to createComponent* method</li>
11+
<li>Components: added references search for "Find usages" action</li>
12+
<li>Components: added TypeProvider for components access</li>
13+
<li>Components: added refactoring support (rename component access when renaming createComponent* method)</li>
14+
<li>@inject annotation completion provider</li>
15+
<li>@inject annotation inspection: check if property is public</li>
16+
<li>Added listener generator action for nette/object events (experimental)</li>
17+
<li>Refactoring, removed deprecated stuffs..</li>
18+
<li>Removed Pd\Entity support</li>
19+
</ul>
20+
<h2>0.1.0</h2>
21+
<ul>
22+
<li>Initial version</li>
23+
</ul>
24+
]]>
25+
</change-notes>
626

727
<idea-version since-build="130.1"/>
828
<depends>com.intellij.modules.lang</depends>

0 commit comments

Comments
 (0)