Skip to content

v0.38.4 - CDATA serialization in serde

Latest

Choose a tag to compare

@Mingun Mingun released this 11 Nov 19:04
· 6 commits to master since this release

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

  • #901: Fix running tests on 32-bit architecture
  • #909: Avoid some allocations in the Serializer

New Contributors

Full Changelog: v0.38.3...v0.38.4