Skip to content

Releases: RReverser/serde-xml-rs

0.8.1

01 Jun 07:39

Choose a tag to compare

Bug fix

  • Remove leftover println (#232)

0.8.0

03 May 08:50
525a952

Choose a tag to compare

✨ Features:

  • Namespace support for reading and writing
  • #text as well as #content
  • Log messages go from debug level to trace
  • Serialize options in attributes and plain text

📝 Improved documentation

🐛 Bug fixes:

  • Serializing sequences with attributes
  • ...

💥 Breaking changes:

  • $value replaced by #content and #text
  • Attributes must now be deserialized to fields named @..., mirroring what was introduced in the serializer.
  • Tuples become string only. This will be addressed in a future release