Skip to content

v2.0

Compare
Choose a tag to compare
@kosloot kosloot released this 29 May 10:29
· 902 commits to master since this release

This is a major release.

  • Supports the new FoLiA 2.0 features:

    • provenance support
    • more stricter checking on annotation declarations
    • added the new TextMarkupReference class
    • supports Hidden Words.
    • All structure elements can have the 'space' attribute
    • support for groupannotations
    • many more.
  • API and ABI breaches:

    • library version bumped to version 10
    • many functions are renamed
    • the text() functions have an ENUM parameter now to select for STRICT,
      RETAIN or HIDDEN
  • bug fixes

    • support for xlink: improved
    • there as a rare mixup between nodes and nodes in
      the folia::Engine
    • all nodes get a 't' attribute now on serializing.
    • reading Extrenal FoLiA could get in an endless loop
  • code refactoring and cleanup