Releases: eminence/xmltree-rs
Releases · eminence/xmltree-rs
v0.12.0
No meaningful changes here, except that the xml-rs dependency has been upgraded to version 1. This will remove a potential source of duplication is your crate dependency tree
What's Changed
- Fix
clippy::doc_lazy_continuationlint by @waywardmonkeys in #52 - Update to the v1 of the xml crate (previously known as xml-rs) by @eminence in #55
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Add
attribute-sortedfeature that emits attributes in sorted order by @casey in #29 - Make
AttributeMappub by @ctrlcctrlv in #30 - Add parse with config methods by @jannes in #31
- Use a type alias for AttributeMap by @eminence in #32
- Read CData as CData by @Fight-For-Food in #37
- Add
Element::matches()to easily check if an element matches a pred… by @sdroege in #36 - Update
indexmapto v2 by @waywardmonkeys in #45
New Contributors
- @casey made their first contribution in #29
- @ctrlcctrlv made their first contribution in #30
- @jannes made their first contribution in #31
- @Fight-For-Food made their first contribution in #37
- @sdroege made their first contribution in #36
- @waywardmonkeys made their first contribution in #44
Full Changelog: v0.10.3...v0.11.0