Skip to content

0.5

Compare
Choose a tag to compare
@rhdunn rhdunn released this 18 Jul 20:40
· 8730 commits to master since this release
0.5

Language Support:

  1. MarkLogic 9.0 support.
  2. Interpret expr <ncname as part of an expression, not as a
    DirElemConstructor when not followed by an attribute list or closing
    element tag. XQuery engines support this usage.
  3. Allow empty EnclosedExpr elements in CompTextConstructor, DirAttributeValue
    and DirElemContent for MarkLogic.

Bug Fixes:

  1. Fix processing NCNames in map keys and values separated by spaces.
  2. Fix a crash when checking conformance of map constructs without a :.

IntelliJ Integration:

  1. Support code folding for EnclosedExpr, DirElemConstructor and Comment
    elements;
  2. Initial support for MarkLogic run configurations.