| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-11 | 1.3 kB | |
| v0.38.4 - CDATA serialization in serde source code.tar.gz | 2025-11-11 | 1.5 MB | |
| v0.38.4 - CDATA serialization in serde source code.zip | 2025-11-11 | 1.5 MB | |
| Totals: 3 Items | 3.0 MB | 0 | |
What's Changed
New Features
- #353: Add ability to serialize textual content as CDATA sections in
Serializer. Everywhere where the text node may be created, a CDATA section(s) could be produced instead. See the new [Serializer::text_format()] method.
Bug Fixes
- #912: Fix deserialization of numbers, booleans and characters that is space-wrapped, for example
<int> 42 </int>. That space characters are usually indent added during serialization and other XML serialization libraries trims them
Misc Changes
New Contributors
- @Ninja3047 made their first contribution in https://github.com/tafia/quick-xml/pull/904
- @alexanderkjall made their first contribution in https://github.com/tafia/quick-xml/pull/901
Full Changelog: https://github.com/tafia/quick-xml/compare/v0.38.3...v0.38.4