Skip to content

Releases: cocool97/xml-builder

v0.5.4

31 Jan 11:32
104219d
Compare
Choose a tag to compare

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

27 Aug 17:15
Compare
Choose a tag to compare

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

05 Nov 19:26
Compare
Choose a tag to compare

Fixes standalone attribute to render valid XML

Thanks to @bugeats for the PR !