PugiXML v1.11.1 Release Notes

Release Date: 2020-12-05 // over 3 years ago
  • 🚀 Patch release.

    📦 This patch reintroduces pugixml target for CMake when find_package is used, which was accidentally removed from v1.11.
    ⏪ It's recommended that pugixml::pugixml target is used instead, but this patch restores pugixml target for existing applications / libraries that depend on it.


Previous changes from v1.11

  • 🚀 Maintenance release.

    🚀 Release highlights:

    • 🚚 Add xml_node::remove_attributes and xml_node::remove_children
    • Add a way to customize floating point precision via xml_attribute::set and xml_text::set overloads
    • 📜 XPath parser now limits recursion depth which prevents stack overflow on malicious queries

    📄 Read full changelog