Skip to content

Commit 5a41ded

Browse files
committed
Update plugin.xml - 2020.06.22.001
1 parent e3cd0ca commit 5a41ded

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

resources/META-INF/plugin.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>lv.midiana.misc.idea-plugins.deep-js-completion</id>
33
<name>deep-js-completion</name>
4-
<version>2019.11.24.001</version>
4+
<version>2020.06.22.001</version>
55
<vendor email="[email protected]" url="http://midiana.lv/entry/deep-js-completion">klesun</vendor>
66

77
<description><![CDATA[
@@ -58,8 +58,10 @@ Reference unexposed vars defined in a file using magical <code>at('FileName.js')
5858
]]></description>
5959

6060
<change-notes><![CDATA[
61-
<li>Fix: do not overwrite existing path in string literal when providing __dirname concat completion</li>
62-
<li>Support require("something.json")</li>
61+
<li>Do not GoTo declaration that is on same line</li>
62+
<li>Resolve flatMap() result</li>
63+
<li>Make default depth limits stricter</li>
64+
<li>Fix: do not suggest "Tile" as property instead of class from jsdoc `@return {Tile}`</li>
6365
]]>
6466
</change-notes>
6567

0 commit comments

Comments
 (0)