sxd-document v0.3.2 Release Notes

Release Date: 2019-05-26 // almost 5 years ago
  • โž• Added

    • ๐Ÿ‘ Allow including the encoding when writing an XML document (#71)

Previous changes from v0.3.0

  • โž• Added

    • Quickly set the text content of an Element (#62)
    • Replace all children of Root and Element (#62)
    • Append multiple children to Root and Element (#62)
    • โœ‚ Remove all children from Root and Element (#62)
    • โœ‚ Remove individual children from Root and Element (#65)
    • ๐Ÿ“œ Extend DTD parsing to handle more internal DTDs (#50, #60)

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ The error type returned from parsing now implements Error and no longer exposes internal details (#57, #58)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes DTD parsing when a / is present. (#50, #60)