Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-25 | 411 Bytes | |
v0.37.3 - support for _xsi_nil_ in Deserializer source code.tar.gz | 2025-03-25 | 1.4 MB | |
v0.37.3 - support for _xsi_nil_ in Deserializer source code.zip | 2025-03-25 | 1.5 MB | |
Totals: 3 Items | 2.9 MB | 0 |
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 hasxsi:nil
attribute set totrue
. - [#497]: Handle
xsi:nil
attribute in serde Deserializer to better process optional fields.
Full Changelog: https://github.com/tafia/quick-xml/compare/v0.37.2...v0.37.3