All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Allow including the encoding when writing an XML document (#71)
- Allow using either single or double quotes when writing an XML document (#70)
- Quickly set the text content of an
Element
(#62) - Replace all children of
Root
andElement
(#62) - Append multiple children to
Root
andElement
(#62) - Remove all children from
Root
andElement
(#62) - Remove individual children from
Root
andElement
(#65) - Extend DTD parsing to handle more internal DTDs (#50, #60)
- The error type returned from parsing now implements
Error
and no longer exposes internal details (#57, #58)
- Fixes DTD parsing when a
/
is present. (#50, #60)