v45.0.0
BREAKING CHANGE
- Remove
XML.xml_as_bytes() get_xpath_match_string/get_xpath_match_strings/get_xpath_nodeson bothBodyandXMLno longer accept namespaces, and will always use the expected default namespaces for documents.
Feat
- XML: add new get_single_xpath_node method
- Add XML mutation helper methods to XML class
Fix
- DocumentBody: remove cache on content_html
- test now correctly checks for existing value
- fix bad test naming and redundant assertion
Refactor
- XML: remove redundant serialisation method and tests
Full Changelog: v44.5.0...v45.0.0