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.4 - (In Development)
3+ ## 0.4 - 2017-01-03
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.4-dev '
19+ version ' 0.4'
2020
2121 repositories {
2222 mavenCentral()
Original file line number Diff line number Diff line change 1010 ]]> </description >
1111
1212 <change-notes ><![CDATA[
13- <h3>Release 0.3 :</h3>
14- <h4 >Language Support:</h4 >
13+ <h3>Release 0.4 :</h3>
14+ <p >Language Support:</p >
1515 <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>
16+ <li>Complete support for XQuery Scripting Extensions 1.0 .</li>
17+ <li>Support highlighting xqDoc parameter names .</li>
18+ <li>Support highlighting XML <code>PredefinedEntityRef</code> and <code>CharRef </code> tokens in xqDoc comments .</li>
19+ <li>Support BaseX 7.8 and 8.5 `update` expressions .</li>
2020 </ol>
21- <h4>IntelliJ Integration :</h4 >
21+ <p>Bug Fixes :</p >
2222 <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>
23+ <li>Don't crash when resolving an empty <code>URILiteral</code> in an import statement .</li>
24+ <li>Fix highlighting < code>:</code> at the start of a line in xqDoc comments .</li>
25+ <li><code>array-node {} </code> is valid in MarkLogic 8.0 .</li>
2626 </ol>
2727 ]]> </change-notes >
2828
You can’t perform that action at this time.
0 commit comments