Skip to content

Commit

Permalink
Updated change-notes for 1.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
rath committed Jan 28, 2018
1 parent 527122b commit d1943a8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<idea-plugin>
<id>com.xrath.plugin.fold</id>
<name>Angular Component Folding</name>
<version>1.1</version>
<version>1.2</version>
<vendor email="rath@xrath.com" url="http://xrath.com">Jang-Ho Hwang</vendor>

<description><![CDATA[
This plugin groups files which have same name and different extensions.<br>
For examples, app.component.ts, app.component.css, app.component.html
will be grouped a virtual folder named app.component.
For instance, app.component.ts, app.component.css, app.component.html, app.component.spec.ts will be grouped a virtual folder named app.component.
]]></description>

<change-notes><![CDATA[
Support more extensions for grouping
Added *.spec.ts for grouping
]]>
</change-notes>

Expand Down

0 comments on commit d1943a8

Please sign in to comment.