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

Changelog History
Page 3

  • v0.3.0 Changes

    • ๐Ÿ”„ Changed error handling in EventReader - now I/O errors are properly bubbled up from the lexer.
  • v0.2.4 Changes

    • ๐Ÿ›  Fixed #112 - incorrect handling of namespace redefinitions when writing a document.
  • v0.2.3 Changes

    • โž• Added into_inner() methods to EventReader and EventWriter.
  • v0.2.2 Changes

    • ๐Ÿ—„ Using join instead of the deprecated connect.
    • โž• Added a simple XML analyzer program which demonstrates library usage and can be used to check XML documents for well-formedness.
    • ๐Ÿ›  Fixed incorrect handling of unqualified attribute names (#107).
    • โž• Added this changelog.
  • v0.2.1 Changes

    • ๐Ÿ›  Fixed #105 - incorrect handling of double dashes.
  • v0.2.0 Changes

    • โšก๏ธ Major update, includes proper document writing support and significant architecture changes.