Skip to content

Commit

Permalink
xquery-intellij-plugin 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Nov 30, 2016
1 parent 14561af commit ac577a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.3 - (In Progress)
## 0.3 - 2016-11-30

Language Support:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: 'jacoco'

group 'uk.co.reecedunn.intellij.plugin.xquery'
version '0.3-dev'
version '0.3'

repositories {
mavenCentral()
Expand Down
26 changes: 14 additions & 12 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@
]]></description>

<change-notes><![CDATA[
<p>Release 0.2:</p>
<ul>
<li>XQuery 3.0 support.</li>
<li>MarkLogic extended syntax support.</li>
<li>IntelliJ resolve support for URI literals, namespaces, functions and variables.</li>
<li>IntelliJ find usages support.</li>
</ul>
<p>Release 0.2.1:</p>
<ul>
<li>Fix a NullPointerException when resolving NCName-based function calls.</li>
<li>Fix an IndexOutOfBoundsException when the charset detection logic is called from multiple threads (e.g. during indexing).</li>
</ul>
<h3>Release 0.3:</h3>
<h4>Language Support:</h4>
<ol>
<li>Complete support for XQuery 3.1 constructs.</li>
<li>Complete support for Update Facility 3.0 extensions.</li>
<li>Improved error reporting on unbalanced XML (<code>DirElemConstructor</code> parsing).</li>
<li>Support for xqDoc documentation comments.</li>
</ol>
<h4>IntelliJ Integration:</h4>
<ol>
<li>Paired brace matching.</li>
<li>Commenting code support.</li>
<li>Fixed <code>VersionDecl</code> conformance checks on invalid version strings.</li>
</ol>
]]></change-notes>

<idea-version since-build="161"/>
Expand Down

0 comments on commit ac577a1

Please sign in to comment.