Skip to content

Commit

Permalink
xquery-intellij-plugin 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Jan 3, 2017
1 parent 12c0054 commit 318af55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.4 - (In Development)
## 0.4 - 2017-01-03

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.4-dev'
version '0.4'

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

<change-notes><![CDATA[
<h3>Release 0.3:</h3>
<h4>Language Support:</h4>
<h3>Release 0.4:</h3>
<p>Language Support:</p>
<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>
<li>Complete support for XQuery Scripting Extensions 1.0.</li>
<li>Support highlighting xqDoc parameter names.</li>
<li>Support highlighting XML <code>PredefinedEntityRef</code> and <code>CharRef</code> tokens in xqDoc comments.</li>
<li>Support BaseX 7.8 and 8.5 `update` expressions.</li>
</ol>
<h4>IntelliJ Integration:</h4>
<p>Bug Fixes:</p>
<ol>
<li>Paired brace matching.</li>
<li>Commenting code support.</li>
<li>Fixed <code>VersionDecl</code> conformance checks on invalid version strings.</li>
<li>Don't crash when resolving an empty <code>URILiteral</code> in an import statement.</li>
<li>Fix highlighting <code>:</code> at the start of a line in xqDoc comments.</li>
<li><code>array-node {}</code> is valid in MarkLogic 8.0.</li>
</ol>
]]></change-notes>

Expand Down

0 comments on commit 318af55

Please sign in to comment.