Skip to content

Commit ac577a1

Browse files
committed
xquery-intellij-plugin 0.3
1 parent 14561af commit ac577a1

3 files changed

Lines changed: 16 additions & 14 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.3 - (In Progress)
3+
## 0.3 - 2016-11-30
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.3-dev'
19+
version '0.3'
2020

2121
repositories {
2222
mavenCentral()

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@
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"/>

0 commit comments

Comments
 (0)