Skip to content

Commit

Permalink
Merge pull request #619 from HaxeFoundation/PrepFor0.11.0.RC-3
Browse files Browse the repository at this point in the history
Update change notes for 0.11.0.RC-3
  • Loading branch information
EricBishton authored May 12, 2017
2 parents d85d996 + 272b6e6 commit 80f4983
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
plugin is for IDEA versions 14.1.5, 14.1.6, and 14.1.7.
</p>

<p>0.11.0.RC-3: (community release)</p>
<ul>
<li>Now correctly resolves variables declared in 'for' statements when the iterated type is parameterized. (Issue #528)</li>
<li>Resolve chained classes with type parameters (generics). </li>
<li>Correct completion with EitherType<>. (Issue#512). </li>
<li>Parse @:const type paramters without error. Also allow constants as type parameters.</li>
<li>Added navigation to getter/setter methods from property accessors.</li>
<li>Annotate strings with incorrect quotes and add quick-fix intention to convert them.</li>
<li>Note optional arguments with a ? when displaying methods.</li>
<li>Improved method signature check.</li>
<li>Added searching of implementation declared by superclasses.</li>
</ul>
<p>0.11.0.RC-2: (community release)</p>
<ul>
<li>Properly parse and evaluate compiler conditionals (#if...#else...#end)</li>
Expand Down
14 changes: 13 additions & 1 deletion src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<depends optional="true" config-file="flex-debugger-support.xml">com.intellij.flex</depends>
<depends optional="true" config-file="debugger-support.xml">com.intellij.modules.ultimate</depends>

<version>0.11.0.RC-2 for @plugin.compatibility.description@</version>
<version>0.11.0.RC-3 for @plugin.compatibility.description@</version>
<change-notes>
<![CDATA[
<p>This jar is compatible with @plugin.compatibility.description@</p>
Expand All @@ -39,6 +39,18 @@
<p>Support: <a href="https://github.com/HaxeFoundation/intellij-haxe/issues">https://github.com/HaxeFoundation/intellij-haxe/issues</a></p>
<p>Professionally maintained by Bishton Software Solutions: <a href="http://BishtonSoftwareSolutions.com">http://BishtonSoftwareSolutions.com</a></p>
<p/>
<p>0.11.0.RC-3: (community release)</p>
<ul>
<li>Now correctly resolves variables declared in 'for' statements when the iterated type is parameterized. (Issue #528)</li>
<li>Resolve chained classes with type parameters (generics). </li>
<li>Correct completion with EitherType<>. (Issue#512). </li>
<li>Parse @:const type paramters without error. Also allow constants as type parameters.</li>
<li>Added navigation to getter/setter methods from property accessors.</li>
<li>Annotate strings with incorrect quotes and add quick-fix intention to convert them.</li>
<li>Note optional arguments with a ? when displaying methods.</li>
<li>Improved method signature check.</li>
<li>Added searching of implementation declared by superclasses.</li>
</ul>
<p>0.11.0.RC-2: (community release)</p>
<ul>
<li>Properly parse and evaluate compiler conditionals (#if...#else...#end)</li>
Expand Down

0 comments on commit 80f4983

Please sign in to comment.