Releases: RReverser/serde-xml-rs
Releases · RReverser/serde-xml-rs
0.8.1
0.8.0
✨ Features:
- Namespace support for reading and writing
#textas 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:
$valuereplaced by#contentand#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