3.2.0
- Use the new XML parser to parse your documents - no need for external libraries! The new parser is written from scratch, and is fully in-line with the XML 1.0 fifth edition specification. While it does not validate against a DTD, it does process one (if present) for entities and default attribute values, and enforces all well-formedness checks.
- Optimize Range.detach by removing the loop by @DrRataplan in #141
Full Changelog: 3.1.0...3.2.0