Releases: cocool97/xml-builder
Releases · cocool97/xml-builder
v0.5.4
What's Changed
- Add options to expand empty tags and to skip line breaks by @dobo90 in #14
New Contributors
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Implement std::error::Error for XMLError by @cafce25 in #10
- Now use std::io::Write for bound instead of std::fmt::Write
New Contributors
Full Changelog: v0.5.1...v0.5.3
v0.5.1
Fixes standalone attribute to render valid XML
Thanks to @bugeats for the PR !