Releases: dwd/rapidxml
v2.0.4 Oh, wait now.
Turns out that changing the enum into and enum class causes a lot of pointless rewriting, so this imports the names into the rapidxml namespace directly with a "using enum", so no code changes are needed anymore.
What's Changed
Full Changelog: v2.0.3...v2.0.4
v2.0.3 XPathish and Sonar
v2.0.2
Bugfix: If data nodes were enabled, setting the value of an element didn't set the value of its child data node, and so the new value would not be reserialized.
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
Major BREAKING rewrite!
Read the README.md, you'll need to make considerable changes to your codebase (and use C++20) to make use of this fork now.
Hopefully it'll all be better for it.
What's Changed
Full Changelog: v1.0.0...v2.0.0
v1.0.0
This is a legacy release of rapidxml (Dave's Version), before the major update.
It might - small 'm' - get some backports of fixes, but don't bet on it.
What's Changed
- XML Namespace support for traversals by @dwd in #8
- iter++ iter-- bugfix by @LightningBilly in #17
New Contributors
- @dwd made their first contribution in #8
- @LightningBilly made their first contribution in #17
Full Changelog: https://github.com/dwd/rapidxml/commits/v1.0.0