Skip to content

Commit 318af55

Browse files
committed
xquery-intellij-plugin 0.4
1 parent 12c0054 commit 318af55

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 0.4 - (In Development)
3+
## 0.4 - 2017-01-03
44

55
Language Support:
66

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

src/main/resources/META-INF/plugin.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
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

0 commit comments

Comments
 (0)