Skip to content

v45.0.0

Choose a tag to compare

@jacksonj04 jacksonj04 released this 22 Apr 11:29
· 339 commits to main since this release
8c4321a

BREAKING CHANGE

  • Remove XML.xml_as_bytes()
  • get_xpath_match_string/get_xpath_match_strings/get_xpath_nodes on both Body and XML no 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