|
6 | 6 | <vendor email="msclrhd@gmail.com" url="http://reecedunn.co.uk">Reece H. Dunn</vendor> |
7 | 7 |
|
8 | 8 | <description><![CDATA[ |
9 | | - XQuery Language Support |
| 9 | + XQuery 1.0, 3.0 and 3.1 language support including Update Facility 1.0 |
| 10 | + and 3.0, and Scripting Extension 1.0. Supports BaseX, MarkLogic and |
| 11 | + Saxonica XQuery implementations. |
10 | 12 | ]]></description> |
11 | 13 |
|
12 | 14 | <change-notes><![CDATA[ |
13 | | - <h3>Release 0.4:</h3> |
| 15 | + <h3>Release 0.5:</h3> |
14 | 16 | <p>Language Support:</p> |
15 | 17 | <ol> |
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> |
| 18 | + <li>MarkLogic 9.0 support.</li> |
| 19 | + <li>Interpret <code>expr <ncname</code> as part of an expression, not as a |
| 20 | + <code>DirElemConstructor</code> when not followed by an attribute list or |
| 21 | + closing element tag. XQuery engines support this usage.</li> |
| 22 | + <li>Allow empty <code>EnclosedExpr</code> elements in <code>CompTextConstructor</code>, |
| 23 | + <code>DirAttributeValue</code> and <code>DirElemContent</code> for MarkLogic.</li> |
20 | 24 | </ol> |
21 | 25 | <p>Bug Fixes:</p> |
22 | 26 | <ol> |
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> |
| 27 | + <li>Fix processing NCNames in `map` keys and values separated by spaces.</li> |
| 28 | + <li>Fix a crash when checking conformance of <code>map</code> constructs without a <code>:</code>.</li> |
| 29 | + </ol> |
| 30 | + </ol> |
| 31 | + <p>IntelliJ Integration:</p> |
| 32 | + <ol> |
| 33 | + <li>Support code folding for <code>EnclosedExpr</code>, <code>DirElemConstructor</code> |
| 34 | + and <code>Comment</code> elements;</li> |
| 35 | + <li>Initial support for MarkLogic run configurations.</li> |
26 | 36 | </ol> |
27 | 37 | ]]></change-notes> |
28 | 38 |
|
|
0 commit comments