Skip to content

Version 3.1.2 (2015-02-22)

Compare
Choose a tag to compare
@rgrove rgrove released this 22 Feb 21:14
· 155 commits to main since this release
  • Fixed: Deleting a node in a custom transformer could trigger a memory leak in Nokogiri if that node's children were later reparented, which the built-in CleanElement transformer did by default. The CleanElement transformer is now careful not to reparent the children of deleted nodes. #129