1Version 0.6.2, released 2017-08-27:
2 * Additions
3 - Link Mauve added an implementation of IntoElements for all Into<Element> ( https://gitlab.com/lumi/minidom-rs/merge_requests/19 )
4Version 0.6.1, released 2017-08-20:
5 * Additions
6 - Astro added Element::has_ns, which checks whether an element's namespace matches the passed argument. ( https://gitlab.com/lumi/minidom-rs/merge_requests/16 )
7 - Link Mauve updated the quick-xml dependency to the latest version.
8 * Fixes
9 - Because break value is now stable, Link Mauve rewrote some code marked FIXME to use it.
10Version 0.6.0, released 2017-08-13:
11 * Big changes
12 - Astro added proper support for namespace prefixes. ( https://gitlab.com/lumi/minidom-rs/merge_requests/14 )
13 * Fixes
14 - Astro fixed a regression that caused the writer not to escape its xml output properly. ( https://gitlab.com/lumi/minidom-rs/merge_requests/15 )
15Version 0.5.0, released 2017-06-10:
16 * Big changes
17 - Eijebong made parsing a lot faster by switching the crate from xml-rs to quick_xml. ( https://gitlab.com/lumi/minidom-rs/merge_requests/11 )