All Versions
26
Latest Version
Avg Release Cycle
86 days
Latest Release
-

Changelog History
Page 2

  • v0.5.0 Changes

    June 01, 2017
    • ➕ Added support for ignoring EOF errors in order to read documents from streams incrementally.
    • ⬆️ Bumped bitflags to 0.9.
  • v0.4.1 Changes

    • ➕ Added missing Debug implementation to xml::writer::XmlEvent.
  • v0.4.0 Changes

    February 25, 2017
    • ⬆️ Bumped version number, since changes introduced in 0.3.7 break backwards compatibility.
  • v0.3.8 Changes

    February 21, 2017
    • 🛠 Fixed a problem introduced in 0.3.7 with entities in attributes causing parsing errors.
  • v0.3.7 Changes

    February 21, 2017
    • 🛠 Fixed the problem with parsing non-whitespace character entities as whitespace (issue #140).
    • ➕ Added support for configuring custom entities in the parser configuration.
  • v0.3.6 Changes

    February 13, 2017
    • ➕ Added an Error implementation for EmitterError.
    • 🛠 Fixed escaping of strings with multi-byte code points.
  • v0.3.5 Changes

    • ➕ Added Debug implementation for XmlVersion.
    • 🛠 Fixed some failing tests.
  • v0.3.3 Changes

    • ⚡️ Updated bitflags to 0.7.
  • v0.3.2 Changes

    • ➕ Added From<io::Error> for xml::reader::Error, which improves usability of working with parsing errors.
  • v0.3.1 Changes

    • ⬆️ Bumped bitflags dependency to 0.4, some internal warning fixes.