1.2 KiB
1.2 KiB
Version 0.3.6
- Added an
Errorimplementation forEmitterError. - Fixed escaping of strings with multi-byte code points.
Version 0.3.5
- Added
Debugimplementation forXmlVersion. - Fixed some failing tests.
Version 0.3.3
- Updated
bitflagsto 0.7.
Version 0.3.2
- Added
From<io::Error>forxml::reader::Error, which improves usability of working with parsing errors.
Version 0.3.1
- Bumped
bitflagsdependency to 0.4, some internal warning fixes.
Version 0.3.0
- Changed error handling in
EventReader- now I/O errors are properly bubbled up from the lexer.
Version 0.2.4
- Fixed #112 - incorrect handling of namespace redefinitions when writing a document.
Version 0.2.3
- Added
into_inner()methods toEventReaderandEventWriter.
Version 0.2.2
- Using
joininstead of the deprecatedconnect. - 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.
Version 0.2.1
- Fixed #105 - incorrect handling of double dashes.
Version 0.2.0
- Major update, includes proper document writing support and significant architecture changes.