File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 0.3 - (In Progress)
3+ ## 0.3 - 2016-11-30
44
55Language Support:
66
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
1616 apply plugin : ' jacoco'
1717
1818 group ' uk.co.reecedunn.intellij.plugin.xquery'
19- version ' 0.3-dev '
19+ version ' 0.3'
2020
2121 repositories {
2222 mavenCentral()
Original file line number Diff line number Diff line change 1010 ]]> </description >
1111
1212 <change-notes ><![CDATA[
13- <p>Release 0.2:</p>
14- <ul>
15- <li>XQuery 3.0 support.</li>
16- <li>MarkLogic extended syntax support.</li>
17- <li>IntelliJ resolve support for URI literals, namespaces, functions and variables.</li>
18- <li>IntelliJ find usages support.</li>
19- </ul>
20- <p>Release 0.2.1:</p>
21- <ul>
22- <li>Fix a NullPointerException when resolving NCName-based function calls.</li>
23- <li>Fix an IndexOutOfBoundsException when the charset detection logic is called from multiple threads (e.g. during indexing).</li>
24- </ul>
13+ <h3>Release 0.3:</h3>
14+ <h4>Language Support:</h4>
15+ <ol>
16+ <li>Complete support for XQuery 3.1 constructs.</li>
17+ <li>Complete support for Update Facility 3.0 extensions.</li>
18+ <li>Improved error reporting on unbalanced XML (<code>DirElemConstructor</code> parsing).</li>
19+ <li>Support for xqDoc documentation comments.</li>
20+ </ol>
21+ <h4>IntelliJ Integration:</h4>
22+ <ol>
23+ <li>Paired brace matching.</li>
24+ <li>Commenting code support.</li>
25+ <li>Fixed <code>VersionDecl</code> conformance checks on invalid version strings.</li>
26+ </ol>
2527 ]]> </change-notes >
2628
2729 <idea-version since-build =" 161" />
You can’t perform that action at this time.
0 commit comments