Skip to content

0.84.3 – Tidy things up

Compare
Choose a tag to compare
@pdvrieze pdvrieze released this 25 Sep 16:41
· 313 commits to master since this release

Features:

  • Add the ability to have polymorphic root tags (#98). Note that for
    a non-transparent approach it is strongly advised to explicitly
    provide the tagname polymorphic types do not support annotations on
    the type.

Fixes:

  • Fix reading of entity references. #88
  • Fix NamedNodeMap iterator (an issue for dom based apis)
  • Support Kotlin 1.7.10
  • Fix namespaceholder's getPrefix to not offer overridden prefixes. This
    addresses #99.
  • Dom getLocalName may return null for some implementations (where there is no
    namespace).
  • Fix empty namespace handling for dom namespace attributes
  • In DOMReader make sure that namespace declaration attributes are not exposed
    as double (as attribute and nsDecl) events.