Skip to content

Bug Fix Release

Compare
Choose a tag to compare
@zorkow zorkow released this 11 May 11:43
· 874 commits to develop since this release

This version

  • Fixes a number of bugs:
    • More robust solution to handling Xpath evaluator that ensures a valid evaluate method is available for every node. This let to a rare error in Node when deep cloning some nodes.
    • Introduces a means to explicitly specify rule priorities via priority=X as a last rule constraint.
    • Sets direct-speech rule to highest possible priority.
    • Corrects enrichment and focus structures to correctly deal with semantic children outside the scope of the root node. This enables correct walking and highlighting of all focused nodes.
  • Removes some obsolete code and redundant comments
  • Rewrites the exported locale variable as a Map from iso code to language name.