Nokogiri v1.9.1 Release Notes

Release Date: 2018-12-18 // over 5 years ago
  • 1.9.1 / 2018-12-17

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix a bug introduced in v1.9.0 where XML::DocumentFragment#dup no longer returned an instance of the callee's class, instead always returning an XML::DocumentFragment. This notably broke any subclass of XML::DocumentFragment including HTML::DocumentFragment as well as the Loofah gem's Loofah::HTML::DocumentFragment. [#1846]