Skip to content

v0.37.3 - support for `xsi:nil` in Deserializer

Compare
Choose a tag to compare
@Mingun Mingun released this 25 Mar 19:43
· 21 commits to master since this release

What's Changed

New Features

  • #850: Add Attribute::as_bool() method to get an attribute value as a boolean.
  • #850: Add Attributes::has_nil() method to check if attributes has xsi:nil attribute set to true.
  • #497: Handle xsi:nil attribute in serde Deserializer to better process optional fields.

Full Changelog: v0.37.2...v0.37.3