Releases: djc/instant-xml
Releases · djc/instant-xml
0.6.0
The somewhat subtle breaking change (in interpreting namespace paths) here is from #94.
What's Changed
- Impl (de)serialization for chrono::NaiveDateTime by @SirBrucey in #87
- Improve handling of optional direct fields by @djc in #91
- Use empty element tags for attribute-only types by @djc in #92
- Make namespace paths consistently refer to full namespace by @djc in #94
- Fix creator of serde by @sophiajt in #98
- Bump MSRV to 1.65 for let-else by @djc in #103
- fixed number parsing when &str contains whitespace by @vshashi01 in #102
0.5.2
0.5.1
What's Changed
- Update README.md by @hartshorne in #66
- Update README.md by @hartshorne in #67
- Update repository URL after move by @djc in #68
- Add FUNDING metadata by @djc in #69
- Apply clippy suggestions for Rust 1.82 by @djc in #72
- Implement to and from xml for Box by @gibbz00 in #71
- fix: support all accumulators in enum forward deserialization by @gibbz00 in #70
- Actions by @djc in #73
- Upgrade cargo-deny-action to v2 by @djc in #75
- Bump versions to 0.5.1 by @djc in #76